v0.4.2
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
- URL- Now supports localhost (e.g.,- http://localhostor- http://localhost:3000) and more
 set of URLs (Credit: @igtm)
- Updated .eslintrc.js with new rule for linebreak-style to override the Airbnb defaults. On Windows
 systems the default line break style is CRLF, which previously would cause linting errors when
 developing on Windows. If Unix style line endings are necessary, those can be fixed via a script
 on commit. Please see https://eslint.org/docs/rules/linebreak-style for more info.
 (Credit: @Saeris)
Added
- Added ./src/scalars.jswhich defines and exports GraphQL scalar definitions as strings, both
 individually and as an array. (Credit: @Saeris)
- ./src/index.jsnow exports the scalar definitions both individually and the array of scalar
 definitions as- OKGScalarDefinitions. (Credit: @Saeris)
- Added new usage documentation for Apollo Server to the README. Updated the list of scalars to
 includeRegularExpression,UnsignedIntandUnsignedFloat.
 (Credit: @Saeris)