Skip to content

Releases: Hexagon/minitz

4.0.6

Choose a tag to compare

@Hexagon Hexagon released this 03 Dec 19:25

Changes

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

Full Changelog: 4.0.5...4.0.6

4.0.5

Choose a tag to compare

@Hexagon Hexagon released this 09 Mar 01:02

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

Choose a tag to compare

@Hexagon Hexagon released this 27 Nov 23:30

Changes

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

Full Changelog: 4.0.3...4.0.4

4.0.3

Choose a tag to compare

@Hexagon Hexagon released this 13 Nov 21:42

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

Choose a tag to compare

@Hexagon Hexagon released this 12 Nov 20:29

Changes

  • fix: JSC support

Full Changelog: 4.0.1...4.0.2

4.0.1

Choose a tag to compare

@Hexagon Hexagon released this 30 Oct 19:58

Changes

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

Full Changelog: 4.0.0...4.0.1

4.0.0

Choose a tag to compare

@Hexagon Hexagon released this 07 Oct 19:37

Changes

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

Full Changelog: 3.0.1...4.0.0

3.0.1

Choose a tag to compare

@Hexagon Hexagon released this 26 Sep 18:43
3d1b9bb

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

Choose a tag to compare

@Hexagon Hexagon released this 23 Sep 13:43

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

Choose a tag to compare

@Hexagon Hexagon released this 18 Sep 18:40
9a71cbd

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