File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
3
## [ Unreleased]
4
+ ### Added
5
+ - Smart Relationship/Collection - Expose a serializer to simplify the serialization.
4
6
5
7
## RELEASE 5.3.0 - 2019-11-26
6
8
### Added
Original file line number Diff line number Diff line change 26
26
"dependencies" : {
27
27
"babel-runtime" : " 7.0.0-beta.3" ,
28
28
"bluebird" : " 2.9.25" ,
29
- "forest-express" : " 5.3 .0" ,
29
+ "forest-express" : " 5.4 .0" ,
30
30
"http-errors" : " 1.7.2" ,
31
31
"lodash" : " 4.17.13" ,
32
32
"moment" : " 2.24.0" ,
66
66
"pre-commit" : [
67
67
" pre-commit"
68
68
]
69
- }
69
+ }
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ exports.RecordGetter = Interface.RecordGetter;
20
20
exports . RecordUpdater = Interface . RecordUpdater ;
21
21
exports . RecordCreator = Interface . RecordCreator ;
22
22
exports . RecordRemover = Interface . RecordRemover ;
23
+ exports . RecordSerializer = Interface . RecordSerializer ;
23
24
24
25
exports . PUBLIC_ROUTES = Interface . PUBLIC_ROUTES ;
25
26
Original file line number Diff line number Diff line change @@ -2574,10 +2574,10 @@ for-own@^0.1.4:
2574
2574
dependencies :
2575
2575
for-in "^1.0.1"
2576
2576
2577
- forest-express@5.3 .0 :
2578
- version "5.3 .0"
2579
- resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.3 .0.tgz#caf427b43d0906ba52b810e5da809ff0b3adc88b "
2580
- integrity sha512-woryxDfDXiwVpQ9ERt2ryNFJvaPwRxhsIgFrMuKdyGkQQnnE9FunS+W2EWhnCdggq9+AzfsZ0e/eMyo3ZOwFeA ==
2577
+ forest-express@5.4 .0 :
2578
+ version "5.4 .0"
2579
+ resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.4 .0.tgz#9ef8f17140078aecc6a5055525e463255965feb7 "
2580
+ integrity sha512-obcFSKhFkg0WNpgv/4P7R0kYXhK2wM8piD5ug9/qPNw6iFjBUjrUrfikOVW+60Q/dSkW5VnLWzQrn3lsXE2bhA ==
2581
2581
dependencies :
2582
2582
" @babel/runtime" " 7.7.2"
2583
2583
base32-encode "1.1.1"
You can’t perform that action at this time.
0 commit comments