This repository was archived by the owner on Jul 8, 2020. It is now read-only.
1.5.0
Major Changes:
- completely overhauled the documentation. #157 #140 #181 #281 #282 It's well structured, makes working with the generator more efficiently and provides loads and loads of guides and other useful material. See for yourself!
- make first steps for beginner and pro developers easier
- split README.md into several files and sections to make it easier to find the information you're looking for
- give a proper overview and entry point over the project in the readme (guides, blog posts, contributions)
- made Wiki obsolete
- dependency updates, among others: #290
- Ionic
1.2.0, more updates on this soon #298 - cordova
5.4.1, also we're using (tilde) ~ notation from now on for the cordova version requirement, which will always install the latest bugfix release - replace angular-localforage with plain localforage #299
- gulp-useref
3.0.1#288 - yeoman-generator
0.22.1(remove code using deprecated library code, yeoman-assert, yeoman-test, this.async, generator-generator recommendation)
- Ionic
Minor Changes:
- auto generated code: add device info on debug page #290 #301
- ESlint adaptions (require semicolons, no-console, eslintignore) #279 #283
- travis (run tests for latest node versions) #293
Fixed Bugs:
- gulp sourcemaps not working with imported scss files, thx @DrMabuse23 #243