Skip to content

Releases: vierge-noire/cakephp-fixture-factories

v2.9.3

09 Feb 09:03
9bb9ee5
Compare
Choose a tag to compare

What's Changed

v3.0.2

09 Feb 09:11
5d3bfe5
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v3.1.0-rc.1

25 Nov 19:53
446ec21
Compare
Choose a tag to compare
v3.1.0-rc.1 Pre-release
Pre-release

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

11 Oct 19:16
ce853e2
Compare
Choose a tag to compare

What's Changed

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

v3.0

09 Oct 23:50
v3.0
775cf71
Compare
Choose a tag to compare

What's Changed

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

v2.9.2

23 Aug 14:22
59af217
Compare
Choose a tag to compare

What's Changed

New Contributors

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

v2.9.1

14 Jul 14:46
f3d7fec
Compare
Choose a tag to compare
  • Fixes #212 : array notation enhancement. Thank you very much to @ishanvyas22 for spoting the issue!

v2.9 RC 1

05 Jun 13:40
3cc6b9d
Compare
Choose a tag to compare
v2.9 RC 1 Pre-release
Pre-release
  • Introduces array notation to set nested values. The doc is here.
  • Introduces the static firstOrFail method. The doc is here.

v2.9 release

05 Jun 13:50
3cc6b9d
Compare
Choose a tag to compare
  • Introduces array notation to set nested values. The doc is here.
  • Introduces the static firstOrFail method. The doc is here.

v2.8 release

11 May 08:23
cba679d
Compare
Choose a tag to compare
  • 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