Skip to content

Releases: zumba/swivel

v5.0.0

03 Apr 13:31
96b5bd9
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • v5 dropped the support to versions below PHP 8.0.
  • Method signatures are now using strict types, so if you are extending Swivel class or implementing the interfaces, you will need to update the method signatures. The functionality has not changed.

Full Changelog: v4.0.2...v5.0.0

v4.0.2

03 Apr 13:24
229a424
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.1...v4.0.2

v4.0.1

07 Jun 21:43
76e11b1
Compare
Choose a tag to compare

Changes

  • Added support to PHP 8.1 and 8.2. Thanks to @DanaLuther

v4.0.0

17 May 14:10
9af5993
Compare
Choose a tag to compare

v4.0.0

Backward incompatibility

  • Dropped support to PHP 7.1 and earlier.

Changes

  • Updated dev dependencies.
  • Switched CI from Travis to GitHub actions.

v3.0.2

26 Aug 17:21
e71768b
Compare
Choose a tag to compare

Fixes

  • Fixed issue where features with no buckets were being reported as missing features.

v3.0.1

15 Jul 21:23
c206331
Compare
Choose a tag to compare
Bump psr/log from 1.0.* to ^1.0 (effectively v1.1.0)

v3.0.0 Fixing Semantics

12 Dec 20:11
e9d0a2b
Compare
Choose a tag to compare

We inadvertently introduced a breaking change from v2.1.3 -> v2.1.4 when new methods were added to the builder interface.

This major release contains no new code from the v2.1.4 release. We are releasing v3.0.0 to semantically handle the breaking change.

If you stay on the 2.1.* version, a new v2.1.5 will be released that removes the breaking change introduced in v2.1.4

You can safely migrate from v2.1.4 to v3.0.0 without making any changes to your application.

v2.1.5 Fix Breaking Change from v2.1.4

12 Dec 20:22
922c455
Compare
Choose a tag to compare

v2.1.4: Merge pull request #41 from cjsaylor/fix-negative-bit-shift

20 Nov 18:49
e9d0a2b
Compare
Choose a tag to compare