Skip to content

Releases: launchdarkly/go-options

v1.4.0

Choose a tag to compare

@dmashuda dmashuda released this 14 Nov 15:52
31e009b

What's Changed

New Contributors

Full Changelog: v.1.3.0...v1.4.0

v1.3.0

Choose a tag to compare

@ashanbrown ashanbrown released this 24 Jan 05:00
c1c04b1

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

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

Choose a tag to compare

@ashanbrown ashanbrown released this 15 Jun 22:29
4f86d52
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)

Choose a tag to compare

@ashanbrown ashanbrown released this 14 Jun 21:55
fad33f3
This allows code that generates options to be compared without depending on being able to examine or infer the config.

v1.0.1

Choose a tag to compare

@ashanbrown ashanbrown released this 03 Dec 15:41
Ensure other tags work if options tag is missing

v1.0.0

Choose a tag to compare

@ashanbrown ashanbrown released this 03 Sep 22:27
529a166
Allow using a pointer to determine if an option was set (#13)