Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 1.97 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 1.97 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.0.5 (2019-01-03)

Bug Fixes

0.0.4 (2019-01-03)

0.0.2 (2018-12-07)

Code Refactoring

  • rename GraphQL*Type, remove Type suffix (838327b)

BREAKING CHANGES

  • All exported GraphQL types was renamed

0.0.1 (2018-12-07)

Features

  • decimalcurrency: DecimalCurrency class as value for graphql scalar (6a83b78)
  • json: throw TypeError for unknown AST node (6de4b43)

BREAKING CHANGES

  • decimalcurrency: DecimalCurrency is completely reimplemented
  • json: JSON parseLiteral now throw TypeError for unknown AST node kind

0.0.0 (2018-12-06)

Initial release:

import { GraphQLBigIntType } from '@the-gear/graphql-scalars'; // BigInt
import { GraphQLCurrencyType } from '@the-gear/graphql-scalars'; // Currency
import { GraphQLDateType } from '@the-gear/graphql-scalars'; // Date
import { GraphQLDecimalCurrencyType } from '@the-gear/graphql-scalars'; // DecimalCurrency
import { GraphQLDecimalType } from '@the-gear/graphql-scalars'; // Decimal
import { GraphQLJSONType } from '@the-gear/graphql-scalars'; // JSON
import { GraphQLTimestampType } from '@the-gear/graphql-scalars'; // Timestamp