Skip to content

Releases: ace-of-aces/intellipest

v0.3.0

13 Mar 22:52
daabbbe

Choose a tag to compare

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

v0.2.0

17 Feb 19:56
5af17c0

Choose a tag to compare

What's Changed

  • Add afterEach call to stubs/global_functions.stub by @JHWelch in #1
  • removed an incorrect stub for thebeforeAll hook
  • improved tests

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - Initial Release

13 Feb 17:48
f21872e

Choose a tag to compare

Initial Release of IntelliPest 🚀