2.0.2 (2024-01-02)
- add author field to package.json (1b94a6c)
2.0.1 (2024-01-01)
- stricter type checking (ca276d8)
2.0.0 (2024-01-01)
- 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)
- cleaning up deps (aef5378)
1.0.1 (2023-12-24)
- bump (d6c69b1)
- updating readme and keywords and setting up semantic release (ed243de)