Skip to content

Releases: vuejs/vuefire

Release 2.0.0-alpha.1

17 Nov 17:01
Compare
Choose a tag to compare
Release 2.0.0-alpha.1 Pre-release
Pre-release
  • docs(readme): fix small details in readme (cd7d1eb)
  • build(dist): add missing params in pcakage.json (da0d4e2)
  • chore(license): update license (9077aca)

Release 2.0.0-alpha.0

17 Nov 16:50
Compare
Choose a tag to compare
Release 2.0.0-alpha.0 Pre-release
Pre-release
  • chore(release): publish to next tag on npm (3cfdea3)
  • ci: Setup circleci 2 (f3de29a)
  • doc: add example (68aeeb2)
  • chore(release): use release-it for releases (a1bd73f)
  • chore(lint): add and fix lint (e45981f)
  • chore: remove unused code (bc16e06)
  • test(bind): add document binding test (40aa4c9)
  • test(unbind): test document unbind (6511f35)
  • feat(unbind): manually unbind a ref (7667fe5)
  • feat(refs): clear $firestoreRefs on $destroy (250a4f9)
  • feat(refs): add $firestoreRefs (d7a90ee)
  • test: enusre _firestoreUnbinds (e6716e1)
  • feat(unbind): unsubscribe when vm is destroyed (4804381)
  • chore: deep testing spec files (7ffb305)
  • chore: append spec to tests (c01b78a)
  • feat(bind): manual bind with $bind (8256ecb)
  • chore(update dependencies): (d93915c)
  • test(use custom DocumentSnapshot mock): (e7f2f31)
  • chore(update ava): (0fcc6e5)
  • feat(support document binding): (c1a1865)
  • chore(ignore dist folder): (05980a0)
  • build: add rollup build (8efe3c1)
  • test(collection): fix no firestore test (a7afce3)
  • test(collections): Add mock + tests for simple collections (1acd0b6)
  • feat(collections): Add suport for collections (9642e47)
  • chore: initial commit (f4c9678)

v1.4.4

26 Sep 10:55
Compare
Choose a tag to compare
  • Set context on cancelCallback (c122200)
  • docs(readme): function syntax gets executed once (57b5568)
  • Mentioned callback functions for manual binding (#106) (bd3100f)

v1.4.3

22 May 09:36
Compare
Choose a tag to compare
  • Add firebase 4 to supported versions (ad65e1e)
  • Doc: fix set example in README (0c7bd35)
  • Updated README.md (#92) (fc3e986)

Release v1.4.2

06 Apr 12:11
Compare
Choose a tag to compare

Revert previous change about merging strategies
For the moment it's not possible to merge firebase functions. This us from using a mixin that adds a firebase function. It works with objects as it did before, though

v1.4.1

03 Apr 09:23
Compare
Choose a tag to compare
  • Set mergeStrats to data (720c24c)

v1.4.0

17 Mar 16:41
Compare
Choose a tag to compare

v1.3.1

29 Jan 12:03
Compare
Choose a tag to compare
  • Fix firebase function access to the vm (c52e818)
  • Add function syntax to readme (3f6d6f7)
  • Merge pull request #57 from Ephasme/patch-3 (263bd36)
  • Fix Typo (cce20d6)
  • Merge pull request #55 from Ephasme/patch-1 (b4c5b96)
  • Update README.md (9be0e50)

v1.3.0

09 Sep 16:40
Compare
Choose a tag to compare
  • Enabled firebase to be called as function, thus enabling patterns where Firebase ref's are stored in root #25 @DaBs

v1.2.1

09 Sep 16:32
Compare
Choose a tag to compare
  • Fix array rebind #19