Changelog History
-
v0.11.0 Changes
November 15, 2019Starting with
0.11.0
, Swift Package Manager is the only officially supported dependency manager for Shallows. Main reason — maintaining Carthage and especially Cocoapods is not trivial, which can sometimes lead to aPodfile
not being up-to-date, for example. You can use Cocoapods/Carthage and Swift PM hand in hand, so I hope the transition will not be too painful⚡️ THIS UPDATE IS A BREAKING CHANGE
⚡️ Some APIs were slightly updated/removed. However, those are mostly non-primary APIs, and I expect that currently the very little amount of code depends on it. If you have problems migrating to 0.11.0, please, open an issue and I'll be glad to help! -
v0.10.0
May 06, 2019 -
v0.9.1
February 21, 2018 -
v0.9.0 Changes
February 22, 2018⚡️ This update aims to simplify the API by removing techniques that haven't proven themselves worthy. It also focuses on making the codebase more readable and easier to understand, and also refines some names and implementation details.
⚡️ THIS UPDATE IS A BREAKING CHANGE
🗄 Some API were deprecated, some - made unavailable. However, those are mostly non-primary APIs, and I expect that currently the very little amount of code depends on it. If you have problems migrating to 0.9.0, please, open an issue and I'll be glad to help! -
v0.8.1
February 09, 2018 -
v0.8.0 Changes
January 19, 2018This update drastically updates to Shallows way of disk storage.
FileSystemStorage
and family is now deprecated in favor of much more universalDiskStorage
andDiskFolderStorage
.FileSystemStorage
will be removed from the codebase in future, but is still available for now. If you have trouble migrating toDiskFolderStorage
— please, open an issue. -
v0.7.1
January 11, 2018 -
v0.7.0
January 03, 2018 -
v0.6.0 Changes
October 11, 2017🚀 This release renames «cache» to «storage».
-
v0.5.0
October 11, 2017