Skip to content

Latest commit

 

History

History
205 lines (105 loc) · 5.69 KB

CHANGELOG.md

File metadata and controls

205 lines (105 loc) · 5.69 KB

Change Log

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

2022-04-21

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.1+1

  • FIX: use correct platform name when detecting ios bundle ids. (135a1050)

2022-04-19

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.1

  • FEAT: add support to auto apply Crashlytics & Performance Android Gradle plugins (#60). (e620723a)
  • FEAT: add hidden flag to allow opting out of app id json file generation. (5de692c0)

2022-04-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.0

  • REFACTOR: deprecate android-application-id in favour of android-package-name (#52). (a6d398b5)
  • REFACTOR: change messaging of already exists. (c5ea85e1)
  • FIX: move autoupdater log inside conditional (#57). (0650e181)
  • FEAT: support auto integration of the Android Google Services plugin (#58). (843d695a)

2022-03-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.1.3

  • FEAT: add messaging sender id to output. (3ba34aed)

2022-03-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.1.2

  • REFACTOR: use separate ci package for CI environment detection. (d9921433)
  • FIX: update pubspec dependency version to fix #32. (ccd0655d)
  • FIX: flutter app detection issues when using flutter_localizations (fixes #37 & #45). (04d4e6c7)
  • FIX: ignore avoid_classes_with_only_static_members in the generated options file (#42). (6c27ae17)
  • FEAT: add --yes flag to automatically accept default options on prompts (closes #48). (657892c8)
  • FEAT: prompt to update CLI if version is older than latest published version. (a88ade11)
  • FEAT: updates configure to also write out Android app ID files (#51). (991d5a43)
  • FEAT: updates configure to also write out iOS app ID files (#43). (e7d5a8fe)

2021-12-10

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.1.1+2

  • FIX: don't globally require a Flutter app, this allows for help commands to work (fixes #7).
  • FIX: don't use lib/main.dart as a way of detecting a flutter app, isFlutterPackage & !isFlutterPlugin should suffice (fixes #12).

2021-12-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.1.0+3

  • FIX: potentially fix a crash when selecting Firebase projects.

2021-12-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.1.0+2

  • FIX: bug with prompt messages and FirebaseApp.displayName can be null.

2021-12-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.1.0+1

  • FIX: -v should also print the current version.