Skip to content

Latest commit

 

History

History
73 lines (59 loc) · 3.7 KB

RELEASENOTES.md

File metadata and controls

73 lines (59 loc) · 3.7 KB

aemm Release Notes

2.1.5 (Nov 27, 2018)

Bug Fixes

  • Issue 71 Fix IOS Sim Fails to load Sample Article

2.1.2 (Feb 17, 2017)

Bug Fixes

2.1.1 (Jan 31, 2017)

Bug Fixes

  • Issue 58 Fix running Android app on device.
  • Issue 53 Better handling of an attempt to disable code signing.
  • Issue 49 Fix up config command.

2.1.0 (Oct 17, 2016)

Features

  • Issue 33 Platforms at arbitrary git locations or local directories can now be added.
  • Issue 26 Grab the latest tagged release of platforms, allow user to declare a version.
  • Notify users if a newer version of AEMM is available.
  • Add --no-samples flag for creating projects without sample articles.
  • Add continuous integration and code coverage.

Bug Fixes

  • Issue 48 Allow args after '--' to be passed through.
  • Issue 45 Errors now instruct user to use aemm help instead of cordova help.
  • Issue 30 Improve messaging regarding Xcode's signing policy.
  • Issue 29 Errors now instruct user to use aemm help instead of cordova help.
  • Issue 28 Install core iOS plugins when platform is added.
  • Issue 21 Instruct user if they are using aemm commands on a non-aemm project.

2.0.1 (Jul 21, 2016)

Bug Fixes

  • Issue 31 Require a minimum Node.js version of 6.2.2.

2.0.0 (Jul 18, 2016)

Features

  • Add plugin, platform [add/remove], build, and package commands.
  • Add --device to the Android run command.
  • Add Windows support for the Android platform.

Bug Fixes

  • Issue 22 Check that CODE_SIGNING_REQUIRED is set to NO before build.
  • Issue 14 Check if app URL exists before trying to use it.