Skip to content

Releases: AlaSQL/alasql

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

2022-09-24

24 Sep 11:43
Compare
Choose a tag to compare

Summary

  • #395 Breaking: Dates from Excel files will be loaded as JS date objects instead of the raw excel format for dates.
    • Add: Pass config when reading XLSX files (lets you revert to the old behaviour with dates)
  • #1287 Breaking: NOW() will return - instead of . between year, month and day to align better to the JS ecosystem.
  • #1449 Add: Query HTML in server side Node (in combination with JSDom)
  • #1495 Add: TIMESTAMPDIFF from MYSQL
  • #1350 Fix: Generated xlsx file in alasql has more columns in range than actual data
  • #1426 Fix: AST to string causes double aliases
  • #1433 Fix: IFNULL check for undefined and null
  • #1419 Fix: Let CONCAT_WS ignore null and undefined
  • #1467 Fix: Improve typings
  • #1405 Fix: More robust CLI execution
Details

What's Changed

New Contributors

Full Changelog: v0.6.5...v2.0.1

1.7.2 (2021-03-06)

06 Mar 14:18
Compare
Choose a tag to compare

Semver for the win

11.11.2020

11 Nov 02:17
Compare
Choose a tag to compare
  • Fix: Do not include null in COUNT or AVG fixes #1251

(24.09.2020)

24 Sep 15:07
Compare
Choose a tag to compare
  • Add: String and Number objects supported as values
  • Add: JOIN USING now supports String and Number objects
  • Fix: File naming when exporting to Exel

(31.05.2020)

24 Sep 15:07
Compare
Choose a tag to compare
  • Add: Use NOT BETWEEN without parenthesis.