Skip to content

Releases: sitatec/firebase_database_mocks

v0.8.1

02 Aug 02:48
ccecb39

Choose a tag to compare

What's Changed

  • fix: bump firebase_database and mockito dependencies by @Lzyct in #25
  • Update CHANGELOG.md by @sitatec in #26

Full Changelog: v0.8.0...v0.8.1

v0.8.0

05 Jul 23:37
4ece509

Choose a tag to compare

What's Changed

  • fix code to avoid flutter analyze errors by @TP-113 in #21
  • Bump dependencies by @jt274 in #23

New Contributors

  • @jt274 made their first contribution in #23

Full Changelog: v0.7.1...v0.8.0

v0.7.1

11 Dec 00:00
a8c9fe3

Choose a tag to compare

What's Changed

  • fix: resolve issue after upgrade firebase_database to ^11.2.0 by @Lzyct in #20

New Contributors

  • @Lzyct made their first contribution in #20

Full Changelog: v0.7.0...v0.7.1

release-v0.7.0

01 Sep 22:19

Choose a tag to compare

What's Changed

  • Upgraded dependencies (firebase_database to 11.0.4) by @AngeloAvv in #19
  • Add keepSync override to DatabaseReference by @TP-113 in #18

New Contributors

Full Changelog: v0.6.1...v0.7.0

Release-v0.6.1

12 Nov 07:01

Choose a tag to compare

Upgrade to flutter and dependencies

v0.6.0

27 Nov 10:43

Choose a tag to compare

  • Add methods for children testing in mock_data_snapshot.dart

Add MockDatabaseReference.get and Update dependencies

14 Aug 22:08

Choose a tag to compare

  • Fixed setting up mocks with the new firebase_core_platform_interface version
  • Updated dependencies
  • Fix some lint issues
  • Implement get method for MockDatabaseReference

Thanks to Zohenn and OlegNovosad for their PRs

Implement and test MockFirebaseDatabase.ref([String? path])

14 Dec 15:07

Choose a tag to compare

Support firebase_database ^9.0.3

13 Dec 01:48

Choose a tag to compare

Upgrade firebase database package

Migrating to null-safety

21 Aug 13:48
e996367

Choose a tag to compare

v0.2.0

Update README.md