Releases: ansel1/vespucci
Releases · ansel1/vespucci
Release 4.0.0
Moving to go modules. Bumping major version as recommended.
I'm using the tag based major version bumping, which will not work with dep or other vendoring tools. Stick with earlier versions.
Release 3.0.0
Remove go.mod to be compatible with go modules
Release 2.3.1
remove go.mod to be compatible with go modules
Release 3.0.0
Revised and renamed (hence the major version bump) date options, and added an option for allowing a delta between time values.
Truncate and Rounding Dates
Changed the ParseDates() option to do date truncation rather than rounding, and added a RoundDates option for rounding. Leaving ParseDates() for backward compat, but truncation should be the more common case.
Bug Fix
Bug fixes
Release 2.2.2
Fixed some issues with the new trace messages, and made them clearer
Release 2.2.1
Actually pushed the changes mentioned in 2.2.0
Release 2.2.0
- Trace output from Contains is simpler, just showing the path to the two values which are unequal
- Contains adds the ParseDate() option, which handles date zero values, rounding dates, and ignoring date timezones