Skip to content

Latest commit

 

History

History
293 lines (133 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

293 lines (133 loc) · 11.2 KB

4.0.4 (2021-02-01)

Bug Fixes

  • upgrade graphql from 15.3.0 to 15.4.0 (#171) (9a3a750)

4.0.3 (2020-10-04)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (5c2bfc0)

4.0.2 (2020-10-04)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (6f35ae2)

4.0.1 (2020-09-02)

Bug Fixes

  • upgrade multiple dependencies with Snyk (9943d49)

4.0.0 (2020-09-02)

Bug Fixes

  • set page info fields to non nullable (6aac951)

Build System

  • development workflow: add build step to deploy phase (4737a6e)

Code Refactoring

  • global object identification: remove GlobalIdField and NodeResolver from exports (3ac890a)

Features

  • connection: expose backward and forward connection args (77a63a8)

BREAKING CHANGES

  • development workflow: Package contains built contents
  • global object identification: the GlobalIdField decorator and NodeResolver interface are no longer exported

3.0.5 (2020-08-29)

Bug Fixes

  • upgrade graphql from 15.2.0 to 15.3.0 (270033b)

3.0.4 (2020-08-27)

Bug Fixes

  • upgrade graphql-tools from 6.0.13 to 6.0.14 (e12492e)

3.0.3 (2020-07-29)

Bug Fixes

  • package.json & package-lock.json to reduce vulnerabilities (6539eec)

3.0.2 (2020-07-29)

Bug Fixes

  • upgrade graphql from 15.1.0 to 15.2.0 (aea774d)

3.0.1 (2020-07-05)

Bug Fixes

3.0.0 (2020-07-05)

Bug Fixes

BREAKING CHANGES

  • the GlobalIdField decorator and NodeResolver interface are no longer exported

  • docs: fix typo in refecting data guide

  • chore(release): 3.0.0 [skip ci]

3.0.0 (2020-07-05)

Code Refactoring

  • global object identification: remove GlobalIdField and NodeResolver from exports (3ac890a)

BREAKING CHANGES

  • global object identification: the GlobalIdField decorator and NodeResolver interface are no longer exported

  • docs(mutations guide): add updated mutations guide

  • docs: remove old mutations guide

  • docs(connections guide): add connections guide

  • docs(readme): add prerequisites and peer dependencies

  • docs(readme): simplify features

Co-authored-by: Roger Ballard [email protected] Co-authored-by: semantic-release-bot [email protected]

3.0.0 (2020-07-05)

Bug Fixes

BREAKING CHANGES

  • the GlobalIdField decorator and NodeResolver interface are no longer exported

  • docs: fix typo in refecting data guide

  • chore(release): 3.0.0 [skip ci]

3.0.0 (2020-07-05)

Code Refactoring

  • global object identification: remove GlobalIdField and NodeResolver from exports (3ac890a)

BREAKING CHANGES

  • global object identification: the GlobalIdField decorator and NodeResolver interface are no longer exported

  • docs(mutations guide): add updated mutations guide

  • docs: remove old mutations guide

  • docs(connections guide): add connections guide

  • docs(readme): add prerequisites and peer dependencies

  • docs(readme): simplify features

Co-authored-by: Roger Ballard [email protected] Co-authored-by: semantic-release-bot [email protected]

3.0.0 (2020-07-05)

BREAKING CHANGES

  • the GlobalIdField decorator and NodeResolver interface are no longer exported

  • docs: fix typo in refecting data guide

  • chore(release): 3.0.0 [skip ci]

3.0.0 (2020-07-05)

Code Refactoring

  • global object identification: remove GlobalIdField and NodeResolver from exports (3ac890a)

BREAKING CHANGES

  • global object identification: the GlobalIdField decorator and NodeResolver interface are no longer exported

  • docs(mutations guide): add updated mutations guide

  • docs: remove old mutations guide

  • docs(connections guide): add connections guide

  • docs(readme): add prerequisites and peer dependencies

  • docs(readme): simplify features

Co-authored-by: Roger Ballard [email protected] Co-authored-by: semantic-release-bot [email protected]

3.0.0 (2020-07-05)

Code Refactoring

  • global object identification: remove GlobalIdField and NodeResolver from exports (3ac890a)

BREAKING CHANGES

  • global object identification: the GlobalIdField decorator and NodeResolver interface are no longer exported

2.2.2 (2020-07-05)

Bug Fixes

  • upgrade graphql from 15.0.0 to 15.1.0 (#68) (b36d4c8)

2.2.1 (2020-07-03)

Bug Fixes

  • set page info fields to non nullable (6aac951)

2.2.0 (2020-06-28)

Features

  • connection: expose backward and forward connection args (77a63a8)

2.1.1 (2020-07-03)

Bug Fixes

  • upgrade graphql from 15.0.0 to 15.1.0 (#68) (b36d4c8)

2.1.0 (2020-06-24)

Features

  • global id field resolver: add optional id field options argument (#55) (0da626f)

2.0.0 (2020-06-21)

Code Refactoring

  • relay arg decorator: rename relay arg to input arg (916525b)

BREAKING CHANGES

  • relay arg decorator: the RelayArg decorator is now named InputArg

1.1.0 (2020-06-21)

Features

1.0.2 (2020-06-21)

Bug Fixes

  • package.json, package-lock.json & .snyk to reduce vulnerabilities (#41) (f33419e)

1.0.1 (2020-06-21)

Bug Fixes

  • build: export correct cjs and esm module files (9f5f760)