Skip to content

Latest commit

 

History

History
171 lines (93 loc) · 6.23 KB

CHANGELOG.md

File metadata and controls

171 lines (93 loc) · 6.23 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2023-11-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • firebase_dart_plus - v0.1.0+1

firebase_dart - v1.1.1

  • REFACTOR(auth): add stack trace to exception. (cb204e7c)
  • REFACTOR(database): add asserts to debug issue with null children. (f5d45479)
  • FIX(database): handle when persistent storage corrupt. (804de4b7)
  • FIX(database): running transactions throw error when app deleted. (8e2055e9)
  • FIX(database): fix StateError Should not call rerun when transactions are running. (1cfca21f)

firebase_dart_flutter - v1.1.1

  • FIX(auth): "Error receiving broadcast Intent". (c8411ecf)

2023-10-17

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries):

  • firebase_dart - v1.1.0
  • firebase_dart_flutter - v1.1.0
  • firebase_dart_plus - v0.1.0

firebase_dart - v1.1.0

firebase_dart_flutter - v1.1.0

firebase_dart_plus - v0.1.0

2023-10-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • firebase_dart_plus - v0.1.0-dev.5
  • firebase_dart_flutter - v1.1.0-dev.10

firebase_dart - v1.1.0-dev.12

  • REFACTOR(firebase_dart): support intl ^0.18.0. (0daa8dbb)
  • REFACTOR(firebase_dart): support http package ^1.0.0 (pull request #47 from xclud). (c20f0cb6)
  • FIX(database): SocketException when trying to connect without internet connection (issue #39). (db96095d)
  • FIX(database): database looses connection when idling during 60 seconds (issue #40). (c6230aae)
  • FIX(storage): ListResult.toJson writing items iso prefix (pull request #46 from tomassasovsky). (d2962e2f)
  • FIX: launchUrl throwing exception before redirecting (pull request #42 from TimWhiting). (6ac91a55)
  • FIX: prefix not working on toJson. (2a4bbc9f)

2023-09-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_dart_plus - v0.1.0-dev.4

  • REFACTOR(firebase_dart_plus): relax dependency of rxdart to 0.27.0. (c4167219)

2023-09-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_dart_plus - v0.1.0-dev.3

  • FEAT(firebase_dart_plus): implement onValue for WriteBatch. (84117e2b)

2023-09-11

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


firebase_dart_plus - v0.1.0-dev.2

  • REFACTOR(firebase_dart_flutter): WriteBatch constructor now takes a DatabaseReference. (9d79d93a)