Skip to content

Releases: hebcal/hdate-js

0.13.5

01 Jan 01:43
Compare
Choose a tag to compare
  • Use TypeScript unknown instead of any
  • Remove empty-string from transliterated month names type
  • shorten error messages
  • Remove Maps from gematriya

Full Changelog: v0.13.3...v0.13.5

0.13.3

31 Dec 19:04
Compare
Choose a tag to compare

Add GPLv2 to banner in generated .js files

Full Changelog: v0.13.2...v0.13.3

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