Skip to content

Releases: spencermountain/spacetime

7.0.2

06 Jan 16:31
6b53ab2
Compare
Choose a tag to compare
  • [fix] - another esm build path #316

7.0.1: Merge pull request #315 from spencermountain/dev

06 Jan 13:44
e5fc46e
Compare
Choose a tag to compare

7.0.0

05 Jan 15:50
20feade
Compare
Choose a tag to compare

7.0.0 [Jan 2022]

  • [change] - update to 2022 DST dates
  • [change] - return 'Sep' instead of 'Sept' in format('month-short') and 'MMM' #304
  • [change] - convert to ES-modules, + exports fields
  • [change] - make .every() results inclusive of start
  • [change] - alias old IANA codes to contemporary ones
  • [change] - move cal plugin to repo spencermountain/scal
  • [new] - add ISO duration to .since() results (thanks Adam)
  • [fix] - iso-parsing issues #320
  • [fix] - typescript issue #305
  • [fix] - subtract months issue #312
  • [fix] - unix 'yy' format issue #302
  • [change] - return 'Etc/GMT' not 'Etc/GMT+0'
  • [change] - update deps
  • bump + republish plugins

6.16.3

06 Aug 17:24
ea703a7
Compare
Choose a tag to compare
  • [new] - .daysInMonth() method (thanks m1212e!)
  • [change] - replace deprecated timezone aliases (thanks Michael!)
  • [change] - date/day naming inconsistency in add method (thanks Andy!)
  • [fix] - typescript fixes (thanks Adam!)
  • [fix] - many-year add issue #235
  • [fix] - iso format year-padding for BC years
  • update deps

6.16.2

14 Jun 23:43
e8c9ddf
Compare
Choose a tag to compare
  • [fix] - offset for asia/baku #292
  • [fix] - date-parser for #291
  • update deps

6.16.1

11 May 15:06
5e3d70a
Compare
Choose a tag to compare
  • [new] - add millisecond pad #283
  • update deps

6.16.0

15 Apr 17:46
2983bda
Compare
Choose a tag to compare
  • [change] - improvements to date-sting parsers
  • [change] - drop ie11 polyfills in min.js build
  • [change] - minify and stop compiling esm build

6.15.2

13 Apr 22:48
7f6cfdc
Compare
Choose a tag to compare
  • [fix] - .add(n, 'weekend')
  • update deps

6.15.1

07 Apr 23:27
d9374a5
Compare
Choose a tag to compare
  • [fix] - Fix pacific/chatham iana DST change time (thanks Michael!)
  • update deps

6.15.0

06 Apr 20:43
4465e07
Compare
Choose a tag to compare
  • [fix] - .time('4:88') now has ceiling of 59m
  • [new] - add goFwd params to all (appropriate) setter methods