Skip to content

Releases: contributte/codeception

v1.0.0-alpha.4

11 Mar 13:48
412f11b

Choose a tag to compare

v1.0.0-alpha.4 Pre-release
Pre-release
  • Simplified Arachne\Codeception\Http\Request class

v1.0.0-alpha.3

11 Mar 13:46
dad60d6

Choose a tag to compare

v1.0.0-alpha.3 Pre-release
Pre-release
  • Added more type hints
  • Removed Nette\Object

v1.0.0-alpha.2

11 Mar 13:46
ebb676d

Choose a tag to compare

v1.0.0-alpha.2 Pre-release
Pre-release
  • Added PHP 7 strict types to all files
  • Removed copyright headers from src directory

v1.0.0-alpha.1

11 Mar 13:46
f77122b

Choose a tag to compare

v1.0.0-alpha.1 Pre-release
Pre-release
  • NetteDIModule no longer compiles the Container before each test by default
  • Added newContainerForEachTest option (closes #3)
  • Removed configurator option
  • Removed DoctrineModule
  • Added phpstan to CI
  • Updated to PHP 7.1 and Nette 3.0
  • Added .editorconfig file
  • Added scripts section to composer.json

v0.7.6

11 Mar 13:49

Choose a tag to compare

  • Fix annotation in NetteDIModule (fixes phpstan issues in other libraries)

v0.7.5

01 Oct 21:23

Choose a tag to compare

  • Fix code coverage measuring of nette/di extensions with DoctrineModule

v0.7.4

01 Oct 16:58

Choose a tag to compare

v0.7.3

13 Aug 08:26

Choose a tag to compare

  • Add removeDefaultExtensions option to NetteDIModule.
  • Fix compatibility with nette/bootstrap 2.4.

v0.7.2

13 Aug 08:27

Choose a tag to compare

  • Fix deletion of files created by doctrine/cache on windows.

v0.7.1

20 Jun 21:09

Choose a tag to compare

  • NetteDIModule: Add appDir and wwwDir parameters.