Skip to content

Version 0.6.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Mar 09:06
· 188 commits to main since this release
v0.6.0
b17f3de

Added

  • Added SeeAlso() option
  • Added RelevantIf() option

Changed

  • [BC] SupersededBy() now accepts a single variable set and variadic options
  • [BC] Renamed Input to VariableSet
  • Refactored internal variable.Variable to allow for more flexible implementations

Removed

  • [BC] Removed SeeAlso() method from all builder types, use the new SeeAlso() option instead