Skip to content

v0.3.0

Latest

Choose a tag to compare

@ace-of-aces ace-of-aces released this 13 Mar 22:52
· 4 commits to main since this release
daabbbe

What's Changed

  • Expectation helper method generation for is now opt-in via the --expectation-helpers flag (75bcd79)
  • Internal refactors and type safety improvements

Breaking Changes

  • IntelliPest no longer generates helper methods for Pest's built-in expectations by default.
    The --no-expectation-helpers flag was removed in favor of the explicit --expectation-helpers flag. Pass this flag if you need the explicit expectation method stubs.

Full Changelog: v0.2.0...v0.3.0