Skip to content

v2.6.0

Choose a tag to compare

@anywherepilot anywherepilot released this 22 Jun 05:49
· 508 commits to master since this release
6c8b377

New minor features and dependency updates.

Features:

  • New command apps orgs create to create an app inside an org. You can create an org with orgs create and then create apps inside. To delete the app, use the portal or the API.
  • Speed improvement for high latency connections and large files in distribute release. File chunks are now uploaded in parallel instead of in series, to reduce the impact of latency.
  • Update readme to explain how to run functional tests, and allow them to run against production accounts for external developers.

Dependency updates:

  • Various @types package updates.
  • chalk from 4.0.0 to 4.1.0.
  • eslint-plugin-prettier from 3.1.3 to 3.1.4.
  • fast-xml-parser from 3.16.0 to 3.17.4.
  • inquirer from 7.1.0 to 7.2.0.
  • jszip from 3.4.0 to 3.5.0.
  • mocha from 7.1.2 to 8.0.1.
  • mocha-junit-reporter from 1.23.3 to 2.0.0.
  • p-limit from 2.3.0 to 3.0.1.
  • ts-node from 8.10.1 to 8.10.2.
  • typescript from 3.9.3 to 3.9.5.
  • webpack-cli from 3.3.11 to 3.3.12.
  • xcode from 3.0.0 to 3.0.1.