This repository has been archived by the owner on Jul 8, 2020. It is now read-only.
Releases: mwaylabs/generator-m-ionic
Releases · mwaylabs/generator-m-ionic
1.11.0
Major Changes
- npm scripts for basic usage scenarios, documented here. #466
- yarn integration #469
- dependency updates #472, among others:
- Cordova 6.5.x - http://cordova.apache.org/news/2017/01/23/tools-release.html
- gulp-sass 3.x(significant speed boost) - https://github.com/dlmanning/gulp-sass/releases
- yeoman 1.x - https://github.com/yeoman/generator/releases/tag/v1.0.0
- gulp build cache busting using gulp-rev, thanks @lordgreg #483
- gulp karma, gulp protractor better reporters and other smaller improvements, thanks @lordgreg
#478 #489
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
1.10.0
Major changes
- Features
- Revised and multiple proxies. See here! (#414, thanks @danielbrutti and @lsntomaszw)
- support for Cordova Browser platform (#428)
- try
gulp --livereload 'run browser'
after adding or selecting it
- try
- Ecosystems, integration into:
- Ionic Cloud using this Guide! (#423 taking care of #429, #409)
- Relution & Greenhouse using this Guide! (#426 #405)
- Full Continuous Integration Guide. Check it out here! (#426)
Minor changes
gulp --livereload
- fixed a bug and fair amount of code rewrite, better formatted output #416
- now works with emulate notation (cf3cf3d)
- made possible by this PR to
cordova-lib
https://github.com/apache/cordova-lib/pull/459/files
- make protractor tests work reliably #425
- some dependency updates #424
- gitignore: add vscode and webstorm ignores #393
- minor documentation improvements
- mention Ionic Blog series #380
- better explanatios for build vars and
res/
folder 7701bd5 - #411, #419 (thanks @rodrigograca31), #402 #422 (thanks @datnordstrom)
Compare:
To help you update your project:
- generator-m-ionic-demo compare from 1.9.2 to 1.10.0
- generator-m-ionic compare from 1.9.2 to 1.10.0
1.9.2
Minor changes:
- livereload workflow improved now works like
gulp watch
, watches for sass, injects files, etc... #392- better documentation of the command in the Development Introduction.
- dependency updates: ESLint 3.0.0, generator-appmobi 1.0.0 #397
Compare:
To help you update your project:
- generator-m-ionic-demo compare from 1.9.1 to 1.9.2
- generator-m-ionic compare from 1.9.1 to 1.9.2
1.9.1
Minor changes:
- Bug:
gulp/utils/Patchers.js
was not generated #391
Compare:
To help you update your project:
- generator-m-ionic-demo compare from 1.9.0 to 1.9.1
- generator-m-ionic compare from 1.9.0 to 1.9.1
1.9.0
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
- 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
- ensure all tests run, also
gulp build --minify
&gulp karma
of demo project by: - greenkeeper support #381 on all related repos (generator-m-ionic-demo, generator-appmobi)
- build generated project on travis and run basic commands #278 #362
- ensure all tests run, also
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:
- mention all locations of
.eslintrc
files in ESlint Guide #366 - mention obsolete
cordova.js
when integrating into Ionic CLI #375 - update external links #365
- minor but numerous other documentation improvements #358 #384
- mention all locations of
- remove "you called sub-generator" messages #368
Compare:
To help you update your project:
- generator-m-ionic-demo compare from 1.8.0 to 1.9.0
- generator-m-ionic compare from 1.8.0 to 1.9.0
1.8.0
Major changes:
- Ionic Platform integration (beta) #347
- You can now use Ionic Platform Services with the generator. Wohoo!!
- Consult our Ionic Platform Guide for details
- 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:
- 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:
Compare:
To help you update your project:
- generator-m-ionic-demo compare from 1.7.0 to 1.8.0
- generator-m-ionic compare from 1.7.0 to 1.8.0
1.7.0
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:
1.6.1
1.6.0
Major changes:
- Dependency updates, among others:
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
- explain Cordova CLI integration in more detail as part of the Development Introduction #311 #316
- some minor changes #305
- Bugs