File tree 3 files changed +11
-16
lines changed
3 files changed +11
-16
lines changed Original file line number Diff line number Diff line change 3
3
## [ Unreleased]
4
4
### Added
5
5
- Technical - Add optional chaining plugin to babel.
6
- - Resources Remover - Add resources remover (bulk destroy).
6
+ - Resource Deletion - Users can now bulk delete records.
7
+ - Smart Actions - Add a method to ` RecordsGetter ` to get all models IDs given a query or an ID list.
7
8
8
9
### Changed
9
10
- Technical - Upgrade to babel 7 stable.
11
+ - Initialisation - Make ` Liana.init ` return a promise resolving when all is up.
10
12
11
13
## RELEASE 5.7.0 - 2020-01-14
12
14
### Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " forest-express-mongoose" ,
3
3
"description" : " Official Express/Mongoose Liana for Forest" ,
4
- "version" : " 5.7 .0" ,
4
+ "version" : " 6.0.0-beta .0" ,
5
5
"author" :
" Sandro Munda <[email protected] >" ,
6
6
"contributors" : [
7
7
" Arnaud Besnier <[email protected] >" ,
26
26
"dependencies" : {
27
27
"@babel/runtime" : " 7.8.3" ,
28
28
"bluebird" : " 2.9.25" ,
29
- "forest-express" : " 5.6.0 " ,
29
+ "forest-express" : " 7.0.1 " ,
30
30
"http-errors" : " 1.7.2" ,
31
31
"lodash" : " 4.17.13" ,
32
32
"moment" : " 2.24.0" ,
68
68
"pre-commit" : [
69
69
" pre-commit"
70
70
]
71
- }
71
+ }
Original file line number Diff line number Diff line change 712
712
pirates "^4.0.0"
713
713
source-map-support "^0.5.16"
714
714
715
-
716
- version "7.7.2"
717
- resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.7.2.tgz#111a78002a5c25fc8e3361bedc9529c696b85a6a"
718
- integrity sha512-JONRbXbTXc9WQE2mAZd1p0Z3DZ/6vaQIkgYMSTP3KjRCyd7rCZCcfhCyX+YjwcKxcZ82UrxbRD358bpExNgrjw==
719
- dependencies :
720
- regenerator-runtime "^0.13.2"
721
-
722
715
723
716
version "7.8.3"
724
717
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.8.3.tgz#0811944f73a6c926bb2ad35e918dcc1bfab279f1"
@@ -2654,12 +2647,12 @@ for-in@^1.0.2:
2654
2647
resolved "https://registry.yarnpkg.com/for-in/-/for-in-1.0.2.tgz#81068d295a8142ec0ac726c6e2200c30fb6d5e80"
2655
2648
integrity sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=
2656
2649
2657
- forest-express@5.6.0 :
2658
- version "5.6.0 "
2659
- resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-5.6.0. tgz#3279d4522ca9448482f46292d05568f3ac70e460 "
2660
- integrity sha512-T6L0tFfy1jLkTXfW/H785LVlaW6rkVHM0YjCrklkIoOnu8cJbXdVuPy00b3q9p/aerrz6/PgGNDjmpG/JSB6pg ==
2650
+ forest-express@7.0.1 :
2651
+ version "7.0.1 "
2652
+ resolved "https://registry.yarnpkg.com/forest-express/-/forest-express-7.0.1. tgz#9deee488a1923b8f1d84dcf1d08f1eeee0e385b2 "
2653
+ integrity sha512-il+CC2KgE5hz9kni2E/T6DSCuv7zsRmEc0hgt66N3TdxVwu/k0ApWNKdBwXNZ8sDZt3EGjGscnS9dlyrObPtwg ==
2661
2654
dependencies :
2662
- " @babel/runtime" " 7.7.2 "
2655
+ " @babel/runtime" " 7.8.3 "
2663
2656
base32-encode "1.1.1"
2664
2657
bitwise-xor "0.0.0"
2665
2658
bluebird "3.7.1"
You can’t perform that action at this time.
0 commit comments