Skip to content

Releases: haritsfahreza/libra

v1.3.0

11 Jun 18:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3.0

v1.2.1

12 Dec 17:17
Compare
Choose a tag to compare

Changelog

  • Find object ID for non-changed diff

v1.2.0

12 Dec 17:15
Compare
Choose a tag to compare

Hi everyone! I am happy to announce Libra v1.2.0! 🎉

Changelog

  • Skip field with id tag
  • Support struct with a private field by calling String function if any.

NOTE: This an interim solution. We need to handle it properly in the future.

Please let me know if you have any questions or issues. Hope you like it! 🤗

v1.1.1

10 Dec 03:09
Compare
Choose a tag to compare

Fix issue on Embedded Struct comparison

v1.1.0

09 Dec 18:03
1b4215a
Compare
Choose a tag to compare

Hi everyone! I am happy to announce Libra v1.1.0! 🎉

Changelog

  • Major refactor to increase the code readability
  • Support embedded struct comparison, including tag handler
  • Change godoc link to pkg.go.dev
  • Migrate from TravisCI to CircleCI

Please let me know if you have any questions or issues. Hope you like it! 🤗

Initial Release

12 Jan 15:14
708507e
Compare
Choose a tag to compare

Finally! After almost years this project has not been maintained, I just released the v1.0.0 version with these capabilities :

  • Compare primitive type (string, int, float, etc)
  • Compare Struct, Map, and Pointer
  • Compare nested Struct and Map
  • Compare New, Removed and Changed field or object
  • Add struct tag to mark the field as an Object ID (id) or ignored (ignore)

Hope you enjoy Libra first version 🙇‍♂️ 🙇‍♀️