Skip to content

Releases: herloct/codeception-slim-module

1.1.0

Choose a tag to compare

@herloct herloct released this 04 Mar 20:38
  • 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

Choose a tag to compare

@herloct herloct released this 18 Oct 06:36

Build Status

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

1.0.3

Choose a tag to compare

@herloct herloct released this 13 Oct 19:29

Build Status

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

1.0.2

Choose a tag to compare

@herloct herloct released this 11 Oct 21:44

Build Status

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

1.0.1

Choose a tag to compare

@herloct herloct released this 07 Oct 10:26

Build Status

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

1.0.0

Choose a tag to compare

@herloct herloct released this 07 Oct 09:41

Build Status

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