@jsreport/jsreport-core 3.6.0 → 3.6.1
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/README.md +9 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -282,6 +282,15 @@ jsreport.documentStore.collection('templates')
|
|
|
282
282
|
|
|
283
283
|
## Changelog
|
|
284
284
|
|
|
285
|
+
### 3.6.0
|
|
286
|
+
|
|
287
|
+
- improve handling of worker exit
|
|
288
|
+
- add a way to disable the safe execution and prevent the performance penalty
|
|
289
|
+
- cache system helpers function
|
|
290
|
+
- `profiler.maxDiffSize` applies to both req and res
|
|
291
|
+
- improved the support for running jsreport as serverless function
|
|
292
|
+
- added new apis in `jsreport-proxy` for better working with async helpers
|
|
293
|
+
|
|
285
294
|
### 3.5.0
|
|
286
295
|
|
|
287
296
|
- fix parsing issue of code with comment in the sandbox (helpers, scripts)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jsreport/jsreport-core",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "javascript based business reporting",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"report",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@babel/code-frame": "7.12.13",
|
|
33
33
|
"@babel/parser": "7.14.4",
|
|
34
34
|
"@babel/traverse": "7.12.9",
|
|
35
|
-
"@jsreport/advanced-workers": "1.2.
|
|
35
|
+
"@jsreport/advanced-workers": "1.2.3",
|
|
36
36
|
"@jsreport/mingo": "2.4.1",
|
|
37
37
|
"ajv": "6.12.6",
|
|
38
38
|
"app-root-path": "3.0.0",
|