Skip to content

Releases: hebcal/hdate-js

0.13.2

17 Dec 15:49
Compare
Choose a tag to compare
  • packaging: remove conditional from exports
  • Remove many unused devDependencies (babel, several rollup plugins)

Full Changelog: v0.13.1...v0.13.2

0.13.1

15 Dec 21:51
Compare
Choose a tag to compare

Breaking change: remove CommonJS

Full Changelog: v0.13.0...v0.13.1

0.13.0

15 Dec 16:34
Compare
Choose a tag to compare

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.12.0

08 Nov 05:54
Compare
Choose a tag to compare

Fix CommonJS broken by previous commit

Full Changelog: v0.11.6...v0.12.0

v0.11.6

07 Nov 15:30
Compare
Choose a tag to compare

Add type: module

0.11.5

20 Oct 19:38
Compare
Choose a tag to compare

use rollup to combine .d.ts into single file

0.11.4

15 Jul 21:07
Compare
Choose a tag to compare

Remove some code duplication to decrease bundle size

0.11.3

15 Jul 17:21
Compare
Choose a tag to compare

Add some TypeScript const assertions, improving generated months enum

0.11.2

15 Jul 16:57
Compare
Choose a tag to compare
  • 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

05 Jul 23:31
Compare
Choose a tag to compare

Expose Gregorian calendar functions both as globals and in the greg namespace