@jsreport/jsreport-scripts
jsreport extension capable of running custom javascript functions during the rendering process
See https://jsreport.net/learn/scripts
Changelog
3.3.0
- ignore scripts attached to template which contain scope that is not compatible to run at the template level
3.2.1
- fix cannot propagate req.data object changes from sandbox when trustUserCode is true
3.0.1
- use relative path to the currently evaluated entity (use script path as the current entity path)
- fix performance issue in sandbox when using long buffers (don't use restore() of sandbox through a method attached to the sandbox)
- refactor ListenerCollection usage for better stack traces
3.0.0-beta.1
Adaptations for the v3 APIs