Skip to content

v2.1.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Aug 23:37
· 25 commits to main since this release
5d8145a

🚀 Enhancements

Do not validate inputs when disabled @Nuru (#37)

what

  • Replace variable validations with precondition

why

  • Variable validation cannot take other variables into account. With precondition, we can allow invalid inputs when the module is disabled.

references

  • Supersedes and closes #35