Skip to content

Releases: ansel1/vespucci

Release 4.0.0

23 Sep 15:13
Compare
Choose a tag to compare

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

23 Sep 17:45
Compare
Choose a tag to compare

Remove go.mod to be compatible with go modules

Release 2.3.1

23 Sep 17:37
Compare
Choose a tag to compare

remove go.mod to be compatible with go modules

Release 3.0.0

18 Dec 19:07
Compare
Choose a tag to compare

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

12 Dec 22:09
Compare
Choose a tag to compare

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

12 Dec 21:39
1e59424
Compare
Choose a tag to compare

Fixes a possible panic testing empty structs containing arrays.

Bug fixes

07 Dec 16:25
Compare
Choose a tag to compare

Another minor fix to the trace messages. Sometimes the v1 and v2 values were not pointing at the right places.

Release 2.2.2

07 Dec 15:24
Compare
Choose a tag to compare

Fixed some issues with the new trace messages, and made them clearer

Release 2.2.1

06 Dec 20:14
Compare
Choose a tag to compare

Actually pushed the changes mentioned in 2.2.0

Release 2.2.0

06 Dec 20:01
Compare
Choose a tag to compare
  • 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