Skip to content

Latest commit

 

History

History
104 lines (57 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

104 lines (57 loc) · 1.61 KB

0.0.25

  • Update URL parsing to support more types of endpoints.

0.0.24

  • Fix an issue on Windows.
  • Add support for .flutterflowignore.

0.0.23

  • Add more logging.

0.0.22

  • Add --project-environment option.

0.0.21

  • Add --as-debug option.

0.0.20

  • Add --commit-hash option.

0.0.19

  • Add exportAsDebug option to FlutterFlowApi.exportCode().

0.0.18

  • Add deploy-firebase command.

0.0.17

  • Add format option to FlutterFlowApi.exportCode().

0.0.16

  • Set include_assets_map based on --[no-]include-assets when calling the API.

0.0.15

  • Add environment variable for FLUTTERFLOW_ENDPOINT.

0.0.14

  • Update FlutterFlowApi to throw exceptions instead of calling exit().

0.0.13

  • Add --as-module option.

0.0.12

  • Fix FLUTTERFLOW_PROJECT environment variable issue.
  • Fix downloading assets when the parent directory does not exist.

0.0.11

  • Fix --fix --no-parent-folder edge case.
  • Add --environment option.

0.0.10

  • Adds bug fix to duplicate archiving.

0.0.9

  • Add --[no-]-parent option.
  • Allow importing it inside a Dart/Flutter project.
  • Allow passing project id via environment.
  • Upgrade dependencies.

0.0.8

  • Add --fix option.

0.0.7

  • Fix handling non-existent assets.

0.0.6

  • Add "branch-name" parameter to enable specifying a branch for a given project when generating code.

0.0.5

  • Send API token as a header.

0.0.4

  • Update API endpoint.

0.0.3

  • Switch to base64.

0.0.2

  • Lower min SDK version to 2.17.0.
  • Allow passing SDK token as a command line argument.

0.0.1

  • Initial version.