Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 2.15 KB

CHANGELOG.md

File metadata and controls

53 lines (24 loc) · 2.15 KB

Changelog

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

0.1.7 (2020-10-15)

Features

  • allow replacing mappers for already mapped Errors (579545f)

0.1.6 (2019-11-28)

Bug Fixes

  • handle status or code which are not numbers (f37f558)

0.1.5 (2019-11-28)

Bug Fixes

  • try to map common status code properties from Error instances (b01fd47)

0.1.4 (2019-11-18)

Features

  • introduce default mapping strategy (cee321c)

0.1.3 (2019-10-31)

0.1.2 (2019-10-31)

Bug Fixes

  • registry should return a matching mapper for derived class (6c7aed6)

0.1.1 (2019-10-28)

Features

  • use actual type name as mapper lookup name (9269467), closes #6

0.1.0 / 2019-04-25

🎉 Enhancements