Skip to content
Scott O'Bryan edited this page May 11, 2017 · 2 revisions

Welcome to the angular-persistence wiki!

Roadmap:

1.0.0 (MAY 2017): Final release. This will include the full initial code drop of the synchronous API's and caching as well as unit testing of all modules.

1.1.0 (JULY 2017): This will add the ability to secure storage with a password as well as introduce an AsynchPersistenceService that would introduce full Rx into the framework. The AsynchPersistenceService for this release would have the same capabilities as the existing PersistenceService for this release.

1.2.0 (SEPT 2017): This will add IndexDB storage to the AsynchPersistenceService for full IndexDB support. This should allow the framework to handle and index larger datasets.

News:

2017-MAY-11: Version 1.0 of the framework is released.

I've used it in some of my own projects and have finished all of the testing. Things look pretty good for webpack and Angular 2 and 4. I'm going to try to add this to plunker so that I can blog, so there might be some maintenance releases on the actual bundle if I didn't export things correctly. For now, enjoy!

Clone this wiki locally