Releases: spencermountain/spacetime
Releases · spencermountain/spacetime
6.14.0
- [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
hotfix for 0.5 date infinite-loop
6.13.0
- [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
- [fix] - add/minus by quarter issue
6.12.4
- [fix] - typescript issue
6.12.3
- [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
6.12.1
- [new] - support for '97 year format
- [change] - support
13h00
time format - [change] - support
09.13.2013
and13.09.2013
formats - [fix] -
.add()
issue sometimes effecting quarter/season
6.12.0
- [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
- [change] - support 6-digit millisecond, and lowercase iso
- [change] - first week of year must start > dec 29th
- [fix] - typescript fixes
- update deps