Skip to content

Latest commit

 

History

History
134 lines (67 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

134 lines (67 loc) · 5.71 KB

1.1.0 (2024-01-29)

Bug Fixes

  • doc: version label (072435e)
  • build: add get configurations list step for build command (8dbe764)
  • commands: exit with code 0 when help command runs (26a9a26)
  • help: build commands optinal params check if need one of them (b67518e)

Features

  • command: Add missing builds of commit command & download artifact command params description and order (a34fc4c)
  • command: Add config commands (54b3adc)
  • core: BE-2553 Add commander for help command (cba319b)
  • core: Separate services ( writer, command runner, interactive runner) (567de5f)
  • prompt: Add autocomplete promt inteadof select (713df4e)
  • scripts: Add npm package checker script (bc4eff4)

1.0.7-beta.2 (2024-01-29)

Bug Fixes

  • build: add get configurations list step for build command (8dbe764)

1.0.7-beta.1 (2024-01-29)

Bug Fixes

  • commands: exit with code 0 when help command runs (26a9a26)
  • help: build commands optinal params check if need one of them (b67518e)

Features

  • compiler: change target as es2015 (230e2a5)

1.0.5 (2024-01-25)

Bug Fixes

  • interactive: BE-2552 adding missing experiences in interactive mode (a920471)

Features

  • command: Add missing builds of commit command & download artifact command params description and order (a34fc4c)
  • config: Add config commands (54b3adc)
  • core: BE-2553 Add commander for help command (cba319b)
  • core: Separate services ( writer, command runner, interactive runner) (567de5f)
  • prompt: Add autocomplete promt inteadof select (713df4e)
  • scripts: Add npm package checker script (bc4eff4)

1.0.4 (2022-05-16)

Features

  • Enterprise endpoints added
    • List Enterprise app versions by publish type (Beta, Live)

1.0.3 (2022-05-09)

Bug Fixes

  • Error handling code is updated to remove warnings.

Features

  • Enterprise endpoints added
    • List Enterprise profiles
    • List Enterprise app versions
    • Publish Enterprise app version
    • Unpublish Enterprise app version
    • Remove Enterprise app version
    • Notify Enterprise app version
    • Upload Enterprise app version for a profile
    • Upload Enterprise app version without a profile
    • Get enterprise app download link
  • Logging requests as curl command added
  • Appcircle CLI User Agent added for requests
  • Upgraded axios to 0.27.1
  • Upgraded minimist to 1.2.5
  • Upgraded moment to 2.29.1
  • Upgraded strip-ansi to 6.0.1 with selective dependency resolution

Removed

  • yargs package was removed since it's not being used.

1.0.2 (2022-02-08)

Features

  • Upgraded axios dependency
  • Added listBuildProfileWorkflows command
  • workflow parameter added for the build command

1.0.1 (2021-07-01)

Bug Fixes

  • package.json: Add publish config (425a3a3)
  • services.js: Change path typo (c5814fb)