版本发布 8
## [0.5.3](https://github.com/Haberkamp/phluent/compare/v0.5.2...v0.5.3) (2024-08-19) ### Bug Fixes * get rid of PHPUnit's Exporter ([0326c1b](https://github.com/Haberkamp/phluent/commit/0326c1bacaa3ba1c69f286301b59e9e180b537c3))
## [0.5.2](https://github.com/Haberkamp/phluent/compare/v0.5.1...v0.5.2) (2024-08-17) ### Bug Fixes * update assertion message when checking for specific assertion using Act ([c70b2c3](https://github.com/Haberkamp/phluent/commit/c70b2c3959adbe9f50365d3fac12efe4df11c4f4)) * update assertion message when checking for specific exception but none was thrown ([cdfbc3f](https://github.com/Haberkamp/phluent/commit/cdfbc3f02f9b830b02463e3d781a69784480ed13))
## [0.5.1](https://github.com/Haberkamp/phluent/compare/v0.5.0...v0.5.1) (2024-08-17) ### Bug Fixes * add return type for exception assertions ([9fe9fe6](https://github.com/Haberkamp/phluent/commit/9fe9fe6efbc6ddfd5f3113e2395e1b46458846be))
## [0.5.0](https://github.com/Haberkamp/phluent/compare/v0.4.2...v0.5.0) (2024-08-16) ### Features * add alternative way to assert assertions ([0b667a2](https://github.com/Haberkamp/phluent/commit/0b667a271c832accc6d012a639d324c64a28d990)) * add assertion for exception messages ([e64e96a](https://github.com/Haberkamp/phluent/commit/e64e96a6d09d29d40db7fa1742ba17850eb18493)) * add toHaveThrown alias for toThrow assertion ([af80cde](https://github.com/Haberkamp/phluent/commit/af80cdecbe71b398e3162330baa3f012dd0d0697))
## [0.4.2](https://github.com/Haberkamp/phluent/compare/v0.4.1...v0.4.2) (2024-08-12) ### Bug Fixes * improve assertion message for toBe assertion ([bdc520e](https://github.com/Haberkamp/phluent/commit/bdc520e4cdbdf6d9e68e3b932571a55f8cc657f2)) * improve assertion message for toBeABoolean assertion ([7045117](https://github.com/Haberkamp/phluent/commit/70451177fd338e72fbd8f3e2ec6db5729730a3ca)) * improve assertion message for toBeAFloat assertion ([0b45434](https://github.com/Haberkamp/phluent/commit/0b454340cb196117f750763505a092286d787b8d)) * improve assertion message for toBeAnArray assertion ([3ab4a15](https://github.com/Haberkamp/phluent/commit/3ab4a150c0da3ff0ea92f5114e16df0221b7ffcf)) * improve assertion message for toBeAnInstanceOf assertion ([c18e754](https://github.com/Haberkamp/phluent/commit/c18e7540dcb85867654b658359380c8b7ed171b3)) * improve assertion message for toBeAnInteger assertion ([da88321](https://github.com/Haberkamp/phluent/commit/da883215134dec9149ec23d2a5d7aba3496f12aa)) * improve assertion message for toBeAString assertion ([b00a0a2](https://github.com/Haberkamp/phluent/commit/b00a0a200b4cc931a33057aaecab0878ffeebeca)) * improve assertion message for toBeEmpty assertion ([9a3926c](https://github.com/Haberkamp/phluent/commit/9a3926c6b4e367ea2c38174f3df845cfe5873218)) * improve assertion message for toBeFalse assertion ([95461db](https://github.com/Haberkamp/phluent/commit/95461db27c44fb85206ca1a543e87be58c59bc47)) * improve assertion message for toBeGreaterThan assertion ([9504538](https://github.com/Haberkamp/phluent/commit/9504538e5080f98fb6b0ae25bbb95713bc683b44)) * improve assertion message for toBeGreaterThanOrEqual assertion ([9217d4a](https://github.com/Haberkamp/phluent/commit/9217d4a3b37bd8202e9aa90bd93374d91ada26b5)) * improve assertion message for toBeInBetween assertion ([1e63613](https://github.com/Haberkamp/phluent/commit/1e6361357ebaad6d81be9a6aecc019434f54de1c)) * improve assertion message for toBeLessThan assertion ([fec4d53](https://github.com/Haberkamp/phluent/commit/fec4d53c87ec4ae9b1095df34669bbf18608e12f)) * improve assertion message for toBeLessThanOrEqual assertion ([364162e](https://github.com/Haberkamp/phluent/commit/364162e337b04a7e1921126ed1b138b7ad9f7938)) * improve assertion message for toBeNegative assertion ([5ccd76f](https://github.com/Haberkamp/phluent/commit/5ccd76fce3c8ea5d41c833bdd9a020e97dbeb571)) * improve assertion message for toBeNull assertion ([ff52e23](https://github.com/Haberkamp/phluent/commit/ff52e23a985e01194bdee8d159cd8ccc91d6acfc)) * improve assertion message for toBeTrue assertion ([b057761](https://github.com/Haberkamp/phluent/commit/b0577614485ac96a374b03de713918f4b29228dc)) * improve assertion message for toContain assertion on arrays ([7e978ac](https://github.com/Haberkamp/phluent/commit/7e978ac9c2aad0b30046c023f0f84f2ff1559256)) * improve assertion message for toContain assertion on strings ([a09d228](https://github.com/Haberkamp/phluent/commit/a09d228f367b6aa7671aaa8b7ac45635c5d605ac)) * improve assertion message for toContainAnyOf assertion ([fce14c7](https://github.com/Haberkamp/phluent/commit/fce14c7e621576c6a7d7157174669e95af2c9bbb)) * improve assertion message for toEndWith assertion ([b654d7d](https://github.com/Haberkamp/phluent/commit/b654d7dd3a2d027adae8119121de0560d00b1d1e)) * improve assertion message for toHaveALengthOf assertion message ([51ac2e9](https://github.com/Haberkamp/phluent/commit/51ac2e9427a811e4c7b48410c9f6f56cdd2f9c13)) * improve assertion message for toStartWith assertion ([c083dc0](https://github.com/Haberkamp/phluent/commit/c083dc048f23778a286d5e5c7d54c14493089c54)) * improve assertion message forBePositive assertion ([db605b1](https://github.com/Haberkamp/phluent/commit/db605b1b7c883cf73c26e59c5a9a00bdf9b5a6d7))
## [0.4.1](https://github.com/Haberkamp/phluent/compare/v0.4.0...v0.4.1) (2024-08-11) ### Bug Fixes * improve assertion message for toThrow assertion ([48a9479](https://github.com/Haberkamp/phluent/commit/48a9479d947e13f0f7624413964bbc3248cf7831))
## [0.4.0](https://github.com/Haberkamp/phluent/compare/v0.3.0...v0.4.0) (2024-08-11) ### Features * add toThrow assertion ([500cc13](https://github.com/Haberkamp/phluent/commit/500cc13dbcebb29f0bc44cd42300aaec5ea5bc48)) ### Bug Fixes * update doc-block for toBeInstanceOf assertion ([f9a55d6](https://github.com/Haberkamp/phluent/commit/f9a55d675d7d34c86a51e2e97ab9f4bdef8ee299)) ### Miscellaneous Chores * remove gitlab ci file ([bad9051](https://github.com/Haberkamp/phluent/commit/bad9051bb0b24cba8ccdb03f658709bb03db4ba2))
## [0.3.0](https://github.com/Haberkamp/phluent/compare/v0.2.1...v0.3.0) (2024-08-10) ### Features * add toBeInstanceOf assertion ([6154d83](https://github.com/Haberkamp/phluent/commit/6154d83b6589e2059e2e4bbe605d71af772c9f1d)) * add toContainAllOf assertion ([fbe49be](https://github.com/Haberkamp/phluent/commit/fbe49be80f552112847f570fca5d7cec40c34b96)) * add toContainAnyOf assertion ([1d449e3](https://github.com/Haberkamp/phluent/commit/1d449e326b604937a33939e684023d17ef87ff52)) * addToBeAnArray assertion ([baef895](https://github.com/Haberkamp/phluent/commit/baef8959d8ea4fb0a0eb51e4c447e5beb50dad24)) * make toContain assertion compatible with arrays ([433b0be](https://github.com/Haberkamp/phluent/commit/433b0becc22142ef5b46029f407251eccec984eb)) * make toHaveALengthOf assertion compatible with arrays ([64748e3](https://github.com/Haberkamp/phluent/commit/64748e370a00bd6af2c55d6546209ed4ade77e79))