All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.5 (2019-01-03)
- ts: fix types (603be89)
0.0.4 (2019-01-03)
0.0.2 (2018-12-07)
- rename GraphQL*Type, remove Type suffix (838327b)
- All exported GraphQL types was renamed
0.0.1 (2018-12-07)
- decimalcurrency: DecimalCurrency class as value for graphql scalar (6a83b78)
- json: throw TypeError for unknown AST node (6de4b43)
- decimalcurrency: DecimalCurrency is completely reimplemented
- json: JSON parseLiteral now throw TypeError for unknown AST node kind
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