Skip to content

Releases: antonybudianto/angular-starter

Angular Starter 1.1.0

03 Apr 13:47
Compare
Choose a tag to compare
  • Angular 2 starter now is Angular Starter (following new branding)
  • SystemJS 0.20.x support
  • Angular 4.0.0 update

Angular 2 Starter 1.0.1

31 Oct 03:10
Compare
Choose a tag to compare

Maintenance update, only update to latest stable dependencies

Angular Starter 1.0.0

15 Sep 13:13
Compare
Choose a tag to compare

The latest and stable release of Angular 2 Starter

Angular 2 Starter RC 6

01 Sep 07:00
Compare
Choose a tag to compare
Pre-release
  • SystemJS config adjusted for new Angular 2 RC 6 bundle
  • Dependencies updated

Angular 2 Starter RC 5

11 Aug 15:30
Compare
Choose a tag to compare
Pre-release

New

  • File-based and strong-typed Environment Variable feature
  • Mapped common tasks to npm scripts

Update

  • Angular 2 RC 5
  • Regular dependencies update

Breaking

  • Dropped simplebind feature

Angular 2 Starter RC 4

03 Jul 15:22
Compare
Choose a tag to compare
Pre-release

This release includes update on Angular 2 RC 4, New Beta router, and various improvements

Fixed

  • Lodash and Jasmine deprecated typings

Update

  • Drop es6-shim + reflect-metadata for core-js
  • Added barrels index.ts in all samples
  • Added RouteConfig type in route configs
  • Added ComponentFixture<T> type in all specs
  • Dependencies update

Angular 2 Starter RC 3.1

23 Jun 03:16
Compare
Choose a tag to compare
Pre-release
  • Update for Angular 2 RC 3 and Form

Angular 2 Starter RC 3

18 Jun 04:27
Compare
Choose a tag to compare
Pre-release

This release contains Angular 2 RC 2 update, latest @angular/router and @angular/forms, and much improvement on the config side resulting cleaner structure

New

  • Node production ready (Credits to @darxx, #94, #95 )
    • Now you can npm install --production and then gulp build without installing and registering non-production related packages and tasks
    • In short, it's now CI ready
  • New config folder
    • Now tasks folder, gulp config file, test config files are inside this folder
    • gulp.config.js now config/gulp/config.js
    • Introducing config/gulp/env.js for getting current node environment
      • Environment can be updated with following priority order: --env -> NODE_ENV -> default to DEV env
  • manual_typings folder now under src folder
  • Gulp tasks will now outputs current environment
  • Dependencies updated

Fixed

  • Fixed base href

Angular 2 Starter RC 2

27 May 23:29
Compare
Choose a tag to compare
Pre-release

New

Fixed:

  • Wrong E2E path

Angular 2 Starter RC 1

17 May 14:14
Compare
Choose a tag to compare
Pre-release
  • SFX build decrease a good amount of bundle size, also get cache bust benefit
  • New RC router
  • Compile *.ts files to tmp folder, now your folder is free from mess, fix #77 ❤️
  • Implicit enableProdMode call in bundle via build step ENV
  • Updated dependencies
    • update typings 1.0 (now use global instead of ambient)