go-dataeq

Go library to check if two values are equal as data format such as JSON

MIT License

Stars
4

Bot releases are visible (Hide)

go-dataeq - v3.0.0-0 Latest Release

Published by suzuki-shunsuke almost 3 years ago

https://github.com/suzuki-shunsuke/go-dataeq/compare/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

go-dataeq - v2.0.0

Published by suzuki-shunsuke over 3 years ago

https://github.com/suzuki-shunsuke/go-dataeq/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
go-dataeq - v1.0.1

Published by suzuki-shunsuke over 4 years ago

go-dataeq - v1.0.0

Published by suzuki-shunsuke over 4 years ago

go-dataeq - v0.1.0

Published by suzuki-shunsuke over 4 years ago

go-dataeq - v0.1.0-0

Published by suzuki-shunsuke over 4 years ago