dorm_annotations 2.0.0-dev.5
dorm_annotations: ^2.0.0-dev.5 copied to clipboard
Exposes annotations used to generate code for dORM framework.
2.0.0-dev.5 #
- Bump "dorm_annotations" to
2.0.0-dev.5.
2.0.0-dev.4 #
2.0.0-dev.3 #
- Bump "dorm_annotations" to
2.0.0-dev.3.
2.0.0-dev.2 #
2.0.0-dev.1 #
- REFACTOR: improve generation by providing a spec object. (2bfa232c)
- REFACTOR: replace StringBuffer with code_builder. (e4886895)
- FIX: changes drawing.dart to match .dorm.dart. (4606613d)
- FIX: fix code generation by updating dependencies. (a5921c77)
- FEAT: add support to composite keys on Entity.fromData. (d7fb7c4f)
- FEAT: replace key with field parameter on Filter/Sort. (9a44b582)
- FEAT: improve pagination API. (d205693d)
- FEAT: add date and datetime to DerivedTransform. (d6311063)
- FEAT: make EntitySchema.primaryKeys canonical. (09f88107)
- FEAT: replace Model.primaryKeyGenerator with $dorm$generateId. (69524fc0)
- FEAT: makes *Field.name parameter optional. (cc42bf84)
- FEAT: improve DerivedField API. (5603ec2a)
- 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: add support to auto-generated IDs. (68423b36)
- FEAT: make
nameparameter optional on Model annotation. (d894fae3) - FEAT: change Filter to BaseFilter. (dba05767)
- FEAT: make CustomUidValue accept String as parameter. (51468fc4)
- FEAT: add Model.idType. (ce55ec37)
- FEAT: finishes template feature. (d88f668b)
- FEAT: add initial code. (d9fd709e)
- FEAT: removes unused_element warning for schema data class. (0f884b04)
- FEAT: removes unused_element warning for dummy model classes. (fb20721a)
- FEAT: update generated examples. (706fe056)
- FEAT: remove json_serializable from declarable dependency by user. (d3132b6e)
- FEAT: make
nameparameter optional on Model annotation. (7022154a) - FEAT: replace UidType and CustomUidValue by
primaryKeyGeneratorfunction. (f8c5676d) - FEAT: add
ModelFieldOutputclass. (98cb5b2c) - FEAT: add suport to transactions. (8d4a6279)