jgloo 1.9.0 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,218 +1,237 @@
1
- <a name="1.9.0"></a>
2
-
3
- ## [1.9.0](https://github.com/zosma180/jgloo/compare/1.8.2...1.9.0) (2023-08-15)
4
-
5
- ### Features
6
-
7
- - Upgraded to nodemon v3
8
- - Minor code improvements
9
-
10
- ---
11
-
12
- <a name="1.8.2"></a>
13
-
14
- ## [1.8.2](https://github.com/zosma180/jgloo/compare/1.8.1...1.8.2) (2022-12-08)
15
-
16
- ### Fixes
17
-
18
- - Updated the package-lock to fix the security issues
19
-
20
- ---
21
-
22
- <a name="1.8.1"></a>
23
-
24
- ## [1.8.1](https://github.com/zosma180/jgloo/compare/1.8.0...1.8.1) (2022-08-03)
25
-
26
- ### Fixes
27
-
28
- - Fixed the "delay" option that was applied incorrectly
29
-
30
- ---
31
-
32
- <a name="1.8.0"></a>
33
-
34
- ## [1.8.0](https://github.com/zosma180/jgloo/compare/1.7.0...1.8.0) (2022-07-29)
35
-
36
- ### Features
37
-
38
- - Added the optional "priority" property to the configuration
39
-
40
- ---
41
-
42
- <a name="1.7.0"></a>
43
-
44
- ## [1.7.0](https://github.com/zosma180/jgloo/compare/1.6.1...1.7.0) (2022-07-28)
45
-
46
- ### Features
47
-
48
- - Added the support for the recursive folder loading (api and middlewares)
49
-
50
- ---
51
-
52
- <a name="1.6.1"></a>
53
-
54
- ## [1.6.1](https://github.com/zosma180/jgloo/compare/1.6.0...1.6.1) (2022-07-22)
55
-
56
- ### Fixes
57
-
58
- - Updated the package-lock to fix the security issues
59
-
60
- ---
61
-
62
- <a name="1.6.0"></a>
63
-
64
- ## [1.6.0](https://github.com/zosma180/jgloo/compare/1.5.2...1.6.0) (2022-02-20)
65
-
66
- ### Features
67
-
68
- - Added the optional "delay" property to the configuration
69
-
70
- ---
71
-
72
- <a name="1.5.2"></a>
73
-
74
- ## [1.5.2](https://github.com/zosma180/jgloo/compare/1.5.1...1.5.2) (2021-02-21)
75
-
76
- ### Fixes
77
-
78
- - Fixed the folder path with space characters
79
-
80
- ---
81
-
82
- <a name="1.5.1"></a>
83
-
84
- ## [1.5.1](https://github.com/zosma180/jgloo/compare/1.5.0...1.5.1) (2021-02-17)
85
-
86
- ### Fixes
87
-
88
- - Fixed the folder path for Windows environment
89
-
90
- ---
91
-
92
- <a name="1.5.0"></a>
93
-
94
- ## [1.5.0](https://github.com/zosma180/jgloo/compare/1.4.0...1.5.0) (2021-01-25)
95
-
96
- ### Features
97
-
98
- - Added the optional "not" property to the default ReST API configuration
99
-
100
- ---
101
-
102
- <a name="1.4.0"></a>
103
-
104
- ## [1.4.0](https://github.com/zosma180/jgloo/compare/1.3.0...1.4.0) (2020-06-30)
105
-
106
- ### Features
107
-
108
- - Added the optional parameter to customize the static url
109
-
110
- ---
111
-
112
- <a name="1.3.0"></a>
113
-
114
- ## [1.3.0](https://github.com/zosma180/jgloo/compare/1.2.3...1.3.0) (2020-06-19)
115
-
116
- ### Features
117
-
118
- - Added the multipart/form-data support to apis
119
-
120
- ---
121
-
122
- <a name="1.2.3"></a>
123
-
124
- ## [1.2.3](https://github.com/zosma180/jgloo/compare/1.2.2...1.2.3) (2020-05-30)
125
-
126
- ### Improvements
127
-
128
- - Updated the README with the right installation command
129
-
130
- ---
131
-
132
- <a name="1.2.2"></a>
133
-
134
- ## [1.2.2](https://github.com/zosma180/jgloo/compare/1.2.1...1.2.2) (2020-03-22)
135
-
136
- ### Improvements
137
-
138
- - Rebuilded the project after the security patch of the dependencies
139
-
140
- ---
141
-
142
- <a name="1.2.1"></a>
143
-
144
- ## [1.2.1](https://github.com/zosma180/jgloo/compare/1.2.0...1.2.1) (2020-03-18)
145
-
146
- ### Improvements
147
-
148
- - Bumpeded minimist from 1.2.0 to 1.2.2 for a security patch
149
-
150
- ---
151
-
152
- <a name="1.2.0"></a>
153
-
154
- ## [1.2.0](https://github.com/zosma180/jgloo/compare/1.1.1...1.2.0) (2020-02-20)
155
-
156
- ### Features
157
-
158
- - Added the static folder feature
159
-
160
- ---
161
-
162
- <a name="1.1.1"></a>
163
-
164
- ## [1.1.1](https://github.com/zosma180/jgloo/compare/1.1.0...1.1.1) (2020-01-17)
165
-
166
- ### Improvements
167
-
168
- - Added the json DB to nodemon watch exclusion
169
-
170
- ---
171
-
172
- <a name="1.1.0"></a>
173
-
174
- ## [1.1.0](https://github.com/zosma180/jgloo/compare/1.0.3...1.1.0) (2019-12-19)
175
-
176
- ### Improvements
177
-
178
- - Updated and improved CLI arguments
179
-
180
- ---
181
-
182
- <a name="1.0.3"></a>
183
-
184
- ## [1.0.3](https://github.com/zosma180/jgloo/compare/1.0.2...1.0.3) (2019-12-18)
185
-
186
- ### Fixes
187
-
188
- - Fixed child process remaining alive
189
-
190
- ---
191
-
192
- <a name="1.0.2"></a>
193
-
194
- ## [1.0.2](https://github.com/zosma180/jgloo/compare/1.0.1...1.0.2) (2019-12-17)
195
-
196
- ### Improvements
197
-
198
- - Updated the docs on the README
199
-
200
- ---
201
-
202
- <a name="1.0.1"></a>
203
-
204
- ## [1.0.1](https://github.com/zosma180/jgloo/compare/1.0.0...1.0.1) (2019-12-16)
205
-
206
- ### Fixes
207
-
208
- - Fixed nodemon path
209
-
210
- ---
211
-
212
- <a name="1.0.0"></a>
213
-
214
- ## 1.0.0 (2019-12-16)
215
-
216
- ### Features
217
-
218
- - Released project
1
+ <a name="1.9.2"></a>
2
+
3
+ ## [1.9.2](https://github.com/zosma180/jgloo/compare/1.9.1...1.9.2) (2024-09-14)
4
+
5
+ ### Fixes
6
+
7
+ - fixed the api detection with "cjs" and "mjs" extensions.
8
+ - Updated the package-lock to fix the security issues.
9
+
10
+ ---
11
+
12
+ <a name="1.9.1"></a>
13
+
14
+ ## [1.9.1](https://github.com/zosma180/jgloo/compare/1.9.0...1.9.1) (2024-03-30)
15
+
16
+ ### Fixes
17
+
18
+ - Updated the package-lock to fix the security issues.
19
+
20
+ ---
21
+
22
+ ## [1.9.0](https://github.com/zosma180/jgloo/compare/1.8.2...1.9.0) (2023-08-15)
23
+
24
+ ### Features
25
+
26
+ - Upgraded to nodemon v3.
27
+ - Minor code improvements.
28
+
29
+ ---
30
+
31
+ <a name="1.8.2"></a>
32
+
33
+ ## [1.8.2](https://github.com/zosma180/jgloo/compare/1.8.1...1.8.2) (2022-12-08)
34
+
35
+ ### Fixes
36
+
37
+ - Updated the package-lock to fix the security issues.
38
+
39
+ ---
40
+
41
+ <a name="1.8.1"></a>
42
+
43
+ ## [1.8.1](https://github.com/zosma180/jgloo/compare/1.8.0...1.8.1) (2022-08-03)
44
+
45
+ ### Fixes
46
+
47
+ - Fixed the "delay" option that was applied incorrectly.
48
+
49
+ ---
50
+
51
+ <a name="1.8.0"></a>
52
+
53
+ ## [1.8.0](https://github.com/zosma180/jgloo/compare/1.7.0...1.8.0) (2022-07-29)
54
+
55
+ ### Features
56
+
57
+ - Added the optional "priority" property to the configuration.
58
+
59
+ ---
60
+
61
+ <a name="1.7.0"></a>
62
+
63
+ ## [1.7.0](https://github.com/zosma180/jgloo/compare/1.6.1...1.7.0) (2022-07-28)
64
+
65
+ ### Features
66
+
67
+ - Added the support for the recursive folder loading (api and middlewares).
68
+
69
+ ---
70
+
71
+ <a name="1.6.1"></a>
72
+
73
+ ## [1.6.1](https://github.com/zosma180/jgloo/compare/1.6.0...1.6.1) (2022-07-22)
74
+
75
+ ### Fixes
76
+
77
+ - Updated the package-lock to fix the security issues.
78
+
79
+ ---
80
+
81
+ <a name="1.6.0"></a>
82
+
83
+ ## [1.6.0](https://github.com/zosma180/jgloo/compare/1.5.2...1.6.0) (2022-02-20)
84
+
85
+ ### Features
86
+
87
+ - Added the optional "delay" property to the configuration.
88
+
89
+ ---
90
+
91
+ <a name="1.5.2"></a>
92
+
93
+ ## [1.5.2](https://github.com/zosma180/jgloo/compare/1.5.1...1.5.2) (2021-02-21)
94
+
95
+ ### Fixes
96
+
97
+ - Fixed the folder path with space characters.
98
+
99
+ ---
100
+
101
+ <a name="1.5.1"></a>
102
+
103
+ ## [1.5.1](https://github.com/zosma180/jgloo/compare/1.5.0...1.5.1) (2021-02-17)
104
+
105
+ ### Fixes
106
+
107
+ - Fixed the folder path for Windows environment.
108
+
109
+ ---
110
+
111
+ <a name="1.5.0"></a>
112
+
113
+ ## [1.5.0](https://github.com/zosma180/jgloo/compare/1.4.0...1.5.0) (2021-01-25)
114
+
115
+ ### Features
116
+
117
+ - Added the optional "not" property to the default ReST API configuration.
118
+
119
+ ---
120
+
121
+ <a name="1.4.0"></a>
122
+
123
+ ## [1.4.0](https://github.com/zosma180/jgloo/compare/1.3.0...1.4.0) (2020-06-30)
124
+
125
+ ### Features
126
+
127
+ - Added the optional parameter to customize the static url.
128
+
129
+ ---
130
+
131
+ <a name="1.3.0"></a>
132
+
133
+ ## [1.3.0](https://github.com/zosma180/jgloo/compare/1.2.3...1.3.0) (2020-06-19)
134
+
135
+ ### Features
136
+
137
+ - Added the multipart/form-data support to apis.
138
+
139
+ ---
140
+
141
+ <a name="1.2.3"></a>
142
+
143
+ ## [1.2.3](https://github.com/zosma180/jgloo/compare/1.2.2...1.2.3) (2020-05-30)
144
+
145
+ ### Improvements
146
+
147
+ - Updated the README with the right installation command.
148
+
149
+ ---
150
+
151
+ <a name="1.2.2"></a>
152
+
153
+ ## [1.2.2](https://github.com/zosma180/jgloo/compare/1.2.1...1.2.2) (2020-03-22)
154
+
155
+ ### Improvements
156
+
157
+ - Rebuilded the project after the security patch of the dependencies.
158
+
159
+ ---
160
+
161
+ <a name="1.2.1"></a>
162
+
163
+ ## [1.2.1](https://github.com/zosma180/jgloo/compare/1.2.0...1.2.1) (2020-03-18)
164
+
165
+ ### Improvements
166
+
167
+ - Bumpeded minimist from 1.2.0 to 1.2.2 for a security patch.
168
+
169
+ ---
170
+
171
+ <a name="1.2.0"></a>
172
+
173
+ ## [1.2.0](https://github.com/zosma180/jgloo/compare/1.1.1...1.2.0) (2020-02-20)
174
+
175
+ ### Features
176
+
177
+ - Added the static folder feature.
178
+
179
+ ---
180
+
181
+ <a name="1.1.1"></a>
182
+
183
+ ## [1.1.1](https://github.com/zosma180/jgloo/compare/1.1.0...1.1.1) (2020-01-17)
184
+
185
+ ### Improvements
186
+
187
+ - Added the json DB to nodemon watch exclusion.
188
+
189
+ ---
190
+
191
+ <a name="1.1.0"></a>
192
+
193
+ ## [1.1.0](https://github.com/zosma180/jgloo/compare/1.0.3...1.1.0) (2019-12-19)
194
+
195
+ ### Improvements
196
+
197
+ - Updated and improved CLI arguments.
198
+
199
+ ---
200
+
201
+ <a name="1.0.3"></a>
202
+
203
+ ## [1.0.3](https://github.com/zosma180/jgloo/compare/1.0.2...1.0.3) (2019-12-18)
204
+
205
+ ### Fixes
206
+
207
+ - Fixed child process remaining alive.
208
+
209
+ ---
210
+
211
+ <a name="1.0.2"></a>
212
+
213
+ ## [1.0.2](https://github.com/zosma180/jgloo/compare/1.0.1...1.0.2) (2019-12-17)
214
+
215
+ ### Improvements
216
+
217
+ - Updated the docs on the README.
218
+
219
+ ---
220
+
221
+ <a name="1.0.1"></a>
222
+
223
+ ## [1.0.1](https://github.com/zosma180/jgloo/compare/1.0.0...1.0.1) (2019-12-16)
224
+
225
+ ### Fixes
226
+
227
+ - Fixed nodemon path.
228
+
229
+ ---
230
+
231
+ <a name="1.0.0"></a>
232
+
233
+ ## 1.0.0 (2019-12-16)
234
+
235
+ ### Features
236
+
237
+ - Released project.
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2019 zosma180
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2019 Luca Morello
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.