Skip to content

Latest commit

 

History

History
57 lines (33 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

57 lines (33 loc) · 2.58 KB

1.3.1 (2021-09-17)

Update Dependencies

  • upgrade to graphql 15.6.0 ** formatError to customFormatErrorFn ** coerceValue to coerceInputValue
  • upgrade other outdated packages

Bug Fixes

1.2.4 (2019-08-20)

Bug Fixes

  • updated package containing vulnerability (0d99acd)
  • upgrade packages (#30) (5cd0619)

1.2.3 (2019-05-21)

1.2.2 (2019-04-02)

1.2.1 (2019-03-22)

1.2.0 (2019-03-22)

Features

1.1.0 (2019-02-08)

Features

1.0.1 (2019-01-23)

Bug Fixes

  • Fix issue with ResourceList resolver (#20) (6826b37), closes #19

1.0.0 (2019-01-11)

Features

BREAKING CHANGES

  • New resources contain new dependencies. One of these contains graphql which may require you to delete and reinstall node modules. We have updated several versions so when updating, you should rerun yarn install and may need to remove node_modules before hand.