Skip to content

v2.0.5

Choose a tag to compare

@Kurtz1993 Kurtz1993 released this 08 Jan 00:47
· 13 commits to master since this release

v2.0.5

Features

  • This version introduces a new way to trigger ionic-minify via building the application in the CLI. It now uses the --minify flag for it.
  • IMPORTANT: The --release flag will continue working but it's now deprecated, please use the --minify flag instead.

Fixes

  • This version fixes problems caused by the --release flag with the new android build-tools. Please refer to #13 for more information.

Thanks to @aaronksaunders who reported this issue!

Commits

  • abc0354: Change trigger flag to --minify.
  • 4d201d1: Update readme to contain new change.
  • e89f6e0: Add deprecated warning when using --release