Releases: esome/golang-enum
Releases · esome/golang-enum
v1.1.0
What's Changed
- Introduction of new functions
Diff,IntersectandJoinDiffcomputes the difference between the actual and the given enum.Intersectcomputes the intersection of the actual and the given enum.Joincombines the actual and the given enum into a new one containing all elements from both.
- Use new Go workflow for GitHub Actions
Full Changelog: v1.0.0...v1.1.0
v1.0.0
Initial Release as a separate fork
This release is based on https://github.com/orsinium-labs/enum/commits/v1.3.0
🧬 Origin:
This project is a fork of 🐙 https://github.com/orsinium-labs/enum.
So if you like it, consider ❤️ sponsoring the original author.
⛓️💥️ Breaking changes compared to the original library:
The generic value field of enum.Member has been renamed to Val from Value. This enables the implementation of the database/sql/driver.Valuer interface on derived types.
Unfortunately, @orsinium refused to merge the pull-request, so it is a separate fork now.
Full Changelog: https://github.com/esome/golang-enum/commits/v1.0.0