Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
2023-11-13
What's Changed
- Support cache for "WHERE (NOT) IN" to fix #1833 - by @paulrutter in #1834
- Regression of "SELECT query (a AS b, b AS c)" to fix #1820 by @paulrutter in #1835
Full Changelog: v4.2.1...v4.2.2
2023-11-12
What's Changed
- Fix regression WHERE (not) in (4.2.0) by @paulrutter in #1830
Full Changelog: v4.2.0...v4.2.1
2023-11-10
What's Changed
- Several performance optimizations by @paulrutter in #1822
New Contributors
- @paulrutter made their first contribution in #1822
Full Changelog: v4.1.10...v4.2.0
2023-09-26
What's Changed
- Get rid of gulp as a build engine
- Allow SELECT * together with renamed columns to fix #1797
Full Changelog: v4.1.9...v4.1.10
2022-09-17
- Fix #1789: let JOINs return the second subquery
Full Changelog: v4.1.8...v4.1.9
New Contributors: @adarshjhaa100 made their first contribution in #1800 !
2022-09-15
- Let LIKE work correctly with line breaks in values to fix #1734
Full changelog: v4.1.7...v4.1.8
New Contributors:
- @NickFranceschina made their first contribution in #1790
- @rameshrajagopalanbayer made their first contribution in #1794
2022-09-07
- Fix #1666 letting SUM(userfn(x)) work again
2022-09-06
- Fix #1526: Correct error handling when is callback provided
Full Changelog: v4.1.4...v4.1.5
2023-09-15
- Update dependencies
- Fix dependencies (rely on frequently updated alasql to keep up to date)
- feat: add from collection to AlaSQL interface type by @sytone in #1771
Thank you to @sytone making their first contribution
Full Changelog: v4.1.3...v4.1.4
2023-07-15
What's Changed
- fix(IndexedDB): Added fix when there is no keyPaths(columns) in indexDB by @vishal6557 in #1745
New Contributors
- @vishal6557 made their first contribution in #1745
Full Changelog: v4.1.2...v4.1.3