Releases: Setono/tag-bag
v2.3.0
What's Changed
- Remove PHP 7.4 and PHP 8.0 support by @loevgaard in #20
- Allow the renderer argument to be null by @loevgaard in #21
- Introduce serializer and introduce json serialization instead of php serialization by @loevgaard in #22
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Add consentable inline script tag by @loevgaard in #18
Full Changelog: v2.1.0...v2.2.0
v2.1.0
v2.0.3
What's Changed
- Better and safer unserialization by @loevgaard in #12
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Removes safe serialization. This should be fixed later. Possibly by doing something similar to Symfony: https://github.com/symfony/symfony/blob/6.2/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php
Full Changelog: v2.0.1...v2.0.2
v2.0.1
Fixes a bug where an exception when unserializing would not be caught
Full Changelog: v2.0.0...v2.0.1
v2.0.0
It's here 🎉 Enjoy the latest version of the tag bag!
What's Changed
- Refactor tag bag by @loevgaard in #10
- Refactor by @loevgaard in #11
Full Changelog: v1.5.0...v2.0.0
v2.0.0-alpha.3
This release renames the ContentAwareTag
to ContentTag
, so this is a BC break from v2.0.0-alpha.2
to v2.0.0-alpha.3
v2.0.0-alpha.2
This release handles the situation where two tags are added and both are marked as unique and have same fingerprints. It will use the priority of the tags to determine which one to keep
v2.0.0-alpha
The 2.0 release mainly simplifies the tag bag and tags, but also increases the developer experience quite a bit. Enjoy 🎉