Skip to content

Releases: scommons/scommons-websql

v1.0.0

21 Nov 18:18
Compare
Choose a tag to compare
  • 138797b Prepare for next release
  • 01daf86 Upgraded sbt to 1.6, scala.js to 1.8 and webpack to 5 (#18)

v0.9.0

21 Jul 19:53
Compare
Choose a tag to compare

v0.8.0

31 Jan 11:24
03b5d03
Compare
Choose a tag to compare

v0.7.1

17 Dec 07:21
Compare
Choose a tag to compare
  • cdffaa0 Updated README.md documentation
  • b05e62e Added nested Tuples and Option[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

10 Nov 21:19
Compare
Choose a tag to compare

v0.6.0

27 Aug 14:56
Compare
Choose a tag to compare

v0.5.0

10 Aug 18:41
Compare
Choose a tag to compare
  • 13093ea Prepare for next release
  • fb9241c Cross-compile to Scala.js 1.1+
  • be6e0e5 Upgraded Scala version to 2.13
  • 4100735 Upgraded quill-sql to scala 2.13 compatible version (#14)

v0.4.0

03 Jun 13:30
Compare
Choose a tag to compare
  • 5d2e7a1 Prepare for next release
  • c45ca55 Upgraded scala.js and scalatest libs

v0.3.1

03 Feb 12:23
Compare
Choose a tag to compare

9f4fc1b Prepare for next release
e15df44 Migrated to travis-ci.com
af70978 Try to fix build on ci #13
f506e96 Added quill join, leftJoin support, fixed #13

v0.3.0

18 Jul 18:01
Compare
Choose a tag to compare

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