Releases: scommons/scommons-websql
v1.0.0
v0.9.0
v0.8.0
v0.7.1
- cdffaa0 Updated
README.md
documentation - b05e62e Added nested
Tuple
s andOption[Tuple]
decoders - dc2f3d3 Improved decoding errors and traceability
- 8ba9f4e Fixed build for scala.js v1.+
- 5e8746f Added
scommons-websql-io
module - 5b933fa Fixed build for scala.js v1.+
- c7d20fa Extracted
scommons-websql-encoding
module - dc5979b Moved
WebSqlRow
to core module - 67ad3f1 Extracted
migrations/README.md
- 874aef9 Moved showcase under
scommons.websql.quill
package
v0.7.0
v0.6.0
v0.5.0
v0.4.0
v0.3.1
v0.3.0
b18aaaa Prepare for next release
71af1fd Added support for migrations from bundle.json, fixed #12
3f302a4 Added support for non-transactional migrations, fixed #11
007dcc7 Added migrations version handling, fixed #10
172936d Added facade for WebSQL _db.exec function, fixed #9
2ba13f3 Added scommons-websql-migrations module, fixed #7
2f10c7d Added implementation of quill IOMonad, fixed #8
bf3c44b Fixed build error: Found a dangling UndefinedParam
0594153 Added quill encodings for SQLite data types, fixed #6
c972eda Added documentation on how to use it, fixed #5
d31a5ae Added bindings for quill actions, fixed #4
66e8a26 Added bindings for quill queries, fixed #3
3ded2b6 Added scommons-websql-quill module, fixed #2
939ed8f Added WebSQL facade in core module, fixed #1
46ec132 Added project build setup
ddf1026 Initial commit