Skip to content

Releases: suzuki-shunsuke/go-dataeq

v3.0.0-0

17 Nov 07:47
8684b2c
Compare
Choose a tag to compare
v3.0.0-0 Pre-release
Pre-release

v2.0.0...v3.0.0-0
Milestone

Breaking Change

BREAKING CHANGE: the signature of DataFormat.Equal is changed

How to migrate

Please replace DataFormat.Equal to DataFormat.DeepEqual

Feature

Add DataFormat.Diff API

v2.0.0

21 Feb 22:37
3720dda
Compare
Choose a tag to compare

v1.0.1...v2.0.0
Milestone

Breaking Change

#45 remove ConvertByte and change signature of Convert

AS IS

Convert(x interface{}) (interface{}, error)

TO BE

Convert(x, dst interface{}) error

v1.0.1

11 Jul 02:16
5b9d970
Compare
Choose a tag to compare

Change log

v1.0.0...v1.0.1

#20 docs: update GoDoc

v1.0.0

10 Jul 23:22
b762442
Compare
Choose a tag to compare
Merge pull request #19 from suzuki-shunsuke/refactor/change-signature

feat: change signature

v0.1.0

10 Jul 23:20
71f78ae
Compare
Choose a tag to compare
Merge pull request #2 from suzuki-shunsuke/docs/add-status-badges

docs: add status badges to README

v0.1.0-0

10 Jul 23:19
71f78ae
Compare
Choose a tag to compare
v0.1.0-0 Pre-release
Pre-release
Merge pull request #2 from suzuki-shunsuke/docs/add-status-badges

docs: add status badges to README