Skip to content

Releases: maplephp/emitron

v1.2.4

Choose a tag to compare

@wazabii8 wazabii8 released this 28 Mar 15:15
ee1f8af

Fixes

  • fix interface wiring for full namespace support, and fix consistent app config

v1.2.3

Choose a tag to compare

@wazabii8 wazabii8 released this 27 Mar 14:54
aba62ab

Bug fixes

  • Added default Content-Type header to HTTP emitter

v1.2.2

Choose a tag to compare

@wazabii8 wazabii8 released this 22 Mar 17:12
6ccf2d1

Add callable that is passed to controller request handler#3

v1.2.1

Choose a tag to compare

@wazabii8 wazabii8 released this 10 Mar 21:07
1fa2c7e

Fixed argument handling to ensure CLI parameters are passed correctly

v1.2.0

Choose a tag to compare

@wazabii8 wazabii8 released this 10 Mar 20:30
fc768a3
  • 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

Choose a tag to compare

@wazabii8 wazabii8 released this 15 Feb 11:16

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

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 19:22

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

v1.0.0

Choose a tag to compare

@wazabii8 wazabii8 released this 12 Jan 17:53

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.