Releases: zumba/swivel
Releases · zumba/swivel
v5.0.0
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
v4.0.1
Changes
- Added support to PHP 8.1 and 8.2. Thanks to @DanaLuther
v4.0.0
v3.0.2
v3.0.1
Bump psr/log from 1.0.* to ^1.0 (effectively v1.1.0)
v3.0.0 Fixing Semantics
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
v2.1.4: Merge pull request #41 from cjsaylor/fix-negative-bit-shift
Fix negative bit shift