Skip to content

Latest commit

 

History

History
155 lines (75 loc) · 6.46 KB

CHANGELOG.md

File metadata and controls

155 lines (75 loc) · 6.46 KB

3.0.0 (2023-03-07)

Continuous Integration

BREAKING CHANGES

  • upgrade buchu to 2.0

2.3.2 (2023-03-06)

Bug Fixes

  • package.json: up herbs in peerDependencies (bb5f6fd)

2.3.1 (2023-03-06)

Bug Fixes

  • package.json: up herbs version (b7ce0ac)

2.3.0 (2022-09-07)

Features

  • herbs2gql: let a default resolver be informed on herbs2gql() (31f637d)

2.2.1 (2022-08-15)

Bug Fixes

  • herbs: update herbs dependency (5cbe94c)
  • herbs: update herbs version (a4083b3)

2.2.0 (2022-06-29)

Bug Fixes

Features

  • added new feature to readme and changed herbarium integration name (c5dc37d)
  • created initial structure (82af7ab)
  • tests and improved herbarium2gql (e18324f)

2.1.7 (2022-06-10)

Bug Fixes

  • add peerDependencie and update dependencies (4f6e74e)
  • add peerDependencies and update dependencies (18e2cb6)

2.1.6 (2022-04-25)

Bug Fixes

  • 🐛 update graphql dependency (2f4a2ff)

2.1.5 (2022-04-20)

Bug Fixes

  • deps: bump ansi-regex from 3.0.0 to 3.0.1 (64a07a6)

2.1.4 (2022-04-20)

Bug Fixes

  • update semantic release version (0a20216)

2.1.3 (2022-04-16)

Bug Fixes

  • deps: bump path-parse from 1.0.6 to 1.0.7 (cd82352)

2.1.2 (2022-04-16)

Bug Fixes

  • deps: bump y18n from 4.0.0 to 4.0.3 (5499e99)

2.1.1 (2022-04-11)

Bug Fixes

  • dependency update, mainly apollo, because it had security flaw (7aa3ef1)

2.1.0 (2022-02-14)

Features

  • defaultresolver: adds support to custom error handler on defaultResolver (4eaaee2), closes #23

2.0.1 (2022-01-15)

Bug Fixes

  • update herbs depedencies (ded48a4)

2.0.0 (2021-12-04)

Features

  • default resolver: better Apollo Error using Herbs Known Errors (4158e99), closes #27

BREAKING CHANGES

  • default resolver: Step codes using generic Err should just change UserInputError invalidArgs to cause. However, steps code that are already returning Known Errors will change the behavior of the default resolver and should expect a different Error.

1.1.0 (2021-11-09)

Features

  • component: update apollo-server package version (9b32a27)
  • component: update apollo-server package version (0734a04)

1.0.0 (2021-06-23)

Features

  • change library to herbs organization (1e7b522)