Skip to content

Releases: sql-js/sql.js

Release v1.6.0

12 Aug 12:53
65c127c
Compare
Choose a tag to compare
bigint support and bug fixes

Release v1.5.0

15 Mar 10:04
Compare
Choose a tag to compare
SQLite 3.35.0

Release v1.4.0

19 Oct 19:34
Compare
Choose a tag to compare
 Add db.iterateStatements (#429)

 db.iterateStatements allows giving sql.js an SQL string and iterating over statements objects created from that string

Release v1.3.2

03 Oct 21:43
Compare
Choose a tag to compare

sql.js is now compiled with the latest version of emscripten (emscripten v2.0.6)

See: https://emscripten.org/docs/introducing_emscripten/release_notes.html

Release v1.3.1

03 Oct 21:14
Compare
Choose a tag to compare

Release v1.3.0

23 May 20:45
Compare
Choose a tag to compare
v1.3.0 using SQLite 3.32.0

Release v1.2.2

04 Apr 20:41
30a554c
Compare
Choose a tag to compare
Bug fixes

Release v1.2.1

11 Mar 11:40
Compare
Choose a tag to compare
fix gitignore and npmignore

Release v1.1.0

15 Dec 22:00
Compare
Choose a tag to compare

Improve README. Update compiled assets.

Release v1.0.1

05 Nov 18:23
Compare
Choose a tag to compare
fix memory leaks
update sqlite