Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
2023-01-18
Summary
- #1618 fix: GROUP BY with CASE x IS NULL
- Clean up code base
Details
What's Changed
- Update dependency prettier to v2.8.2 by @renovate in #1606
- Remove all of jQuery by @jimmywarting in #1599
- Refactor Select and ExistValue by @jimmywarting in #1607
- Refactor to using classes by @jimmywarting in #1609
- Update dependency prettier to v2.8.3 by @renovate in #1612
- Bump eslint-plugin-n from 15.6.0 to 15.6.1 by @dependabot in #1613
- Bump eslint-plugin-import from 2.26.0 to 2.27.4 by @dependabot in #1614
- Bump eslint from 8.31.0 to 8.32.0 by @dependabot in #1615
- Fix a dead link in Readme.md by @ambujsahu81 in #1619
- fix: GROUP BY with CASE x IS NULL by @alsundukov in #1618
- Bump eslint-plugin-import from 2.27.4 to 2.27.5 by @dependabot in #1617
Full Changelog: v2.5.1...v2.5.2
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