Skip to content

Releases: rockorager/zeit

v0.4.4

01 Nov 15:06
v0.4.4
Compare
Choose a tag to compare

What's Changed

  • fix(posix): only adjust for dst if we are in dst by @rockorager in #12
  • fix(windows): use correct conditionals for dst end month by @rockorager in #13
  • Use type aliases to clarify integer usage by @rockorager in #14

Full Changelog: v0.4.3...v0.4.4

v0.4.3

12 Sep 14:05
v0.4.3
Compare
Choose a tag to compare
  • fix(strftime): %l shouldn't add one to hour

v0.4.2

10 Sep 18:11
v0.4.2
Compare
Choose a tag to compare

What's Changed

  • fix: integer overflow when adding or subtracting durations by @vascocosta in #6
  • fix(windows): use correct type for Windows.loadFromName by @rockorager in #7
  • fix(daysUntil): use larger integer type for proper underflow by @rockorager in #9

v0.4.1

07 Sep 02:55
v0.4.1
Compare
Choose a tag to compare
  • Fix missing closing brace in strftime

v0.4.0

07 Sep 01:59
v0.4.0
Compare
Choose a tag to compare

What's Changed

  • zeit: add time comparison methods by @vascocosta in #5
  • add strftime and gofmt formatting
  • fix bounds checking tzinfo transitions

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Aug 20:35
v0.3.0
Compare
Choose a tag to compare
  • Fix location references of sourcecode
  • Fix argument for Instant.in
  • Fix Readme links

v0.2.0

25 Jul 13:55
v0.2.0
Compare
Choose a tag to compare
  • Add windows support
  • Add support for TZ and TZDIR environment variables
  • Add Olson names enum and map to Windows names
  • Add support for parsing RFC5322 (email) formatted strings

v0.1.0

07 Jun 11:19
Compare
Choose a tag to compare

Initial release