Skip to content

Releases: maplephp/unitary

v2.2.0

10 Mar 20:29
3c38011

Choose a tag to compare

  • Added configuration parameters to props
  • Introduced configurable middleware handling
  • Added closure chaining support to the expect method
  • Improved type checks and internal instance handling
  • Improved clarity of verbose test messages
  • Fixed configuration property inheritance
  • General internal refactoring and cleanup

v2.1.0

15 Feb 11:40
9ae7001

Choose a tag to compare

This release enables Unitary core support in the project skeleton, aligning the skeleton with the current Unitary architecture. Router handling has been updated, configuration path handling refactored for consistency, unused test artifacts removed, and CLI output improved to properly report when no tests are found.

v2.0.3

14 Jan 18:11
5325cc0

Choose a tag to compare

The code coverage exclude pattern is now resolved relative to the project root (base URL) instead of being treated as an absolute match.

v2.0.2

12 Jan 20:25

Choose a tag to compare

This release fixes an issue where the maplephp/cache Composer package was accidentally omitted from the dependency list.

v2.0.1

12 Jan 19:20

Choose a tag to compare

This release fixes an issue where the path to a user-defined configuration file could not be resolved correctly.

v2.0.0

12 Jan 17:54

Choose a tag to compare

This major release delivers a substantial evolution of the framework, strengthening the CLI, core architecture, and overall developer experience. It introduces a more refined and capable command-line interface, richer tooling, and a modernized internal structure designed for larger and more advanced projects.

Key highlights include improved CLI usability, configuration file support, built-in performance and memory profiling, JUnit reporting, code coverage, vulnerability and supply-chain auditing, and first-class mocking and test wrapper utilities. The command set has been expanded, global binary support added, and a full application layer introduced with request handling, middleware, routing, dependency injection, and MVC foundations.

Together with extensive structural refactoring and code-quality improvements, this release marks a significant step forward in both capability and maturity of the platform.

v1.1.4

25 Mar 19:18
d96ad46

Choose a tag to compare

Add DTO v3.0.0 support

v1.1.3

26 Jan 16:25

Choose a tag to compare

  • Exit code patch
  • Improved prompt
  • Performance check

v1.1.2

04 Oct 17:37

Choose a tag to compare

Minor patch addressing a rare issue where the output buffer may obscure certain test cases.

v1.1.1

02 Oct 15:04

Choose a tag to compare

Version bump of DTO.