2.11.0
- Update to Jackson 2.11.1
- Add integration tests for Jackson 2.10 and 2.11
- Improve performance by caching UTF-8 decoder (#81)
- Fix incorrect end of file in
UnsafeByteArrayInputStream
(#87, thanks to @neopaf) - Improve precision of
BigDecimals
. Directly convert them todouble
(#84) - Deserializers now handle buffered objects correctly (#72)
- Migrate to GitHub Actions