Version 0.5.0
Pre-release
Pre-release
Added
- Added
SeeAlso()
method to all builders, which links to another variable for documentation purposes - Added
SupersededBy()
option, which indicates which variables to use instead of a deprecated one - Added
WithRegistry()
option to allow registration of variables in custom variable registries
Changed
- [BC] Floating point variables no longer accept
NaN
,+Inf
or-Inf
as valid values - [BC] Replaced
WithConstraintFunc()
withWithConstraint()
variable.Register()
now directly accepts aRegistry
instead of using functional options
Removed
- Removed
variable.Option
type andvariable.WithRegistry()
option
Fixed
- Internal errors from
strconv.ParseXXX()
functions are no longer presented to the user verbatim