HawkBitPhp Hawkbit Versions Save

PSR-7 Micro PHP framework - advanced derivate of Proton by Alex Bilbie

2.3.2

7 years ago

Nice day for some maintance and issues.

2.3.2

Fixed

  • Fix issue #34. Bind closure always to application instance.

Altered

  • Upgrade league/container to 2.4
  • Upgrade zendframework/zend-diactoros to 1.4
  • Update container implementation to psr 11

2.3.1

7 years ago

2.3.1

Fixed

  • Reopen and fix #29, Special Thanks to @BlackScorp for fixing and @designcise for identification

2.3.0

7 years ago

2.3.0

Added

  • Add basic usage example

Altered

  • Add official league/route 3.0 support

Fixed

  • Fix #29, #30

2.1.3

7 years ago

Fixed

  • Fix #25 Ajax request is always forcing JSON request and response
  • Fix #26 use league/route at dev master until official middleware release
  • Remove HHVM integration due to inconsitencies

2.1.2

7 years ago

Fixed

  • Fix #24 incorrect and buggy error handling

2.1.1

7 years ago

2.1.1

Added

Add tests for controller constructor injection

2.1.0

7 years ago

Hawkbit

2.1.0

Fixed

  • Validate response contract after executing

Added

  • Add exception stack Hawkbit\Application\AbtractApplication::getExceptionStack of all occured exceptions

Altered

  • Update League Router and use router middleware implementation instead of application middleware.
  • Update Zend Stratigility to 1.3.1
  • Advanced error capturing and error stack for debugging

Removed

  • Remove dotted notation from from configuration
  • Remove vagrant machine

2.0.1

7 years ago

2.0.1

Altered

  • Fix documentation
  • Fix typo

2.0.0

7 years ago

2.0

Notice

Migrate Turbine from PhpThinkTank to hawkbit.

Added

  • Add \Hawkbit\Configuration (extending \Zend\Config\Config) as default configuration storage
  • Add PSR7 middleware implementation \Hawkbit\Application\MiddlewareRunner for advanced control of application lifecycle

Altered

  • Change Hawkbit test namespace to Hawkbit\Tests
  • Rewrite event behavior for advanced interception of requests, responses and errors
  • Implement dot chaining for nested configuration

1.1.7

7 years ago

1.1.7

Altered

  • Fix wrong response determined by content type delegation