Skip to content

Releases: spencermountain/spacetime

6.14.0

18 Mar 16:13
7f78d50
Compare
Choose a tag to compare
  • [change] - add missing timezones from indiana and argentina
  • [change] - set old timezones as aliases of newer ones
  • [new] - add min, max methods
  • [change] - comment-out tests that were failing in some timezones
  • update deps, and documentation

6.13.1

05 Mar 20:08
c2c29c3
Compare
Choose a tag to compare

hotfix for 0.5 date infinite-loop

6.13.0

02 Mar 21:42
c32b6d6
Compare
Choose a tag to compare
  • [change] - support more alt day formats like .day('mo')
  • [change] - allow .week() to return 53
  • [change] - support swapped-parameters for .each()
  • [change] - support swapped-parameters for .isSame()
  • update deps

6.12.5

10 Feb 23:07
7a71686
Compare
Choose a tag to compare
  • [fix] - add/minus by quarter issue

6.12.4

09 Feb 20:09
b92e4c8
Compare
Choose a tag to compare
  • [fix] - typescript issue

6.12.3

03 Feb 23:44
6fedaf7
Compare
Choose a tag to compare
  • [fix] - fix .every() >= issue
  • [fix] - fix today-passthrough in some date formats
  • [change] - use updated DST changes (171 changes)
  • [change] - support explicit local-timezone (thanks Mitsunee)
  • update deps

6.12.2

18 Dec 17:35
c98484e
Compare
Choose a tag to compare
  • [change] - support explicit local-timezone (thanks Mitsunee)
  • [change] - support i18n titlecase config (thanks Kayla)
  • [fix] - endOf('season') issue
  • [fix] - fix character escaping issue in unixFmt method #207
    update deps

6.12.1

01 Dec 22:36
469e6c0
Compare
Choose a tag to compare
  • [new] - support for '97 year format
  • [change] - support 13h00 time format
  • [change] - support 09.13.2013 and 13.09.2013 formats
  • [fix] - .add() issue sometimes effecting quarter/season

6.12.0

01 Dec 15:33
8c20734
Compare
Choose a tag to compare
  • [new] - support period-seperated short-iso format
  • [new] - support fortnight in add/remove methods
  • [new] - support 'tues' 'thurs' in day() method
  • [new] - support '2002-06' truncated iso input

6.11.0

26 Nov 20:21
49bce7f
Compare
Choose a tag to compare
  • [change] - support 6-digit millisecond, and lowercase iso
  • [change] - first week of year must start > dec 29th
  • [fix] - typescript fixes
  • update deps