Skip to content

Releases: chanind/penman-js

v2.0.2

02 Jan 15:56
Compare
Choose a tag to compare

2.0.2 (2024-01-02)

Bug Fixes

  • add author field to package.json (1b94a6c)

v2.0.1

01 Jan 21:34
Compare
Choose a tag to compare

2.0.1 (2024-01-01)

Bug Fixes

v2.0.0

01 Jan 06:02
Compare
Choose a tag to compare

2.0.0 (2024-01-01)

  • making API more javascripty (#2) (cc75de2), closes #2

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

v1.0.2

26 Dec 04:07
Compare
Choose a tag to compare

1.0.2 (2023-12-26)

Bug Fixes

v1.0.1

24 Dec 04:24
Compare
Choose a tag to compare

1.0.1 (2023-12-24)

Bug Fixes