Releases: hebcal/hdate-js
Releases · hebcal/hdate-js
0.13.2
- packaging: remove conditional from exports
- Remove many unused devDependencies (babel, several rollup plugins)
Full Changelog: v0.13.1...v0.13.2
0.13.0
What's Changed
- Use string literal types for enhanced type-safety by @SLaks in #2
- Deprecate global-side-effect Locale.useLocale()
New Contributors
- @SLaks made their first contribution in #2
Full Changelog: v0.12.0...v0.13.0
0.11.5
use rollup to combine .d.ts into single file
0.11.4
Remove some code duplication to decrease bundle size
0.11.3
Add some TypeScript const assertions, improving generated months enum
0.11.2
- Move pad2/pad4 to separate file for tree-shaking
- Move API docs to hebcal.github.io/api
- Add more documentation and examples for HDate
0.11.1
Expose Gregorian calendar functions both as globals and in the greg
namespace