Releases: AlaSQL/alasql
Releases · AlaSQL/alasql
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
2023-01-20
Summary
- #1616 fix
INSERT INTO
with aSELECT * FROM
subquery
Details
- chore(deps): update dependency husky to v8 by @renovate in #1621
- fix(deps): update dependency yargs to v17 by @renovate in #1623
- fix(deps): update dependency node-fetch to v3 by @renovate in #1622
- Fix #1616: INSERT INTO with a SELECT * FROM and a subquery throws exception by @ambujsahu81 in #1624
Full Changelog: v2.5.2...v2.5.3