- Fix
DataCache
trim ratio, previously was applying size limit too aggressively. - Deprecate
DataCache.countLimit
. The default limit is nowInt.max
. - Move demo project to a separate repo. Fixes #442. Should also improve checkout speed for other package managers.