File tree Expand file tree Collapse file tree 3 files changed +335
-220
lines changed Expand file tree Collapse file tree 3 files changed +335
-220
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
### Added
5
5
- Readme - Add the test coverage badge.
6
+ - Technical - ` .forestadmin-schema ` now keeps track of engine and framework names and versions.
6
7
7
8
### Changed
8
9
- Technical - Use Jest instead of Mocha for the test base.
9
10
11
+ ### Fixed
12
+ - Schema - The ` .forestadmin-schema.json ` file is now written in the project directory, wherever the startup command has been hinted from.
13
+ - Smart Relationships - Prevent server crash in case of "cyclic" Smart BelongsTo declaration.
14
+
10
15
## RELEASE 5.2.0 - 2019-11-18
11
16
### Added
12
17
- Routes - Expose the record services and the permissions middleware.
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.2 .0" ,
29
+ "forest-express" : " 5.3 .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
+ }
You can’t perform that action at this time.
0 commit comments