Changelog
v2.3.0 -- 04/07/2018
API
Add
Documentation
Tutorials
- Add:
Reference
- Add:
v2.2.0 - 04/06/2018
API
Change
- Using API version 2.4
Note: this will cause to invalidate any cache using previous version.
Add
v2.1.2 - 14/05/2018
API
Fix
- Reference was throwing TypeError on production build due to usage of
constructor.name
v2.1.1 - 14/05/2018
API
Fix
- Cache
- CacheManager does not crash anymore when Publish/Draft feature is not enabled on the Site.
Documentation
Fix
- Installation to use semver by default to add in your project
- Installation missing peer dependencies install in ReactNative installation.
Typo & Rephrasing
- LearnTheBasics
- Localisation
- Search
- Publish / Draft feature
- Offline
- Our Backward Compatibility Promise
v2.1.0 - 04/05/2018
API
Add
- Property
lastCacheUpdateDate
on return object from CacheManager#needsUpdate - Collection#indexOf
- OrderedCollection#removeAt
- OrderedCollection#indexOf
- OrderedCollection#at
Fix
- Increase timeout from 5 seconds to 5 minutes on
LocalCacheManager
file download to prevent Timeout errors on slow network - Collection#add to prevent adding duplicate references
- Collection#remove
- Collection#has
- OrderedCollection#add to prevent adding duplicate references
- OrderedCollection#remove
- OrderedCollection#has
Documentation
- Review completely the documentation
Internal
CHANGES
- Switch to rollup build system
- Change Options logger parameter from custom code in favor of adactive-logger. Please note that is just code move, and does not affect API.
- Default logger on Options is now AdactiveLogger.ConsoleLogger
v2.0.1 - 06/04/2018
Documentation
- Add documentation
v2.0.0 - 06/04/2018
Please read the Upgrade guide to get the list of changes