Skip to content

Releases: icings/partitionable

2.0.1

18 Jun 11:23
08ea86a
Compare
Choose a tag to compare

What's Changed

  • 2.x - Fix static analysis. by @ndm2 in #25
  • 2.x - Require stable CakePHP 5 version. by @ndm2 in #27

Full Changelog: 2.0.0...2.0.1

First stable CakePHP 5.x compatible release.

13 Sep 22:34
17dbfcd
Compare
Choose a tag to compare

First stable CakePHP 4.x compatible release.

13 Sep 22:31
c5bca63
Compare
Choose a tag to compare

CakePHP 5 compatibility.

31 Jul 16:53
Compare
Choose a tag to compare
Pre-release

First CakePHP 5 compatible release.

Full Changelog: 1.0.0-RC1...2.0.0-RC1

1.0.0-RC1

31 Jul 16:49
Compare
Choose a tag to compare
1.0.0-RC1 Pre-release
Pre-release

What's Changed

  • Avoid MySQL server has gone away problem. by @ndm2 in #6
  • Upgrade PHPStan. by @ndm2 in #7
  • Add PHP 8.1 to the test matrix. by @ndm2 in #8
  • Fix usage of deprecated totallyTyped option. by @ndm2 in #9
  • Remove no longer needed PhpStan error ignore patterns. by @ndm2 in #10
  • Include PHP 8.1 for SQL Server, a stable driver should now be available. by @ndm2 in #11
  • Allow codesniffer installer. by @ndm2 in #12
  • Address MariaDB ONLY_FULL_GROUP_BY incompatibility changes. by @ndm2 in #13
  • Use forward compatible sort unsetting. by @ndm2 in #14
  • Fix less specific return type issue. by @ndm2 in #15
  • Upgrade CI tooling. by @ndm2 in #16
  • List as cakephp-plugin by @dereuromark in #17

New Contributors

Full Changelog: 0.2.0...1.0.0-RC1

CakePHP 4.3 compatibility

25 Oct 01:42
84a2e0f
Compare
Choose a tag to compare
Pre-release

Usage of Model.beforeFind has changed, make sure to check the example in the readme.

Initial Pre-Release

31 May 14:30
Compare
Choose a tag to compare
Initial Pre-Release Pre-release
Pre-release
0.1.0

Don require master, let people require unstable tags instead.