Skip to content

Releases: gustavohenke/mockbase

v0.6.1

27 Sep 13:50
Compare
Choose a tag to compare

Reverts firebase update existing in v0.6.0 to make it buildable.

v0.6.0

27 Sep 13:45
Compare
Choose a tag to compare
  • [Auth] Implement user linking (#27)
  • [Auth] Enable multiple social providers per user (#25)

v0.5.4

26 Jul 05:01
Compare
Choose a tag to compare
  • [Firestore] Fixed DocumentSnapshot#data() generating an infinite loop when using custom converter
  • [Auth] Mock additionalUserInfo in the firebase.auth.UserCredential type

v0.5.3

19 Jun 06:43
Compare
Choose a tag to compare
  • [Firestore] Fixed QuerySnapshot#docChanges() to emit right event type when list shifts (#18, #19)

v0.5.2

15 Jun 15:09
Compare
Choose a tag to compare
  • [Firestore] Make QuerySnapshot#docChanges() compare against the previous snapshot within the same listener only (#18)

v0.5.1

13 Jun 18:47
Compare
Choose a tag to compare
  • [Firestore] Make QuerySnapshot#docChanges() compare against the previous snapshot instead of the latest emitted (#18)

v0.5.0

13 Jun 18:45
Compare
Choose a tag to compare
  • Update codebase to work with Firebase v7
  • Fully implement Firestore

v0.4.2

13 Jun 18:44
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release

Start generating declaration files (.d.ts) alongside compiled .js in the npm distribution package.

v0.4.1

19 Sep 22:11
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Add types field to package.json so that TypeScript can work with mockbase again.

v0.4.0

17 Sep 23:11
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Align implementation with Firebase v6.x.x.