File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22
3- ## Changes from 0.3 to 0.4
3+ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.
4+
5+ ## UNRELEASED
6+
7+ ## 0.4.2
8+
9+ ### Changed
10+
11+ * Updated version for integration tests
12+ * Made ` TaggablePSR6PoolAdapter::getTags ` protected instead of private
13+
14+ ## 0.4.1
15+
16+ ### Fixed
17+
18+ * Saving an expired value should be the same as removing that value
19+
20+ ## 0.4.0
421
522This is a big BC break. The API is rewritten and how we store tags has changed. Each tag is a key to a list in the
623cache storage. The list contains keys to items that uses that tag.
724
825* The ` TaggableItemInterface ` is completely rewritten. It extends ` CacheItemInterface ` and has three methods: ` getTags ` , ` setTags ` and ` addTag ` .
926* The ` TaggablePoolInterface ` is also rewritten. It has a new ` clearTags ` function.
10- * The ` TaggablePoolTrait ` has new methods to manipulate the list of tags.
27+ * The ` TaggablePoolTrait ` has new methods to manipulate the list of tags.
28+
29+ ## 0.3.1
30+
31+ No changelog before this version
You can’t perform that action at this time.
0 commit comments