Skip to content

Releases: maplephp/unitary

v2.3.0

Choose a tag to compare

@wazabii8 wazabii8 released this 13 Apr 19:37
575dec7

Features

  • Added new validation check for syntax.

Fixes

  • Minor CLI styling improvements to remove unwanted line breaks in output.

v2.2.0

Choose a tag to compare

@wazabii8 wazabii8 released this 10 Mar 20:29
3c38011
  • 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

Choose a tag to compare

@wazabii8 wazabii8 released this 15 Feb 11:40
9ae7001

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

Choose a tag to compare

@wazabii8 wazabii8 released this 14 Jan 18:11
5325cc0

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

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 20:25

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

v2.0.1

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 19:20

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

v2.0.0

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 17:54

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

Choose a tag to compare

@wazabii8 wazabii8 released this 25 Mar 19:18
d96ad46

Add DTO v3.0.0 support

v1.1.3

Choose a tag to compare

@danielRConsid danielRConsid released this 26 Jan 16:25
  • Exit code patch
  • Improved prompt
  • Performance check

v1.1.2

Choose a tag to compare

@wazabii8 wazabii8 released this 04 Oct 17:37

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