Skip to content

Releases: AlaSQL/alasql

2023-01-03

03 Jan 10:36
Compare
Choose a tag to compare
  • Fix: Prototype Pollution in JSON5
  • Set node engine requirements correctly in package.json
  • Code refactoring

2023-01-02

02 Jan 07:31
Compare
Choose a tag to compare
  • #1530 add: Support the SQL aggregator "total"
  • #1601 fix: Remove build info from version number

2022-12-29

29 Dec 04:47
Compare
Choose a tag to compare
  • #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

24 Dec 11:48
Compare
Choose a tag to compare
  • #1588 fix: Better error reporting for order by
  • General code refactoring

2022-12-20

19 Dec 16:20
Compare
Choose a tag to compare
  • #1562 Fix: sync XMLHttpRequest
  • #1577 Fix: Run callback when creating indexeddb table
  • #877 Fix: Avoid using the deprecated webkitGetDatabaseNames

2022-12-10

03 Dec 23:33
Compare
Choose a tag to compare
  • Let Sum, max, min null value deal correctly with non numeric data to fix #1533, #1532 and #1531

2022-11-29

29 Nov 02:20
Compare
Choose a tag to compare
  • #1548 Fix: Calculate columns beyond ZZ for excel export

2022-11-27

27 Nov 06:18
Compare
Choose a tag to compare
  • #1541 Fix: Remove depricated dependencies
  • Clean: No built in Promise polifil
  • Clean: No built in console
  • Clean: Remove ESlint

2022-10-26

25 Oct 13:06
Compare
Choose a tag to compare

Highlight

  • #1466 fix: IS NOT TRUE bug
Details

What's Changed

Full Changelog: v2.1.5...v2.1.6

2022-10-25

24 Oct 15:07
Compare
Choose a tag to compare
  • 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