Releases: sfomuseum/go-edtf
Releases · sfomuseum/go-edtf
1.2.1
1.2.0
- Add
cmp.IsBetween
method to determine if a given EDTF string is between two other EDTF strings
1.1.1
- Add
unix
sub-package for deriving Unix timestamps for EDTF dates
1.1.0
- DISREGARD THIS RELEASE
1.0.0
- Add
IsDeprecated
andReplaceDeprecated
helper methods - Bump to 1.0.0
0.3.1
- Add
cmd/matches
tool - Improved tests
0.3.0
- Add
After
andBefore
methods toEDTFDate
- Add
cmp
package for basic date comparison operations (on string values) - Add
IsOpen
,IsUnspecified
andIsUnknown
methods toedtf
package
0.2.4
- Bug fix: Account for the 20th of the month when parsing YYYYMMDD strings.
0.2.3
- Add
edtf.OPEN_2012
andedtf.UNSPECIFIED_2012
variables
0.2.2
- Update to support parsing
etdf.UNKNOWN
andedtf.OPEN
strings.