1.3.2 (2021-06-09)
- client: fixes client import reference errors (7fc5261)
1.3.1 (2021-05-31)
- client: fixes absolute imports for types (eba4aeb)
1.3.0 (2021-05-28)
- client: adds namespaced exports to client (1cb9c94)
1.2.2 (2021-05-28)
- cli: fixes CLI arguments. Updates docs (7f9315b)
1.2.1 (2021-05-26)
- types: small style fix (74fa21f)
1.2.0 (2021-05-17)
- filters: fixes relation filters. Now account for cardinality. Also filter soft deletes (6ef4551), closes #38
- soft-delete: makes soft-delete function consistent with update behvaiour (a2044ad)
- where: updates where filters for relations to utilise left joins (7b4fc6c)
1.1.0 (2021-05-12)
- upsert: upsert strategy support (53c565d)
1.0.1 (2021-05-12)
1.0.0 (2021-05-12)
- entry: changes to a class entrypoint. Significant refactors on structure (73bf18f)
- all: Knex, pg, promise-mysql are now peerDependencies. The configuration API is changing.