Releases: launchdarkly/go-options
Releases · launchdarkly/go-options
v1.4.0
What's Changed
- Migrate to GitHub Actions by @hoshsadiq in #26
- Add build tag option by @hoshsadiq in #25
- Upgrade go, dependencies, golangci-lint by @hoshsadiq in #28
- added option for public new func by @THE-COB in #22
- Use embed and remove deprecated function by @hoshsadiq in #29
- Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot[bot] in #30
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #31
- [FUN-747] Add input file option with smaller dependency set by @dmashuda in #32
New Contributors
- @hoshsadiq made their first contribution in #26
- @THE-COB made their first contribution in #22
- @dependabot[bot] made their first contribution in #30
- @dmashuda made their first contribution in #32
Full Changelog: v.1.3.0...v1.4.0
v1.3.0
v1.2.0: Add `String()` method for options (#19)
This allows us to better understand test failures when options mismatch. Also update README with description of `cmp` and `stringer` options
v1.1.0: Add Equal methods for testing (#17)
This allows code that generates options to be compared without depending on being able to examine or infer the config.
v1.0.1
Ensure other tags work if options tag is missing
v1.0.0
Allow using a pointer to determine if an option was set (#13)