dorm_firebase_database 2.0.0-dev.5
dorm_firebase_database: ^2.0.0-dev.5 copied to clipboard
A Firebase Realtime Database engine for dORM applications that need persistent, remotely synchronized data.
2.0.0-dev.4 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.3 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.2 #
- Bump version to keep all packages in the workspace in lockstep.
2.0.0-dev.1 #
- FIX: fix code generation by updating dependencies. (a5921c77)
- FIX: wait on _refOf(entity).update inside Reference.putAll. (701ac262)
- 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: improve primary key generation. (797b672a)
- 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. (bd1b4f64)
- FEAT: update example to accept I as type parameter. (9d04df63)
- FEAT: update meta dependency on example. (4e24a4c2)
- FEAT: ignore models with parsing errors on peekAll and pullAll. (0702102e)
- FEAT: replace casts to Map with switch-cases. (473c15b6)
- FEAT: change Filter to BaseFilter. (dba05767)