Skip to content

Releases: sfomuseum/go-edtf

1.1.1

20 May 17:00
Compare
Choose a tag to compare
  • Add unix sub-package for deriving Unix timestamps for EDTF dates

1.1.0

20 May 16:57
Compare
Choose a tag to compare
  • DISREGARD THIS RELEASE

1.0.0

05 May 23:44
Compare
Choose a tag to compare
  • Add IsDeprecated and ReplaceDeprecated helper methods
  • Bump to 1.0.0

0.3.1

12 Oct 16:00
Compare
Choose a tag to compare
  • Add cmd/matches tool
  • Improved tests

0.3.0

28 Sep 21:41
Compare
Choose a tag to compare
  • Add After and Before methods to EDTFDate
  • Add cmp package for basic date comparison operations (on string values)
  • Add IsOpen, IsUnspecified and IsUnknown methods to edtf package

0.2.4

22 Sep 16:08
Compare
Choose a tag to compare
  • Bug fix: Account for the 20th of the month when parsing YYYYMMDD strings.

0.2.3

21 Mar 18:21
Compare
Choose a tag to compare
  • Add edtf.OPEN_2012 and edtf.UNSPECIFIED_2012 variables

0.2.2

19 Jan 22:59
Compare
Choose a tag to compare
  • Update to support parsing etdf.UNKNOWN and edtf.OPEN strings.

0.2.1

11 Jan 21:39
Compare
Choose a tag to compare
  • Bug fix: Account for negative years in level2 interval strings.

0.2.0

08 Jan 22:02
Compare
Choose a tag to compare
  • Refactor the way times and timestamps are handled and encoded, per issue #14.
  • This release is backwards incompatible.