All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.1.7 (2020-10-15)
- allow replacing mappers for already mapped Errors (579545f)
0.1.6 (2019-11-28)
- handle status or code which are not numbers (f37f558)
0.1.5 (2019-11-28)
- try to map common status code properties from Error instances (b01fd47)
0.1.4 (2019-11-18)
- introduce default mapping strategy (cee321c)
0.1.3 (2019-10-31)
0.1.2 (2019-10-31)
- registry should return a matching mapper for derived class (6c7aed6)
- #1: Implement mapping (@alexzeitler)