Skip to content

Releases: Setono/tag-bag

v2.3.0

21 May 09:30
Compare
Choose a tag to compare

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

28 Feb 11:53
2ce7186
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v2.2.0

v2.1.0

14 Feb 13:13
36c120f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.1.0

v2.0.3

15 Aug 12:21
b1f9f0c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.2...v2.0.3

v2.0.2

15 Aug 11:20
Compare
Choose a tag to compare

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

15 Aug 10:50
Compare
Choose a tag to compare

Fixes a bug where an exception when unserializing would not be caught

Full Changelog: v2.0.0...v2.0.1

v2.0.0

09 Aug 13:46
Compare
Choose a tag to compare

It's here 🎉 Enjoy the latest version of the tag bag!

What's Changed

Full Changelog: v1.5.0...v2.0.0

v2.0.0-alpha.3

27 Jul 09:14
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

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

26 Jul 13:47
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

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

26 Jul 10:37
Compare
Choose a tag to compare
v2.0.0-alpha Pre-release
Pre-release

The 2.0 release mainly simplifies the tag bag and tags, but also increases the developer experience quite a bit. Enjoy 🎉