UNPKG

http-problem-details-mapper

Version:
54 lines (24 loc) 2.2 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.1.7](https://github.com/PDMLab/http-problem-details-mapper/compare/v0.1.6...v0.1.7) (2020-10-15) ### Features * allow replacing mappers for already mapped Errors ([579545f](https://github.com/PDMLab/http-problem-details-mapper/commit/579545f4338307738fbfac6eb2d2effcd16d229b)) ### [0.1.6](https://github.com/PDMLab/http-problem-details-mapper/compare/v0.1.5...v0.1.6) (2019-11-28) ### Bug Fixes * handle status or code which are not numbers ([f37f558](https://github.com/PDMLab/http-problem-details-mapper/commit/f37f558689998fd065c4e62151f3fc7249fcd33f)) ### [0.1.5](https://github.com/PDMLab/http-problem-details-mapper/compare/v0.1.4...v0.1.5) (2019-11-28) ### Bug Fixes * try to map common status code properties from Error instances ([b01fd47](https://github.com/PDMLab/http-problem-details-mapper/commit/b01fd47fa94e6e253088458fed6938ca40d04205)) ### [0.1.4](https://github.com/PDMLab/http-problem-details-mapper/compare/v0.1.3...v0.1.4) (2019-11-18) ### Features * introduce default mapping strategy ([cee321c](https://github.com/PDMLab/http-problem-details-mapper/commit/cee321c53d83e7bf45533176dfc50643c588603d)) ### [0.1.3](https://github.com/PDMLab/http-problem-details-mapper/compare/v0.1.2...v0.1.3) (2019-10-31) ### [0.1.2](https://github.com/PDMLab/http-problem-details-mapper/compare/v0.1.1...v0.1.2) (2019-10-31) ### Bug Fixes * registry should return a matching mapper for derived class ([6c7aed6](https://github.com/PDMLab/http-problem-details-mapper/commit/6c7aed668cac2307746713b10e2e9585d45392cf)) ### 0.1.1 (2019-10-28) ### Features * use actual type name as mapper lookup name ([9269467](https://github.com/PDMLab/http-problem-details-mapper/commit/9269467cf73304ccf6cab8d241fc282bdab07cca)), closes [#6](https://github.com/PDMLab/http-problem-details-mapper/issues/6) # 0.1.0 / 2019-04-25 ## :tada: Enhancements - [#1](https://github.com/pdmlab/http-problem-details-mapper/issues/1): Implement mapping ([**@alexzeitler**](https://github.com/alexzeitler))