Releases: angular-starter-kit/starter-kit
Releases · angular-starter-kit/starter-kit
v2.0.1
v2.0.0
- Added Cordova support for mobile apps, with associated gulp tasks and docs
- Added starter template for mobile apps based on Ionic
- Updated web app template
- Updated dependencies
- Updated linting rules
- Dropped JavaScript support for source files
- Fixed translations extraction with TypeScript
- Fixed improper $templateCache generation
- Fixed livereload for index.html
- Fixed automatic language selection on mobile
- Lots of misc bugfixes
v1.1.1
v1.1.0
- Replaced deprecated gulp-minify-css and gulp-minify-html
- Removed jade support
- Removed jsdoc (was broken anyway)
- Added tsd:restore task to restore typings without updating
- Updated npm and bower dependencies
- Updated tslint rules
- Refactored TypeScript files to use ES6
- Cleaned up gulp tasks
- Bugfixes
v1.0.1
v1.0.0
- TypeScript is now the default language (JavaScript still maintained in a separate branch)
- Types definitions are now part of the project to allow offline work, and are managed manually
- New and improved coding guides
- Sass (scss precisely) is now used instead of Less
- Added aria attributes in project template, for accessibility
- Simplified localization workflow
- Improved API proxy usage, with corporate proxy support
- Improved project template
- CSSO has been replace with Clean CSS, as it was not maintained anymore
- Lots of bug fixes and small improvements
v0.9.3
- Web project seed with base architecture and tools
- TypeScript/JavaScript support with tslint, jshint and jscs
- Less support, with autoprefixer and csso
- Bootstrap 3 with customization entry points
- Development server with live reload and API proxy (BrowserSync)
- Unit tests (Karma/Jasmine)
- E2E tests (Protractor)
- Images optimisation (imagemin)
- Gulp with modular tasks for automation