Skip to content

v0.4.2

Compare
Choose a tag to compare
@ardatan ardatan released this 02 Aug 22:04
· 2325 commits to master since this release
a28cecb

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://localhost or 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.js which defines and exports GraphQL scalar definitions as strings, both
    individually and as an array. (Credit: @Saeris)
  • ./src/index.js now 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
    include RegularExpression, UnsignedInt and UnsignedFloat.
    (Credit: @Saeris)