Releases: chanind/penman-js
Releases · chanind/penman-js
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2024-01-01)
BREAKING CHANGES
- This PR removes all submodules, and instead exports everything only from the main index.ts entry point
- This PR replaces any functions that have multiple optional parameters with an optional options object instead, to avoid needing to pass undefined for unused function arguments
- This PR renames all constant module functions and exports by adding the word Constant to their names