Skip to content

Releases: HawkBitPhp/hawkbit

Happy sunday ;)

07 May 15:45
Compare
Choose a tag to compare

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

27 Apr 12:16
Compare
Choose a tag to compare

2.3.1

Fixed

2.3.0

19 Apr 22:13
Compare
Choose a tag to compare

2.3.0

Added

  • Add basic usage example

Altered

  • Add official league/route 3.0 support

Fixed

2.1.3

31 Jan 18:57
Compare
Choose a tag to compare

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

05 Jan 08:41
Compare
Choose a tag to compare

Fixed

  • Fix #24 incorrect and buggy error handling

2.1.1

03 Jan 06:48
Compare
Choose a tag to compare

2.1.1

Added

Add tests for controller constructor injection

Hawkbit 2.1

15 Dec 09:02
Compare
Choose a tag to compare

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

13 Oct 21:04
Compare
Choose a tag to compare

2.0.1

Altered

  • Fix documentation
  • Fix typo

2.0.0

13 Oct 11:42
Compare
Choose a tag to compare

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

04 Oct 20:36
Compare
Choose a tag to compare

1.1.7

Altered

  • Fix wrong response determined by content type delegation