Skip to content

Releases: armatys/GraphLite

0.1.0

26 Oct 19:18
a95026b

Choose a tag to compare

0.1.0 Pre-release
Pre-release
Merge pull request #3 from armatys/0.1-wip

0.0.12

03 May 16:16

Choose a tag to compare

0.0.12 Pre-release
Pre-release
Version 0.0.12

0.0.11

03 May 15:21

Choose a tag to compare

0.0.11 Pre-release
Pre-release
Update libs; version 0.0.11

0.0.10: Multi field validator (#2)

07 Feb 18:55
bac99bd

Choose a tag to compare

Pre-release
* When validating a field value, you can access other values within a given schema

* Validating field value after single field update; fix method name

* Version 0.0.10

0.0.9: Field validators (#1)

24 Jan 12:31
dc9a7ba

Choose a tag to compare

Pre-release
* Update android gradle tools to 4.1.2

* Field validators

* Add build status badge

* Version 0.0.9

0.0.8

23 Dec 21:30

Choose a tag to compare

0.0.8 Pre-release
Pre-release
Version 0.0.8; update libs, use explicit library mode

Version 0.0.7; For now, restrict to 1 operation at a time.

04 Aug 12:54

Choose a tag to compare

This is because the transactions in SQLite (e.g. on Android) are not aware of multiple coroutines, where one coroutine may start a transaction, iterating over the results, then yield to another coroutine, which would incorrectly be part of the same transaction.

0.0.6

17 Jul 13:39

Choose a tag to compare

0.0.6 Pre-release
Pre-release
Use Flows instead of Sequences, since they allow to clean up the reso…

v0.0.5

15 Jul 12:13

Choose a tag to compare

v0.0.5 Pre-release
Pre-release
Version 0.0.5

v0.0.4

11 Jul 09:58

Choose a tag to compare

v0.0.4 Pre-release
Pre-release
Version 0.0.4