Changelog
Changelog is relative to the latest version of JScript Panel.
See wiki for the detailed description of API changes.
Added
- Rewrote component to use Mozilla SpiderMonkey JavaScript engine.
- Added stack trace to error reports.
- API changes:
- JavaScript is now conformant to ES2017 standard.
- All arrays now can be accessed directly with [] operator (no need for
toArray()cast). - FbMetadbHandleList items now can be accessed with [] operator.
- Added global
include()method. - Added
window.DefinePanelmethod. - Added
utils.CreateHtmlWindow()method.
Changed
- Windows 7 is the minimum supported OS now.
- API changes:
- All methods and properties are case-sensitive as required by ECMAScript standard.
- Removed
Dispose()andtoArray()methods. - Removed
FbMetadbHandleList.Item()method. - Removed old
==PREPROCESSOR==panel header support. utils.Versionreturns string instead of a number.- More rigorous error checks.
- Updated samples with compatibility fixes.