Skip to content

Latest commit

 

History

History
35 lines (20 loc) · 1.18 KB

File metadata and controls

35 lines (20 loc) · 1.18 KB

Changelog

All notable changes to IntelliPest will be documented in this file.

v0.3.0 - 2026-03-13

What's Changed

  • Expectation helper method generation for is now opt-in via the --expectation-helpers flag (75bcd7924a9534d4c51f04f122d1410cfb71d4d8)
  • 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: https://github.com/ace-of-aces/intellipest/compare/v0.2.0...v0.3.0

v0.2.0 - 2026-02-17

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

  • @JHWelch made their first contribution in #1

Full Changelog: https://github.com/ace-of-aces/intellipest/compare/v0.1.0...v0.2.0

v0.1.0 - Initial Release - 2026-02-13

Initial Release of IntelliPest 🚀