Skip to content

Releases: ShogunPanda/fastify-http-errors-enhanced

2.4.1

29 Dec 16:50

Choose a tag to compare

  • fix: Avoid shared decorator data. (8b8c58f)

2.4.0

07 Dec 10:29

Choose a tag to compare

  • chore: Update dependencies. (f7d0173)

2.3.1

06 Dec 13:30

Choose a tag to compare

  • fix: Consider schema encapsulation. (107e7cc)

2.3.0

06 Dec 13:23

Choose a tag to compare

  • feat: Support shared schema in responses validation. (8282167)

2.2.1

05 Dec 12:56

Choose a tag to compare

  • chore: Update dependencies. (5f3aff7)

2.2.0

30 Nov 12:43

Choose a tag to compare

  • feat: Merge pull request #4 from ShogunPanda/undeclared-response (f67267d)
  • chore: Fix CI. (ded5eda)
  • feat: Add allowUndeclaredResponses option. (20a7454)

2.1.0

30 Nov 12:04

Choose a tag to compare

  • feat: Output code property when it doesn't start with standard prefix. (0ff3a72)
  • chore: Updated README. (7dc7387)

2.0.0

29 Nov 06:17

Choose a tag to compare

  • feat: Renamed to fastify-http-errors-enhanced.
  • feat: Dropped all error related depedencies in favor of http-errors-enhanced.
  • feat: Removed addAdditionalProperties and serializeError which can now be found in http-errors-enhanced.
  • chore: Updated CI Node version. (dfcf9b5)
  • feat: Refactored and renamed as fastify-http-errors-enhanced. (f091f62)
  • chore: Update to ESLint 7. (bcdaf40)

1.0.0

28 Sep 09:06

Choose a tag to compare

  • feat: Updated to fastify 3.x.x. (9bb24f6)
  • chore: Updated CI configuration. (f172ead)

0.7.0

09 Mar 13:03

Choose a tag to compare

  • feat: Improve types, only support Node LTS, replaced jest with tap. (023f8fe)