- Added fix for rounding in BigDecimal.SetScale for golang. (thanks Markus)
- Added 2023 PAP from July
- Added 2023 PAP
- Added golang generator which supersedes go generator (thanks polderudo)
- Fixed empty if-body in python
- Added javascript example (thanks 0xCCD)
- Added 2022 PAP (thanks 0xCCD)
- Added php BigDecimal fixes (thanks tburschka)
- Added python3.9 ast module compatiblity
- Added resources for year 2021 (thanks 0xCCD)
- Added fix for double types in Go (thanks knipknap)
- Added Go support (thanks knipknap for the code and Dexus for the review!)
- Fixed default value for "double" numbers
- Removee size literals (L/D) in python code
- Improved PAP naming (thanks knipknap)
- Added resources for year 2020 (thanks csarn)
- Fixed README python example (thanks csarn)
- Fixed CLI examples in README
- Added PAP for 2018 and 2019
- Fixed BMF URIs
- Added "version" cli option
- Make pypi happy
- Added support for 2017 PAP
- Fixed unary operator conversion
- Replaced Decimal._rescale with Decimal.quantize to remain python3 compliant
- Added JS support
- Refactored generators for java-like languages
- Cleaned up a bit to satisfy pylint
- Refactored writers to generators
- Added basic tests
- Added BigDecimal PHP proxy class
- Fixed packaging issues for README.md and CHANGES.md
- Initial version