Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Changelog

## [0.2.0](https://github.com/php-testo/testo/compare/0.1.0...0.2.0) (2025-10-29)


### Features

* Add `ConfigInflector` with attributes ([e8cad3e](https://github.com/php-testo/testo/commit/e8cad3e1a011ba7d2d2b5a59c671e1d34bc3c38c))
* Add `Inflector` support in Container ([585213a](https://github.com/php-testo/testo/commit/585213afa285ad02b4da7fdbc8a4f5f6fca714b4))
* **assert:** add `Assert:equal()`, `Assert::notEqual()` ([eb3da87](https://github.com/php-testo/testo/commit/eb3da877e1b225cee86369f19098f235b4ee0f1b))
* Process `--config` flag; ([e38f5a5](https://github.com/php-testo/testo/commit/e38f5a5ae73e41a0bd8286f668b037d5c24724c3))


### Documentation

* **README:** Add configuration example ([82e7881](https://github.com/php-testo/testo/commit/82e788145c56e07ee861fdd93ddcab2ad5f2e189))
* **README:** Add section on running tests and writing test examples ([97643f0](https://github.com/php-testo/testo/commit/97643f0b3adf5392e419bfa3c3f5336f97cbb2d1))
* **README:** Enhance introduction with description of Testo framework ([73ac506](https://github.com/php-testo/testo/commit/73ac506e1cf4982d72e13d401e4fa563ba919e41))
* Update README ([c42b58e](https://github.com/php-testo/testo/commit/c42b58e73f7b81c9bb85f48739ea1615fef8dd70))
* Update README with new logo and support links ([1adf91c](https://github.com/php-testo/testo/commit/1adf91cc545a9c2a79fa68c59630cbc3f6839782))


### Code Refactoring

* **Assert:** rename `equal` to `equals` ([1bdbca2](https://github.com/php-testo/testo/commit/1bdbca2ddac6f10bd57480e83b89cbe58e6b8291))
* Merge Application and Bootstrap; ([247fa05](https://github.com/php-testo/testo/commit/247fa057a64ff0c8770248d77b654bba568e2a24))
2 changes: 1 addition & 1 deletion resources/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.1.0"
".": "0.2.0"
}