UNPKG

@gramps/errors

Version:

GraphQL error handling. Part of the GrAMPS family.

60 lines (22 loc) 1.64 kB
# Change Log All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. ## [2.0.2](https://github.com/gramps-graphql/gramps-errors/compare/@gramps/errors@2.0.1...@gramps/errors@2.0.2) (2021-04-09) **Note:** Version bump only for package @gramps/errors ## [2.0.1](https://github.com/gramps-graphql/gramps-errors/compare/@gramps/errors@2.0.0...@gramps/errors@2.0.1) (2019-10-02) ### Bug Fixes * **errors:** check for presence of 'isBoom' ([#11](https://github.com/gramps-graphql/gramps-errors/issues/11)) ([321e387](https://github.com/gramps-graphql/gramps-errors/commit/321e387)) # [2.0.0](https://github.com/gramps-graphql/gramps-errors/compare/@gramps/errors@1.2.0...@gramps/errors@2.0.0) (2019-10-01) ### Bug Fixes * **errors:** send error 'data' through to the client ([#8](https://github.com/gramps-graphql/gramps-errors/issues/8)) ([1951fc0](https://github.com/gramps-graphql/gramps-errors/commit/1951fc0)) ### Features * **errors:** better compatibility with Apollo Server 2 ([#7](https://github.com/gramps-graphql/gramps-errors/issues/7)) ([fcf643f](https://github.com/gramps-graphql/gramps-errors/commit/fcf643f)) ### BREAKING CHANGES * **errors:** removes `deserializeError` function * refactor(errors): better compatibility with Apollo Server 2 * fix(errors): normalize errors * test(errors): re-write tests * chore(errors): pull in seven-boom as a dependency # 1.2.0 (2019-09-03) ### Features * add auto-restart to cli ([8c9793a](https://github.com/gramps-graphql/gramps-errors/commit/8c9793a))