8000 Release v1.1.0 · esome/golang-enum · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@sGy1980de sGy1980de released this 27 Jan 12:11
06f55ef

What's Changed

  • Introduction of new functions Diff, Intersect and Join
    • 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

0