- Added php BigDecimal fixes (thanks tburschka)
- Added python3.9 ast module compatiblity
- Added resources for year 2020 (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