Skip to content

5.9.0

Compare
Choose a tag to compare
@spencermountain spencermountain released this 10 Jun 17:31
· 563 commits to master since this release
a858bb8

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