Skip to content

Commit fc3178d

Browse files
author
Vincent Molinié
committed
[+] Smart Relationship/Collection - Expose a serializer to simplify the serialization
1 parent 58999e5 commit fc3178d

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Change Log
22

33
## [Unreleased]
4+
### Added
5+
- Smart Relationship/Collection - Expose a serializer to simplify the serialization.
46

57
## RELEASE 5.3.0 - 2019-11-26
68
### Added

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"dependencies": {
2727
"babel-runtime": "7.0.0-beta.3",
2828
"bluebird": "2.9.25",
29-
"forest-express": "5.3.0",
29+
"forest-express": "5.4.0",
3030
"http-errors": "1.7.2",
3131
"lodash": "4.17.13",
3232
"moment": "2.24.0",
@@ -66,4 +66,4 @@
6666
"pre-commit": [
6767
"pre-commit"
6868
]
69-
}
69+
}

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ exports.RecordGetter = Interface.RecordGetter;
2020
exports.RecordUpdater = Interface.RecordUpdater;
2121
exports.RecordCreator = Interface.RecordCreator;
2222
exports.RecordRemover = Interface.RecordRemover;
23+
exports.RecordSerializer = Interface.RecordSerializer;
2324

2425
exports.PUBLIC_ROUTES = Interface.PUBLIC_ROUTES;
2526

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,10 +2574,10 @@ for-own@^0.1.4:
25742574
dependencies:
25752575
for-in "^1.0.1"
25762576

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==
25812581
dependencies:
25822582
"@babel/runtime" "7.7.2"
25832583
base32-encode "1.1.1"

0 commit comments

Comments
 (0)