Skip to content

Releases: AlaSQL/alasql

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

2022-10-09

09 Oct 01:54
Compare
Choose a tag to compare
  • #1519 Fix: Better error handling when reading files

2022-10-06

06 Oct 12:54
Compare
Choose a tag to compare
  • Fix: cli for global install

2022-10-01

01 Oct 13:00
Compare
Choose a tag to compare
  • #1268 Add: IN + NOT IN for strings and numbers
  • #1268 Fix: ORDER BY for several columns

2022-10-01

01 Oct 00:59
Compare
Choose a tag to compare
  • #1428 fix: Let DATEADD take month lengths into account

2022-09-30

30 Sep 13:50
Compare
Choose a tag to compare
  • #1508 fix: COALESCE with null argument