What's Changed
- Introduction of new functions
Diff
,Intersect
andJoin
Diff
computes the difference between the actual and the given enum.Intersect
computes the intersection of the actual and the given enum.Join
combines 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