This repository was archived by the owner on Apr 11, 2019. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ The future development plan involves:
5656 - [ 1.0.0-alpha.4 (done)] ( #100-alpha4-done )
5757 - [ 1.0.0-alpha.5 (done)] ( #100-alpha5-done )
5858 - [ 1.0.0-alpha.6 (done)] ( #100-alpha6-done )
59+ - [ 1.0.0-alpha.7 (in progress)] ( #100-alpha7-in-progress )
5960 - [ 1.0.0-alpha.* ] ( #100-alpha )
6061 - [ 1.0.0-beta.1] ( #100-beta1 )
6162 - [ 1.0.0-beta.2] ( #100-beta2 )
@@ -319,6 +320,8 @@ var localeSynchro = $jsonapi.sourceLocal.create('AngularJsonAPI');
319320
320321~~~
321322
323+ **Keep in mind that the localStorage size is limited to approx. 5MB on most devices. Exceeding this limit can cause unpredicted results.**
324+
322325### SourceRest
323326
324327Is a simple synchronizer with the RESTAPI supporting JSON API format. It performs following operations:
@@ -727,6 +730,10 @@ Adds each error to `errorsObject.errors[key]`.
727730## 1.0.0-alpha.6 (done)
728731* [x] Fix bugs introduced by previous version
729732
733+ ## 1.0.0-alpha.7 (in progress)
734+ * [x] fix for one side relationships
735+ * [x] fix for collection.pristine
736+
730737## 1.0.0-alpha.*
731738* [ ] I18n support (medium)
732739* [ ] File source
You can’t perform that action at this time.
0 commit comments