Skip to content

v1.5.0

Compare
Choose a tag to compare
@ldemailly ldemailly released this 21 Feb 04:16
· 33 commits to main since this release
f0851c9

What's Changed

  • Created/introduced a new fortio.org/sets package adding a bunch of Set functions (sets.New, Add, Has, Remove, Clone) (some coming from fortio/delta)
    • Change all dflag.Set to sets.Set, or when creating sets.New("x", "y", ...)
  • Add a String() to Set and Array so it looks better on UI and symmetrical with coma input by (#4)

Full Changelog: v1.4.2...v1.5.0