Releases: wovalle/fireorm
Releases · wovalle/fireorm
v0.13.0
0.13.0 (2020-03-08)
Bug Fixes
- fixing tests after rebase from master (be8e131)
- lint errors (e6cf272)
- removing findById check in transactions (aa7cc18)
- returning T out of transactions! (dbbeb30)
- setting validation off by default, tests refactor (b423030)
Features
- firestore batch validations! (68284cd)
- implementing firestore batch! (a5e099f)
- runTransaction work in repositories! (4ffb109)
- wip: initial implementation of generic transactions (9ccb91e)
v0.12.1
0.12.1 (2019-11-29)
Bug Fixes
- don't mutate entity on update call (2e4ab1b)
- fetching entity w/o id within firestore doc (fed065a), closes #119
- merge remote-tracking branch 'upstream/master' (d8bbb9d)
- merge remote-tracking branch 'upstream/master' (9d47469)
- regression test for update (98bca80)
- remove unused fn (04e0b22)
v0.12.0
0.12.0 (2019-11-05)
Bug Fixes
- fix nested subcollection initialization (#113) (914452c)
- fix nested subcollection initializsation (fb02f7b)
- fix subcollection init on item create (b0bb5f5)
- fixing integration test build error (01aa446)
Features
- change repos to be instantiated with document path (af4e3c8)
v0.9.0
0.9.0 (2019-09-29)
Features
- adding documentation page! (7cba0f9)
v0.8.0
0.8.0 (2019-09-20)
Bug Fixes
Features
- Firestore transactions! ✨ (#77)
v0.7.0
0.7.0 (2019-09-04)
Features
- supporting type-safe querying by subfield (7b6d78f)
v0.6.5
0.6.5 (2019-07-13)
Bug Fixes
- fixing regression bug when creating items without id (1dfb6c9)
- removing subcollections from object before saving/updating (b9884e7)