Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
2023-01-03
- Fix: Prototype Pollution in JSON5
- Set node engine requirements correctly in package.json
- Code refactoring
2023-01-02
2022-12-29
- #1596 fix: Remove XMLHttpRequest as Chrome no longer support sync calls
- Repo cleanup
- Remove support for ie9 specific code
- Remove bower support
- Typescript type definition moved in the repo (not in npm package)
2022-12-24
- #1588 fix: Better error reporting for order by
- General code refactoring
2022-12-20
2022-12-10
2022-11-29
- #1548 Fix: Calculate columns beyond ZZ for excel export
2022-11-27
- #1541 Fix: Remove depricated dependencies
- Clean: No built in Promise polifil
- Clean: No built in console
- Clean: Remove ESlint
2022-10-26
Highlight
- #1466 fix: IS NOT TRUE bug
Details
What's Changed
- Fix #1466: IS NOT TRUE not working by @mathiasrw in #1527
Full Changelog: v2.1.5...v2.1.6
2022-10-25
- Add: Use
--ast
flag to print AST instead of result for CLI - Add: Config option for infinite loop break with
alasql.options.loopbreak
- #1491 Fix: Support lower case MEDIAN