Skip to content

Commit

Permalink
Update README to point to v1 releases (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
relvacode authored Jan 7, 2023
1 parent 162efed commit dd7beba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ BenchmarkParse-16 13364954 77.7 ns/op 0 B/op 0 all

## Release History

- `2.1.0`
- `1.3.0`

Allow a leading `+` sign in the year component [#11](https://github.com/relvacode/iso8601/issues/11)
- `2.0.0`
- `1.2.0`

Time range validity checking equivalent to the standard library.
Note that previous versions would not validate that a given date string was in the expected range. Additionally, this version no longer accepts `0000-00-00T00:00:00` as a valid input which can be the zero time representation in other languages nor does it support leap seconds (such that the seconds field is `60`) as is the case in the [standard library](https://github.com/golang/go/issues/15247)
Expand Down

0 comments on commit dd7beba

Please sign in to comment.