Skip to content

Latest commit

 

History

History
511 lines (268 loc) · 16.8 KB

CHANGELOG.md

File metadata and controls

511 lines (268 loc) · 16.8 KB

Change Log

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

2023-02-24

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.3.0-dev.16

  • FIX: update json after 2nd run of flutterfire configure. (bb285236)

2023-02-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.3.0-dev.15

  • REFACTOR: allow macOS configuration for scripts. (7384bd9f)
  • REFACTOR: remove dead code and move other to apple file. (781fad2d)
  • REFACTOR: use build configuration & call FF bundle-service-file. (4836124a)
  • REFACTOR: make functions out of reusable code. (86e82d72)
  • REFACTOR: remove unnecessary code. (38c62ee9)
  • REFACTOR: big refactor to clean up code. (f8c42643)
  • REFACTOR: cleaned up code. (99a92de1)
  • FIX: stop default/default path to default app_id_file in .dart_tools. (24730e15)
  • FIX: default config so it writes to default map & default/ app id file. (9542cc69)
  • FIX: conditions for writing service file. (4113cdb8)
  • FIX: output should be relative to project. (5f9f824c)
  • FIX: bug writing firebase.json. (2f4f3dc4)
  • FIX: update scheme. (25a8cb23)
  • FIX: add filename to path. (962eb2af)
  • FIX: add paths to debug script to find executables. (6e7495b6)
  • FIX: use iOS path as FlutterApp is not available when running from xcode. (8074f966)
  • FEAT: create serviceFileOutput property on firebase.json. (6f16b972)
  • FEAT: upload debug symbols script. (b7512b46)

2023-01-05

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.3.0-dev.14

  • FEAT: command line arguments for different environments. (02cf8501)

2022-11-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.3.0-dev.13

  • FEAT: new command line args for service file output. (c335a26b)

2022-11-09

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.7

  • FEAT: remove package the user should not depend on. (9faa9e13)
  • FEAT: add a flutterfire update command. (0257d4d9)
  • FEAT: Allow selecting web app id. (413e61b7)

2022-10-26

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.6+1

  • FIX: add GoogleService-Info.plist as bundle resource not compile source. (e5561e04)

2022-09-15

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.6

  • FIX: GoogleService-Info.plist file not found by Firebase SDK unless added to target (b7b307b)
  • REFACTOR: remove deprecated templating (c5e34f1)
  • FIX: reuse projectId when displayName is null on configure (5919d4e)

2022-09-8

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.5

  • FIX: throw exception if target is not called Runner. (64ad3318)
  • FIX: file not found by firebase unless added to target. (74a6fdac)
  • FEAT: add mason template. (958e92c5)

2022-07-13 (Re-release due to incorrect versioning)

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.4

  • CHORE: Release flutterfire_cli again due to incorrect versioning for 0.2.3 release.

2022-07-13

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.3

  • FIX: switch to inline ruby script. (3dab9b2f)
  • FIX: path to ruby script. (eb0427e6)
  • FIX: use "resolvePackageUri" to get package. (e72a2a54)
  • FIX: add missing account argument specification for create*App. (4987250a)
  • FEAT: update macOS with google services file & pbxproj file. (b5ca92ce)
  • FEAT: only update config and write plist file if they don't exist. (ccfa3510)
  • FEAT: add GoogleServices file and update pbxproj file. (1a3e945a)

2022-05-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.2+2

  • FIX: null issue with Windows & Linux platform selectors (fixes #76). (9c2a2dc5)

2022-05-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.2+1

  • FIX: create output file directory if it does not exist (fixes #75). (fe1370c3)
  • FIX: only show Windows/Linux options if desktop packages are installed in Flutter app. (2da944c4)

2022-05-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


flutterfire_cli - v0.2.2

  • REFACTOR: move strings to own file for easier review (#61). (723f9797)
  • FEAT: add new --platforms flag to specify platforms to generate Firebase options for without prompts (Closes #68) (#72). (e7b309e6)
  • FEAT: add support for Windows & Linux platforms via Firebase Web apps. (#71). (ed3b8f2c)
  • DOCS: remove broken link. (acd07c85)

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.