Skip to content

2022-09-24

Compare
Choose a tag to compare
@mathiasrw mathiasrw released this 24 Sep 11:43
· 409 commits to develop since this release

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