You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 18, 2018. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 0.7.x
1
+
# 0.7.x (planned)
2
2
3
3
- Interfaces are in `ng.jsonapi` now
4
4
- Resources can be extended for personalized classes
@@ -9,6 +9,7 @@
9
9
10
10
- Save on localstore all data. When you request a resource or collection, first check memory. If its empty, read from store. If is empty, get the data from back-end.
11
11
- HttpStorage deprecated: jsons were saved as sent by the server, now we save json with logic (saving ids and resources separately).
12
+
- Service with `toServer()` and `fromServer()` functions. They execute before and after http request. Ideal for type conversions.
0 commit comments