Skip to content

Releases: maplephp/emitron

v1.2.1

10 Mar 21:07
1fa2c7e

Choose a tag to compare

Fixed argument handling to ensure CLI parameters are passed correctly

v1.2.0

10 Mar 20:30
fc768a3

Choose a tag to compare

  • Added configuration props factory with get and has helpers
  • Introduced controller request handler and routing contracts
  • Added controller support with flexible response handling
  • Implemented status control improvements
  • Added environment configuration support
  • Renamed ConfigProps to CliOptions
  • General refactoring and code cleanup
  • Added automated tests to the build process

v1.1.0

15 Feb 11:16

Choose a tag to compare

Refactors configuration file handling, resets config and router paths to stable defaults, and adds a Composer branch alias to improve dependency resolution when using the main development branch.

v1.0.1

12 Jan 19:22

Choose a tag to compare

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

v1.0.0

12 Jan 17:53

Choose a tag to compare

Emitron is a modern PSR-based middleware and kernel library designed to handle every step of the HTTP lifecycle, from incoming request to emitted response.