Skip to content

Releases: vierge-noire/cakephp-fixture-factories

v2.9.3

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 09 Feb 09:03
9bb9ee5

What's Changed

v3.0.2

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 09 Feb 09:11
5d3bfe5

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.1.0-rc.1

v3.1.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 25 Nov 19:53
446ec21

This is to announce the soon release of v3.1.0. It will bring two nice features:

  1. The possibility to return result sets instead of arrays from the factories. This will make the assert part of the tests easier
  2. The possibily to mock the results of select queries. You can now perform tests of the controllers for example, without interacting with the DB

Check the PR here, give it a try, and let us know your thoughts!

v3.0.1

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 11 Oct 19:16
ce853e2

What's Changed

Full Changelog: v3.0...v3.0.1

v3.0

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 09 Oct 23:50
v3.0
775cf71

What's Changed

Full Changelog: v2.9.2...v3.0

v2.9.2

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 23 Aug 14:22
59af217

What's Changed

New Contributors

Full Changelog: v2.9.1...v2.9.2

v2.9.1

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 14 Jul 14:46
f3d7fec
  • Fixes #212 : array notation enhancement. Thank you very much to @ishanvyas22 for spoting the issue!

v2.9 RC 1

v2.9 RC 1 Pre-release
Pre-release

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 05 Jun 13:40
3cc6b9d
  • Introduces array notation to set nested values. The doc is here.
  • Introduces the static firstOrFail method. The doc is here.

v2.9 release

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 05 Jun 13:50
3cc6b9d
  • Introduces array notation to set nested values. The doc is here.
  • Introduces the static firstOrFail method. The doc is here.

v2.8 release

Choose a tag to compare

@pabloelcolombiano pabloelcolombiano released this 11 May 08:23
cba679d
  • thanks to @ishanvyas22 for adding ability to disable primary key generation by factory class
  • thanks to @ishanvyas22 for having the package support PHP 8.2
  • thanks to @MolbioUnige for adding tinyinteger and smallinteger pk types