Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
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
2023-06-03
Full Changelog: v4.1.1...v4.1.2
2023-06-20
- Fix #1400 by providing an option to get the raw data from a csv file with no conversion to numbers. See AlaSQL/alasql/wiki/CSV#options for details about the new
raw
option - thanks to @Julias0
Full Changelog: v4.0.6...v4.1.0
2023-06-18
2023-06-13
2023-06-08
- Improve types to work with both require and import - thanks to @leqwasd !
2023-04-28
- Fix #1694: Use XLSX v0.19.3 to avoid CVE-2023-30533
Thank you to @BirdboyBolu who made their first contribution in #1636
Full Changelog: v4.0.1...v4.0.2
2023-04-28
2023-02-08
Summary
- fix #1415: UNION not returning correct result
Details
Details
What's Changed
- Bump eslint from 8.32.0 to 8.33.0 by @dependabot in #1626
- Bump http-cache-semantics from 4.1.0 to 4.1.1 by @dependabot in #1630
- Make test 251 compatibility with Windows by @swmm-js in #1632
- chore(deps): update dependency lint-staged to v13.1.1 by @renovate in #1633
- fix #1415: UNION not returning correct result by @ambujsahu81 in #1629
New Contributors
Full Changelog: v3.0.0...v3.1.0
2023-01-27
Fix #1625: Deprecate WebSQL as Chrome will remove support