Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 762 Bytes

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 762 Bytes

Changelog

All Notable changes to geekish\slimbox will be documented in this file.

Updates should follow the Keep a CHANGELOG principles.

0.2.0 - 2016-11-13

Added

  • "Dummy" set() method on Slim\Container that throws a more helpful exception
  • More comprehensive unit tests

Deprecated

  • Nothing

Fixed

  • Slim\CallableResolver class was not imported in Geekish\Slimbox\DefaultServicesProvider

Removed

  • Nothing

Security

  • Nothing

0.1.0 - 2016-11-12

Added

  • Extended Unbox Container & ContainerFactory
  • Slim service provider DefaultServicesProvider
  • Settings class for type-hinting

Deprecated

  • Nothing

Fixed

  • Nothing

Removed

  • Nothing

Security

  • Nothing