Skip to content

Latest commit

 

History

History
362 lines (178 loc) · 14 KB

CHANGELOG.md

File metadata and controls

362 lines (178 loc) · 14 KB

0.8.0 (2015-12-28)

Bug Fixes

  • templates: Fix a wrong check of already existing plugin (dde29885)

0.7.2 (2015-04-18)

Features

0.7.1 (2015-04-18)

Bug Fixes

  • configuration: Update config.js references to current configuration.js (ad75aa67)
  • gen: correct last remnants of "lib" reference to bowers installation path "bower_comp (2f48dd7d)
  • gitignore:
  • jshintignore: config.js --> configuration.js (8cd7ee28)

0.7.0 (2015-03-05)

Bug Fixes

  • generator: Include win-spawn as a dev dep. (dd473430, closes #162)

0.7.0 (2015-02-05)

Bug Fixes

  • cordova: Remove lodash dependency from register plugin hook. (06b7268c, closes #145)

Features

  • generator: Upgrade to yeoman-generator@0.18.6 Refactor from class structure to expanding th (72a04bb1)
  • grunt: Make ngconstant destination path configurable (de1edbbb)

0.6.1 (2014-10-24)

Bug Fixes

  • ionic: Run ionic and watch concurrently., #116, & #121 (1f301bac, closes #114)

0.6.0 (2014-10-06)

Bug Fixes

  • generator:
    • Fix issue when running emulate/run before serve (56c40741)
    • Fix JSHint errors. (d9ed14e6, closes #113)
  • package.json: Remove warnings as mentioned in #99 (4ef83b34)
  • plugins: Add default plugins to be installed by new hooks (2774b39c)

Features

  • generator:
    • Add support for Plugin management hooks. (0498bc1b, closes #72)
    • Pass CLI flags to cordova wrapper functions. and #107 (b2821f49, closes #97)
    • Add ionic-cli support. (f6f9e0fc, closes #112)
  • ionic: Update to Beta 13 (60e1cf4b)

0.5.4 (2014-09-07)

Bug Fixes

  • sass: Ensure CSS or SCSS files are properly created. Change wiredep config. (b2cb5cf2, closes #99)

0.5.3 (2014-08-26)

Bug Fixes

  • hook: Change cordovaFile.split() paramater. (153cdaed, closes #89)

0.5.2 (2014-08-19)

Bug Fixes

  • hook: Ignore non-directory platforms when processing icons and splashscreens. (2187deb0, closes #87)

0.5.0 (2014-08-19)

Bug Fixes

  • generator: Fix ENOENT when using fs.chmod() on templated cordova hook (2ac2b557)

Features

  • generator: Scaffold Cordova hook for copying Icons and Splash Screens (b61120a5)
  • ionic: Upgrade to Beta 11 (7c39262e)

0.4.1 (2014-07-29)

Features

  • grunt: Add support for Environment Specific Configuration. (4aa70621, closes #40)

0.4.0 (2014-07-29)

Bug Fixes

  • generator: Fix broken template reference in index.html by running it through Yeoman engine (e445cc56)

Features

  • generator: Dynamically scaffold index.html file (ce534bc0)
  • ionic: Upgrade to Beta 10 (2436095e)

0.3.7 (2014-07-13)

Features

0.3.6 (2014-06-16)

Features

0.3.5 (2014-05-26)

Features

0.3.4 (2014-05-21)

  • gen: Move icons and screens directories to match Cordova documentation (5936cfbb)

0.3.3 (2014-05-19)

Bug Fixes

0.3.1 (2014-05-15)

Features

0.3.0 (2014-05-13)

Bug Fixes

  • gen: Renamed User Tutorial to User Intro (4368b85b)

Features

  • gen: Add User Tutorial starter app (41a47099)

0.2.10 (2014-05-12)

Features

0.2.9 (2014-05-01)

Features

0.2.8 (2014-04-28)

Bug Fixes

  • bower: Use range for bower deps to avoid conflicts (32699be1)

0.2.7 (2014-04-28)

Features

  • gen: Update to Ionic beta.2 (ea287631)

0.2.4 (2014-03-31)

Bug Fixes

  • gen: Handle error when starting generator in a non-empty directory that is not alread (83269c47, closes #33)
  • gitignore: Follow best practices and ignore cordova platforms and plugins directories. (083b940e, closes #31)

0.2.2 (2014-03-28)

Features

  • grunt: Add grunt cordova command to copy unminified assets into www/ and build cordova (3161b9d8)

0.2.2 (2014-03-28)

Bug Fixes

  • gen: Let the generator handle the default icons and splash screens (38681018)

Features

  • grunt: Make scripts, styles, and images path configurable (7c1b7646)
  • templates:
    • Add ionic-starter-sidemenu template app (28a17d53)
    • Add ionic-starter-tabs template app. (12ea6818)
    • Add ionic-starter-blank template app. (0911ad22)
    • Add support for downloading starter templates (e668637f)

0.1.4 (2014-03-27)

Features

  • gen: Default sass to 'N' for now since it has Ruby + Compass depedencies (00c06328)

0.1.3 (2014-03-27)

Bug Fixes

  • grunt: Fix copy:dist task to properly handle all images. (b95f4bef)

Features

  • ripple: Pulled in Apache Foundation Incubator ripple-emulator (c30499ea)

0.1.0 (2014-03-26)

Features

  • ionic:
    • updated seed app to use Ionic Beta release (3506c822)
    • Updated to use ionic v1.0.0-beta.1 (7f09bcb8)

0.0.14 (2014-03-23)

Bug Fixes

  • gen:
    • Add branch logic for spawn'ing cordova child process on Windows. (ed00c282, closes #15)
    • Only include grunt-contrib-compass if user chooses to use compass (4a03d83d)

0.0.13 (2014-03-23)

Bug Fixes

  • templates: Update seed app to use interpolaated title (f3b7ffe9)

Features

  • plugin: Add org.apache.cordova.statusbar plugin to initial list (89ecac81)

0.0.12 (2014-03-22)

Features

  • plugins: Install commonly used plugins during scaffolding via checkbox prompts (afcfab0a)