Skip to content

v0.2.0

Compare
Choose a tag to compare
@BenWoodworth BenWoodworth released this 20 Nov 04:55
· 46 commits to main since this release

Changes

  • #11 Compute arguments iterator immediately, instead of on first use
  • #10 Support captured parameters being used after the iteration completes
    • A parameter's argument combinations will now always be iterated through, when previously unused parameters would be ignored

Fixes

  • With nested parameterize calls, ParameterizeException from the inner parameterize would also abort the unrelated outer parameterize

Breaking Changes From v0.1

  • No binary or source breaking changes
  • Only behavioral changes with the order parameter arguments are lazily computed