Skip to content
This repository was archived by the owner on Aug 11, 2026. It is now read-only.

Latest commit

 

History

History
158 lines (83 loc) · 4.95 KB

File metadata and controls

158 lines (83 loc) · 4.95 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.2.12 - 2026-07-17

What's Changed

  • fix: key expectation chain-state cache by node identity to stop cross-file cache poisoning by @bobbypiperagrovista in #31
  • Fix impossible expectation detection for valid boolean and nullable cases by @MrPunyapal in #33

New Contributors

  • @bobbypiperagrovista made their first contribution in #31

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.11...0.2.12

0.2.11 - 2026-07-03

What's Changed

  • feat: report-redundant-pest-uses by @MrPunyapal in #30

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.10...0.2.11

0.2.10 - 2026-05-10

What's Changed

  • Tests: pest from phpunit by @MrPunyapal in #28
  • Feat: refactor aware analysis by @MrPunyapal in #29

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.9...0.2.10

0.2.9 - 2026-04-30

What's Changed

  • Feat: something new by @MrPunyapal in #26
  • Improvements by @MrPunyapal in #27

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.8...0.2.9

0.2.8 - 2026-04-27

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.7...0.2.8

0.2.7 - 2026-04-26

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.6...0.2.7

0.2.6 - 2026-04-26

What's Changed

  • fix: describe without tests by @MrPunyapal in #23

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.5...0.2.6

0.2.5 - 2026-04-10

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.4...0.2.5

0.2.4 - 2026-04-10

What's Changed

  • Feat: add pao by @MrPunyapal in #18
  • fix: remove MissingAssertionRule and associated tests by @MrPunyapal in #19
  • feat: improve TestCase and Traits detection by @MrPunyapal in #20

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.3...0.2.4

0.2.3 - 2026-04-07

What's Changed

  • Fix: missing assertion rule with ->not chain by @MrPunyapal in #17

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.2...0.2.3

0.2.2 - 2026-03-31

What's Changed

  • feat: add 6 new static analysis rules for Pest test quality by @MrPunyapal in #15

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.1...0.2.2

0.2.1 - 2026-03-30

What's Changed

  • Feat: redundant expectation rule by @MrPunyapal in #14

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.2.0...0.2.1

0.2.0 - 2026-03-30

What's Changed

  • Refactor by @MrPunyapal in #12
  • Feat: few new rules by @MrPunyapal in #13

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.1.5...0.2.0

0.1.4 - 2026-03-27

What's Changed

  • Feat: higher order expectations by @MrPunyapal in #9

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.1.3...0.1.4

0.1.3 - 2026-03-25

What's Changed

  • Feat: allow protected methods from test class by @MrPunyapal in #8

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.1.2...0.1.3

0.1.2 - 2026-03-24

What's Changed

  • Adds Pest 5.x support by @nunomaduro in #7

New Contributors

  • @nunomaduro made their first contribution in #7

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.1.1...0.1.2

0.1.1 - 2026-03-20

What's Changed

  • chore(dist): keep unnecessary artifacts out of releases by @raphaelstolt in #6

New Contributors

  • @raphaelstolt made their first contribution in #6

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.1.0...0.1.1

0.1.0 - 2026-03-19

What's Changed

  • Auto-detect TestCase & dynamic TestCase property support by @MrPunyapal in #4

Full Changelog: https://github.com/MrPunyapal/PestStan/compare/0.0.3...0.1.0

[Unreleased]