graphql-extra-scalars
Version:
Collection of extra GraphQL scalar types like Email, URL, Password and more
16 lines (12 loc) • 469 B
Markdown
# Changelog
## [2.1.0] - 2019-07-26
- Fixed DateTime type condition for validation `luxon` types. It caused issues in projects with multiple versions of `luxon` is installed.
- Added tests for nullable values
- Updated dependencies
## [2.0.0] - 2019-06-25
- Refactored to Typescript
- Updated dependencies and minimal GraphQL version
- Used luxon for DateTime type
- Added IPv4 and MAC address type
## [1.0.0] - 2017-11-13
- Created new package based on forked code