Releases: faissaloux/pest-plugin-math
Releases · faissaloux/pest-plugin-math
v1.4.0
What's Changed
- Add sum of expectation by @Katalam in #20
- php8.4 support by @faissaloux in #28
Full Changelog: v1.3.0...v1.4.0
v1.3.0
v1.2.0
What's Changed
- add an absolute expectation by @Katalam in #23
toBeMaxOf()
by @faissaloux in #24toBeMinOf()
by @faissaloux in #25- add a logarithm expectation by @Katalam in #22
New Contributors
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
toBeSqrtOf()
by @faissaloux in #15toBeFactorialOf()
by @faissaloux in #17
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
toBeDivisibleBy()
by @faissaloux in #1- workflows by @faissaloux in #2
Expectations.php
by @faissaloux in #3- Add not->toBeDivisible() tests by @faissaloux in #4
toBePowerOf()
by @faissaloux in #5toBeEven()
by @faissaloux in #6toBeOdd()
by @faissaloux in #7toBePrime()
by @faissaloux in #8- Refactor expectations by @faissaloux in #9
toBePositive()
by @faissaloux in #10toBeNegative()
by @faissaloux in #11- Fix dependencies by @faissaloux in #12
Full Changelog: https://github.com/faissaloux/pest-plugin-math/commits/v1.0.0