Releases: launchdarkly/go-options
Releases · launchdarkly/go-options
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)