Skip to content

Releases: herloct/codeception-slim-module

1.1.0

04 Mar 20:38
Compare
Choose a tag to compare
  • Use PSR-11 ContainerInterface instead of Container Interop for Type Hinting.
  • Add more detailed explanation on configuration at README.md.
  • Tweak development settings.
  • Update license's year.

1.0.4

18 Oct 06:36
Compare
Choose a tag to compare

Build Status

  • Tidying up some codes.
  • Add more information badges.
  • Use Slim's default container instead of PHP-DI.

1.0.3

13 Oct 19:29
Compare
Choose a tag to compare

Build Status

  • Fix #3: Get the request and response from the app container.
  • Tidying up.

1.0.2

11 Oct 21:44
Compare
Choose a tag to compare

Build Status

  • Fix #1: $request->getParsedBody() always return null.
  • Fix typo on README.md.

1.0.1

07 Oct 10:26
Compare
Choose a tag to compare

Build Status

  • FIX: Remove declare(strict_types=1); because it throws warning on PHP 5.6.

1.0.0

07 Oct 09:41
Compare
Choose a tag to compare

Build Status

This is the first release.
Tested using codeception-zend-expressive-tests and codeception-rest-testcase as a base.