Skip to content

Releases: wpup/tank

v1.3.1

21 Feb 10:56

Choose a tag to compare

Updates to composer requirements to only use phpunit as dev requirement

v1.3.0

10 Nov 13:11

Choose a tag to compare

  • Removed support for PHP 5.5

v1.2.0

04 Oct 08:41

Choose a tag to compare

  • Added: Container instance, get/set
  • Added: get_bindings that returns containers bindings.
  • Added: flush that will flush the container and delete all values.
  • Added: bind_if that will bind a value if not bound.
  • Replaced: exists with bound
  • Requires: PHP 5.5.9

v1.1.1

26 Aug 14:51

Choose a tag to compare

  • Fixed code style
  • Updated composer file

v1.1.0

23 Aug 09:08

Choose a tag to compare

  • Added Service Provider support.

v1.0.0

17 Aug 06:45

Choose a tag to compare

First release.