Skip to content

Releases: vuejs/vuefire

v2.0.0-alpha.10

29 Apr 17:01
Compare
Choose a tag to compare
v2.0.0-alpha.10 Pre-release
Pre-release
  • feat: support timestamps (Firestore 4.13.0) (6e1f56f)

v2.0.0-alpha.9

16 Apr 15:09
Compare
Choose a tag to compare
v2.0.0-alpha.9 Pre-release
Pre-release
  • fix: support null values (5b03554)

v2.0.0-alpha.8

15 Apr 17:11
Compare
Choose a tag to compare
v2.0.0-alpha.8 Pre-release
Pre-release
  • build: use auto for exports (11c4bd2)
  • chore(deps): update (5e5f09f)
  • test: use toBe instead of toEqual (57e35d5)
  • refactor: code stlye (6bf5d48)
  • fix(bind): do not extract refs on geopoints (6576780)
  • refactor(build): use object style author (515b68e)

v2.0.0-alpha.7

24 Feb 21:51
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release
  • fix: properly copy Dates (1bd4450)
  • chore(release): fix release config file (1df56c4)
  • chore(readme): add example (5128f99)
  • refactor: remove unused options param in install (2e4d61f)
  • chore(package): add keywords (5edd93a)
  • chore(deps): npm update (f2b76dc)

Release 2.0.0-alpha.6

29 Dec 18:54
Compare
Choose a tag to compare
Release 2.0.0-alpha.6 Pre-release
Pre-release
  • fix: check if ref exists (32d2c57)
  • test(refs): new ref in the while not yet resolved (a011e40)
  • test(refs): test maxRefDepth in collections (12f19e8)
  • feat(refs): control max ref depth (fbd9a21)
  • chore(deps): remove cross-env dep (6abce3f)

Release 2.0.0-alpha.5

29 Dec 10:32
Compare
Choose a tag to compare
Release 2.0.0-alpha.5 Pre-release
Pre-release
  • fix(refs): resolve the promise when all resolve are called (cb1ab88)
  • chore: remove old todos (1029c92)
  • refactor(utils): remove useless fallback (eda2e9c)

Release 2.0.0-alpha.4

28 Dec 18:26
Compare
Choose a tag to compare
Release 2.0.0-alpha.4 Pre-release
Pre-release
  • chore(lint): fix (b137976)
  • test(mock): fix multiple onSnapshot for documents and collections in mock (b0ede7e)
  • chore(jest): use even more ignore patterns (44f6f39)
  • fix: use splice to set values in arrays (738059b)
  • chore: remove old todos (ee79803)
  • test(config): remove test files from coverage (f19a328)
  • chore(lint): fix lint (faaf406)
  • refactor(test): add item and empty docs by default (94aee8f)
  • refactor(test): use isC: true (6a54ba1)
  • refactor(test): manually bind refs on tests (5dd96c7)

Release 2.0.0-alpha.3

28 Dec 17:09
Compare
Choose a tag to compare
Release 2.0.0-alpha.3 Pre-release
Pre-release
  • refactor: rename callUnbinds => unsubscribeAll (31f81a5)
  • refactor: function to unsubscribe (86a7f84)
  • fix: remove Object.values (9d0ebfb)
  • feat(refs): keeps data of refs when updating the document (be14909)
  • chore: some comments to debug the skipped test (6cbdee7)
  • fix(refs): updated collection should not contain DocumentReference (560bcf0)
  • fix(refs): always rebind when updating documents (ef9aeb2)
  • chore(example): fix example data (39f646b)
  • test(refs): test refs in arrays (3cf549c)
  • style(lint): remove unused Key imports (d153bf7)
  • refactor(mock): collection.doc(id) instead of collection.doc(new Key(id)) (a47cb8d)
  • feat(refs): unbind missing refs in collections (5bf1ffe)
  • feat(refs): unbind removed refs on documents (5079a35)
  • feat(refs): unbinds refs when removing from collection (7abe7d6)
  • test(refs): test nested refs are unbound with their collection (778158e)
  • chore(coverage): fix ignore paths for jest (cb68c10)
  • feat(refs): unbind refs in collections items when collection is unbound (60f7487)
  • refactor(test): move helper functions for tests (8585086)
  • refactor: one char less noop (64c6c9e)
  • feat(bind): wait for refs when binding a collections (39756cc)
  • test(bind): add test to wait for data to be ready in collections (760d23c)
  • refactor: use nested resolve like in document binding (8d5a91b)
  • feat(refs): do not rebind already bound refs (773117e)
  • refactor: rename obj to target (2a94031)
  • chore(deps): update dependencies (3b301b0)
  • test: remove unecessary render functions (c1915b9)
  • test(ids): make sure items in collections have an id (56bfee6)
  • test(ids): make sure id is kept in documents (5b06306)
  • feat(refs): support refs in collection when adding (14a6c55)
  • feat(refs): support deeply nested refs in objects within docs (350a08f)
  • feat(refs): handle object-nested refs in docs (1b84695)
  • test(refs): unbinds when a ref is replaced (6114c68)
  • test(refs): test multiple refs at the same time (600fe7b)
  • feat(refs): unbind nested refs when parent is unbound (f74bfee)
  • feat(refs): unbind refs when parent is unbound (13a1f8c)
  • chore(test): move tests from bind to refs (c2b8991)
  • feat(refs): resolve non-existant nested refs (bb4ca0f)
  • feat(refs): wait for refs when resolving $bind promise (5d37389)
  • chore(deps): update deps and jest config (e963e54)
  • test: when a promise is resolved, data is available (4bc8ad5)
  • feat(option): ignores an empty return (ecb3ae4)
  • feat(option): support merging like data (6989fb5)
  • style(lint): fix lint (8439c72)
  • feat(refs): set nested ref to null if non-existant (9164705)
  • test: replace sinon with jest (f97f93f)
  • test: move from ava to jest (1f22424)
  • feat(bind): automatically bind refs on documents (5f63a3c)
  • build(release): adapt release commit message (3fa5d8a)
  • chore(example): add toggle button to check leaks (d5e021b)
  • feat(bind): automatically unbinds an already bound key (db90cb0)
  • chore(deps): update (783b656)

Release 1.4.5

04 Dec 23:57
Compare
Choose a tag to compare
  • chore: use package-lock instead of yarn (9fd64ef)
  • fix(option): use provide merge strategy (87649fa)
  • Use Headless Chrome (Puppeteer) instead of PhantomJS in Karma runner (#141) (547c1ee)
  • docs: consistent naming firebase (147813c)

Release 2.0.0-alpha.2

24 Nov 16:20
Compare
Choose a tag to compare
Release 2.0.0-alpha.2 Pre-release
Pre-release
  • feat(bind): rejects the promise if it fails (1d07e13)
  • feat(bind): returns a promise (4c00b6e)
  • feat(firestore option merging): (001ff40)
  • refactor(lint): fix lint in tests (b5342a6)
  • chore(example): add finished property on examples (6309e3c)
  • fix(bind): check for where function when binding (6c6ebd6)
  • docs(readme): update badges (0e926f6)