Skip to content

Latest commit

 

History

History
46 lines (21 loc) · 1.74 KB

CHANGELOG.md

File metadata and controls

46 lines (21 loc) · 1.74 KB

2.0.2 (2024-01-02)

Bug Fixes

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

2.0.1 (2024-01-01)

Bug Fixes

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

1.0.2 (2023-12-26)

Bug Fixes

1.0.1 (2023-12-24)

Bug Fixes

1.0.0 (2023-12-24)

Bug Fixes

  • updating readme and keywords and setting up semantic release (ed243de)