Skip to content

Releases: launchdarkly/go-options

v1.3.0

24 Jan 05:00
c1c04b1
Compare
Choose a tag to compare

Allow the option to not return an error (#21)

v1.2.0: Add `String()` method for options (#19)

15 Jun 22:29
4f86d52
Compare
Choose a tag to compare
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)

14 Jun 21:55
fad33f3
Compare
Choose a tag to compare
This allows code that generates options to be compared without depending on being able to examine or infer the config.

v1.0.1

03 Dec 15:41
Compare
Choose a tag to compare
Ensure other tags work if options tag is missing

v1.0.0

03 Sep 22:27
529a166
Compare
Choose a tag to compare
Allow using a pointer to determine if an option was set (#13)