Releases: spencermountain/spacetime
Releases · spencermountain/spacetime
6.10.1
6.10.0
6.9.0
6.8.0
6.7.0
6.6.4
- [fix] 45m offset formatting issue
- update deps
6.6.3
6.6.2
v6.6.2
- [fix] for formatting when the output is 0 😓
- [fix] for leap-day in
.date()
method - update deps
- add github release/publish script
5.9.0
5.3.0
- added more iana timezones
- fixed zero-padding in iso offsets
- support half hour offsets in iso formats
5.4.0
- support more time input formats
- fixes offset input issue #103
5.6.0
- support typescript types by Jacob Craig
- use given timezone when given a spacetime object as an input
- adds
.every(unit, to)
method - set UTC as default fallback timezone
5.7.0
- avoid setting dates/months/hours past maximums and minimums
.hour(24)
now changes date to tomorrow- faster diffs for large (decade-long) ranges
- [big] fix awkward diff/since issues ('dec 25->jan 5' should be 0 years)
5.8.0
- faster diff for large-number of months
- more support for esoteric iso formats
- add format('iso-month')
- change fallback behaviour for set failure edge-cases
5.9.0
- add support for changing start/end of the week
- allow more flexible
.i18n()
inputs
5.2.1
5.1.0
- titlecase short-forms of months, days in
.format()
- support implicit date in
nov 2019
- support
tues March 5th 2018
inputs - pretty-dramatic speed optimizations (~50%)
5.2.0
next()
andlast()
methods- support for century and decades
- full-api tests and docs