dorm_framework 2.0.0-dev.3
dorm_framework: ^2.0.0-dev.3 copied to clipboard
Exposes classes, filters and joins to implement the dORM framework.
2.0.0-dev.3 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.2 #
2.0.0-dev.1 #
- REFACTOR: replace StringBuffer with code_builder. (e4886895)
- FIX: fix code generation by updating dependencies. (a5921c77)
- FIX: add filter concatenation for Filter.limit. (896cb95b)
- FEAT: improve filtering API. (2b7014bf)
- FEAT: improve DerivedField API. (5603ec2a)
- FEAT: replace key with field parameter on Filter/Sort. (9a44b582)
- FEAT: replace Model.primaryKeyGenerator with $dorm$generateId. (69524fc0)
- FEAT: add support to auto-generated IDs. (68423b36)
- FEAT: remove json_serializable from declarable dependency by user. (d3132b6e)
- FEAT: add suport to transactions. (8d4a6279)
- FEAT: improve pagination API. (d205693d)
- FEAT: make EntitySchema.primaryKeys canonical. (09f88107)
- FEAT: add support to composite keys on Entity.fromData. (d7fb7c4f)
- FEAT: refactor QueryField into DerivedField. (9aa2ceef)
- FEAT: improve primary key generation. (797b672a)
- FEAT: improve relationships querying by the client. (f2bc7545)
- FEAT: add initial support to engine-agnostic relationships. (05f43745)
- FEAT: remove Entity.tableName in favor of Entity.schema.tableName. (42f69a48)
- FEAT: add EntitySchema to Entity. (38640aaf)
- FEAT: add support to copy_with_extension_gen. (da202eb0)
- FEAT: adapt code to accept I as type parameter. (2ccc56f8)
- FEAT: update examples. (4576e6e8)
- FEAT: add sorted method to Filter. (10836361)
- FEAT: change Filter to BaseFilter. (dba05767)