All notable changes to IntelliPest will be documented in this file.
- Expectation helper method generation for is now opt-in via the
--expectation-helpersflag (75bcd7924a9534d4c51f04f122d1410cfb71d4d8) - Internal refactors and type safety improvements
- IntelliPest no longer generates helper methods for Pest's built-in expectations by default.
The
--no-expectation-helpersflag was removed in favor of the explicit--expectation-helpersflag. Pass this flag if you need the explicit expectation method stubs.
Full Changelog: https://github.com/ace-of-aces/intellipest/compare/v0.2.0...v0.3.0
- Add
afterEachcall tostubs/global_functions.stubby @JHWelch in #1 - removed an incorrect stub for the
beforeAllhook - improved tests
- @JHWelch made their first contribution in #1
Full Changelog: https://github.com/ace-of-aces/intellipest/compare/v0.1.0...v0.2.0
Initial Release of IntelliPest 🚀