Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

40 lines (19 loc) · 1.88 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2020-08-17)

0.2.0 (2019-11-21)

⚠ BREAKING CHANGES

  • DefaultMappingStrategy from http-problem-details-mapper or your own implementation of IMappingStrategy / MappingStrategy has to be used now.

  • remove express mapping strategy and tests (ec2b568)

0.1.5 (2019-11-01)

Bug Fixes

  • forward the error if it did not get mapped to a problem document (f664675), closes #12

0.1.4 (2019-10-28)

0.1.3 (2019-10-28)

0.1.2 (2019-10-28)

Features

  • have the handler implement ErrorRequestHandler (2bdba2a), closes #7

0.1.1 (2019-10-27)

0.1.0 / 2019-04-25

🎉 Enhancements