Releases: Urigo/graphql-scalars
v0.4.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build
Added
RegularExpression
scalar type generatorUnsignedInt
alias forNonNegativeInt
UnsignedFloat
alias forNonNegativeFloat
v0.3.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build
Changed
- Updated package versions in
devDependencies
- Updated
graphql
version dependency to0.13.1
- Added Prettier configuration to
package.json
- Linted (based on updates to eslint packages) and Prettier-ed all files
Added
- PhoneNumber
- PostalCode
package-lock.json
v0.2.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build
Changed
- Implemented more strict numeric type checking
- Some type exception messages changed slightly
- Changed
graphql
from a dependency to a peer dependency
Added
- NegativeInt
- NegativeFloat
- NonPositiveInt
- NonPositiveFloat
- more tests
v0.1.0
Do you want The Guild to keep your codebase up to date and run your build on each GraphQL Scalars commit so we'll make sure not to break your app?
Contact us here: https://the-guild.dev/connected-build
Added
- Initial Release - released as
@okgrow/graphql-scalars
on npm.