Skip to content

Releases: Hexagon/minitz

4.0.6

03 Dec 19:25
Compare
Choose a tag to compare

Changes

  • Fixes bug making dates with AKDT offsets result in Invalid Date

Full Changelog: 4.0.5...4.0.6

4.0.5

09 Mar 01:02
Compare
Choose a tag to compare

Changes

  • Fix #19, Incorrect time zone conversion when using typescript environments that do not support timeStyle: option in Date().toLocaleString()
  • Update development dependencies

Full Changelog: 4.0.4...4.0.5

4.0.4

27 Nov 23:30
Compare
Choose a tag to compare

Changes

  • bug: Apply workaround for bug in Node.js 19.1

Full Changelog: 4.0.3...4.0.4

4.0.3

13 Nov 21:42
Compare
Choose a tag to compare

Changes

  • chore: Code cleanup
  • chore: Add Bun CI pipeline
  • docs: Add vun section under Installation

Full Changelog: 4.0.2...4.0.3

4.0.2

12 Nov 20:29
Compare
Choose a tag to compare

Changes

  • fix: JSC support

Full Changelog: 4.0.1...4.0.2

4.0.1

30 Oct 19:58
Compare
Choose a tag to compare

Changes

  • Fixes rare bug showing in some DST transitions
  • Added tests

Full Changelog: 4.0.0...4.0.1

4.0.0

07 Oct 19:37
Compare
Choose a tag to compare

Changes

  • breaking: Change timepoint interface, second -> s etc.
  • chore: Keeping code base compact

Full Changelog: 3.0.1...4.0.0

3.0.1

26 Sep 18:43
3d1b9bb
Compare
Choose a tag to compare

Changes

  • fix(docs): Bump major version in Deno documentation
  • feat(docs): Add jsfiddle time zone converter example in README.md/documentation,

Full Changelog: 3.0.0...3.0.1

3.0.0

23 Sep 13:43
Compare
Choose a tag to compare

Changes

  • breaking: Stop exporting non minified cjs to npm
  • fix: Use Date.parse instead of custom ISO8601 parsing function
  • chore: Additional tests

Full Changelog: 2.1.3...3.0.0

2.1.3

18 Sep 18:40
9a71cbd
Compare
Choose a tag to compare

What's Changed

  • fix: adjusting grammar in files #1 by @coleenho in #3
  • fix: JSDoc bugs
  • chore: code cleanup

New Contributors

Full Changelog: 2.1.2...2.1.3