v5.1.0
New features
List operations now accepts a wildcard allowing you to perform operations on all lists not explicitly referenced by its key.
List operations now allows specifying a custom merger, allowing you to define a custom function for merging in new items into the order of existing lists.
Bugfixes
- Fix dispatchers not working with
getOrFetch
,getOrInitializeNewItem
,saveItem
- Fix forceFetch option no longer working with
getOrFetchItem
andgetOrFetchList