Skip to content
This repository has been archived by the owner on Jul 8, 2020. It is now read-only.

Releases: mwaylabs/generator-m-ionic

1.11.0

27 Feb 23:09
Compare
Choose a tag to compare

Major Changes

Minor Changes:

  • travis now runs tests against node 7, tests run properly again #479
  • --res fix issue with faulty paths on windows, thanks @lordgreg #454
  • gulp watch now injects the css files instead of reload the browser, thanks @erictonussi #462

1.10.1

27 Oct 12:38
Compare
Choose a tag to compare

Minor changes

  • hooks/after_prepare/update_platform_config.js: locked version of plist.js in package.json due to problems with handling of empty values until fixed. More info here: #445 #442

1.10.0

13 Sep 11:40
Compare
Choose a tag to compare

Major changes

Minor changes

Compare:

To help you update your project:

1.9.2

04 Jul 13:36
Compare
Choose a tag to compare

Minor changes:

  • livereload workflow improved now works like gulp watch, watches for sass, injects files, etc... #392
  • dependency updates: ESLint 3.0.0, generator-appmobi 1.0.0 #397

Compare:

To help you update your project:

1.9.1

04 Jul 13:31
Compare
Choose a tag to compare

Minor changes:

  • Bug: gulp/utils/Patchers.js was not generated #391

Compare:

To help you update your project:

1.9.0

29 Jun 11:12
Compare
Choose a tag to compare

Major changes

  • Livereload for the device! Yeah! Check it out. #143
  • Testing workflow improvements
    • Precommit hooks and others in a new Husky Guide #231
    • gulp protractor now returns, allowing it to be used with husky, travis, jenkins, ... #310
  • Questions the generator asks
    • are documented and explained in the Questions document #358
    • windows added to platform selection #358
  • Gulp watch improvements to prevent issues like: #349 #317 #363
  • Complete Documentation overhaul to underline recent changes #356
  • Diminish problems with component updates in the future, like this one #382

Minor changes

  • build-vars, environments possible in all config files #383
  • bugs fixed
    • protractor test generation fixed #385
  • component updates #364 #387
  • Minor documentation updates:
  • remove "you called sub-generator" messages #368

Compare:

To help you update your project:

1.8.0

29 Apr 13:45
Compare
Choose a tag to compare

Major changes:

  • Ionic Platform integration (beta) #347
  • ApiOmat integration (beta) #354
    • This guide explain how you can generate an UI and controller from your ApiOmat model definitions
  • gulp update (experimental) #158
    • A handy tool and guide that should make updating your project just a little less difficult
  • Dependency updates #351, among others:
    • Ionic 1.3 update
    • Node 6 support/tests added while dropping support for Node 0.10 through 0.12 #359 c62e0da
  • How to open issues properly: there's a guide now #350
    • This has occupied us for some time and this should help us help you better and quicker

Minor changes:

  • Fix issue with gulp watch-build #346
  • Improve config.xml output of gulp config #342
  • Project's bower.json now adheres to new bower naming conventions #353
  • Improve formatting and wording of prompts #358
  • Various minor documentation updates, among others: #344 cd618e7 7cfd2c1
  • Fixed typo in license #343
  • Internal:
    • move to a new slack channel #352
    • got rid of extra inquirer dependency 6f52d77
    • some test cleanups - 9521554
    • remove obsolete gulp bump task from development gulpfile 58d1ffc

Compare:

To help you update your project:

1.7.0

17 Mar 17:58
Compare
Choose a tag to compare

Major changes:

  • CORS & Proxying #285
    • I wrote a guide on that topic
    • Additionally the generator now has a built in proxy to help with most common CORS problems
  • Appmobi integration #341
    • Optionally integrate the Secure Mobile Development Platform. More information in this guide
  • Cordova now installed with caret notation 76b7f1c

Minor changes:

  • EPERM error when cleaning #223
    • implemented a workaround for this issue on windows thanks to a tip from @geding
  • PR from @morellan: Fixing a small typo #340
  • Adding proper license info 32eb84f
  • Travis configuration 767cd73
    • Remove allowed fails for the stable node versions

1.6.1

08 Mar 12:48
Compare
Choose a tag to compare

Changes:

  • dependency updates: angular 1.5 and others #333
  • documentation updates
    • improve quick start guide #335
    • other small improvements #336 #328

1.6.0

19 Feb 16:42
Compare
Choose a tag to compare

Major changes:

  • Dependency updates, among others:
    • Cordova 6 update #314
    • ESLint 2, phantomjs 2 and lodash 4 migration #314
    • replaced gulp-minify-html which is deprecated with recommended gulp-htmlmin #304

Minor changes:

  • Contributing
    • updates to the Contribution Guide and a new gulp contrib-linting task to make contributions and their criteria more streamlined and clear #327
  • Testing Workflow
    • better description of Testing Workflow and Setup in the Testing Guide #315
    • small improvements to protractor folder structure #306
  • Documentation
  • Bugs
    • Ionic Keyboard Plugin now loaded from npm instead of registry which resulted in errors after the registry has been shut down #325
    • temporary issues with gulp protractor #326