Skip to content

Releases: wovalle/fireorm

v0.13.0

08 Mar 13:40
9f6d1bf
Compare
Choose a tag to compare

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

29 Nov 09:39
2fc3985
Compare
Choose a tag to compare

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

05 Nov 22:46
9305194
Compare
Choose a tag to compare

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.11.1

01 Nov 22:31
4057387
Compare
Choose a tag to compare

0.11.1 (2019-11-01)

Bug Fixes

v0.11.0

30 Oct 23:42
Compare
Choose a tag to compare

0.11.0 (2019-10-30)

Features

v0.10.0

19 Oct 00:25
08161f4
Compare
Choose a tag to compare

0.10.0 (2019-10-19)

Features

v0.9.0

29 Sep 23:47
9a1c638
Compare
Choose a tag to compare

0.9.0 (2019-09-29)

Features

  • adding documentation page! (7cba0f9)

v0.8.0

20 Sep 19:14
2b8ddb7
Compare
Choose a tag to compare

0.8.0 (2019-09-20)

Bug Fixes

Features

  • Firestore transactions! ✨ (#77)

v0.7.0

04 Sep 18:54
Compare
Choose a tag to compare

0.7.0 (2019-09-04)

Features

  • supporting type-safe querying by subfield (7b6d78f)

v0.6.5

13 Jul 00:46
Compare
Choose a tag to compare

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)