Skip to content

Releases: contributte/codeception

v1.2.1

11 Feb 12:46
Compare
Choose a tag to compare

Bump! ⚠️

Diff: v1.2.0...v1.2.1

Changes:

  • Fix temporary folder deletion (thanks @KacerCZ)

v1.2.0

03 Jan 12:58
v1.2.0
266c0b5
Compare
Choose a tag to compare

Bump! :feelsgood:

Diff: v1.1.0...v1.2.0

Changes:

  • Contributte's style + QA
  • Allow PHP 7.4 in CI (thanks @KacerCZ)
  • Require PHP 7.2+
  • Support Nette 3.0 (thanks @KacerCZ)

v1.1.0

01 Jul 07:19
Compare
Choose a tag to compare

Bump! 🇦🇽

Diff: v1.0.1...v1.1.0

Changes:

v1.0.1

15 Jan 11:02
Compare
Choose a tag to compare

Bump! 🥇

Diff: v1.0.0...v1.0.1

Changes:

  • improved compatibility with phpstan (extension.neon)

v1.0.0

10 Jan 08:35
Compare
Choose a tag to compare

Bump! 🤒

Diff: v0.8.1...v1.0.0

Changes:

  • moved to contributte organization
  • added codestyle
  • added phpstan
  • test PHP 7.3 in CI
  • dropped sensiolabs

v0.8.1

12 Dec 22:53
2764209
Compare
Choose a tag to compare
  • The useConfigFiles method now works with absolute paths (by @fmasa)

v0.8.0

29 Nov 18:38
350f317
Compare
Choose a tag to compare
  • Added simple extension for PHPStan
  • 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
  • Added .editorconfig file
  • Added scripts section to composer.json
  • Added PHP 7 strict types to all files
  • Removed copyright headers from src directory
  • Removed Nette\Object
  • Simplified Arachne\Codeception\Http\Request class
  • Simplified development dependencies
  • Remove usage of deprecated method in nette/di

v1.0.0-alpha.5

29 Sep 16:17
b419733
Compare
Choose a tag to compare
v1.0.0-alpha.5 Pre-release
Pre-release
  • Improved type hints
  • Simplified development dependencies

v0.7.7

29 Sep 16:12
aef3844
Compare
Choose a tag to compare
  • Fixed compatibility with PHP 7.2

v1.0.0-alpha.4

11 Mar 13:48
412f11b
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release
  • Simplified Arachne\Codeception\Http\Request class