Skip to content

Latest commit

 

History

History
89 lines (40 loc) · 3.53 KB

CHANGELOG.md

File metadata and controls

89 lines (40 loc) · 3.53 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.1.4 (2022-07-23)

Bug Fixes

  • Multiple identical directive is not supported (d727732)

0.1.3 (2022-07-19)

0.1.2 (2022-07-19)

0.1.1 (2021-12-13)

0.1.0 (2021-12-13)

Features

  • Add support for ignoring GraphQL errors (05b21e7)

0.0.14 (2021-12-12)

Features

  • Add support for validating the GraphQL schema string (edcebeb)

0.0.13 (2021-11-23)

Features

  • Add support for aliases (fd6fcdf)

0.0.12 (2021-11-13)

0.0.11 (2021-11-13)

Bug Fixes

  • Arrays of Enums nested in objects are not serialized into arrays (1c72fef)

0.0.10 (2021-11-07)

0.0.9 (2021-11-07)

Bug Fixes

  • Nested complex objects are ignored (b140f1c)

0.0.8 (2021-11-01)

Features

  • Add support for a new API called 'addTypeResolutions' which can resolved advanced type conflicts (e372dcd)

0.0.7 (2021-10-21)

0.0.6 (2021-10-21)

0.0.5 (2021-10-21)

Features

  • Add constructor support for array of inline schema definitions (23976ce)

0.0.4 (2021-10-21)

0.0.3 (2021-10-20)

Features

  • Add support for directives (c7b86f8)

0.0.2 (2021-10-20)

Bug Fixes

  • The commonjs version does not work (dd4c874)