Skip to content

Releases: angular-starter-kit/starter-kit

v2.0.1

24 Mar 12:50
Compare
Choose a tag to compare
  • Fixed partials live reload
  • Fixed missing minimist package for mobile

v2.0.0

22 Mar 18:37
Compare
Choose a tag to compare
  • 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

15 Mar 14:59
Compare
Choose a tag to compare
  • Fixed live reload issues
  • Added reload for index.html

v1.1.0

15 Mar 14:32
Compare
Choose a tag to compare
  • 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

11 Jan 10:32
Compare
Choose a tag to compare
  • Fixed watch of .ts files
  • Improved constant replacement (added marker guard)
  • Moved partials and translations to a separate module
  • Fixed .pot extraction
  • Fixed template cache bundling

v1.0.0

16 Dec 15:50
Compare
Choose a tag to compare
  • 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

17 Dec 08:10
Compare
Choose a tag to compare
  • 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