Skip to content

Releases: fabon-f/vremel

v0.6.0

28 Mar 09:53
1f86394
Compare
Choose a tag to compare

Added

  • epochMicroseconds function

Changed

  • Drop CommonJS support. (#4)
  • Drop support for outdated polyfills. (f71e410)

Full Changelog: v0.5.1...v0.6.0

v0.5.1

17 Mar 20:08
a7ef655
Compare
Choose a tag to compare

Added

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Feb 17:33
1b91a94
Compare
Choose a tag to compare

Added

  • startOfWeek and endOfWeek functions
  • parse function

Changed

  • Latin alphabets (A to Z and a to z) in the given format are now reserved for use as pattern characters in formatWithoutLocale. If you want to treat them as literal, escape them. (39f5f9d)

Fixed

  • Fix wrong type annotation in some functions (eb95c5a)

Full Changelog: v0.4.0...v0.5.0