Releases: antonybudianto/angular-starter
Releases · antonybudianto/angular-starter
Angular Starter 1.1.0
- 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
Maintenance update, only update to latest stable dependencies
Angular Starter 1.0.0
The latest and stable release of Angular 2 Starter
Angular 2 Starter RC 6
- SystemJS config adjusted for new Angular 2 RC 6 bundle
- Dependencies updated
Angular 2 Starter RC 5
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
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
- Update for Angular 2 RC 3 and Form
Angular 2 Starter RC 3
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 thengulp build
without installing and registering non-production related packages and tasks - In short, it's now CI ready
- Now you can
- New
config
folder- Now
tasks
folder, gulp config file, test config files are inside this folder gulp.config.js
nowconfig/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
- Environment can be updated with following priority order:
- Now
manual_typings
folder now undersrc
folder- Gulp tasks will now outputs current environment
- Dependencies updated
Fixed
- Fixed base href
Angular 2 Starter RC 2
New
- New folder structure
- Introducing Starter Extensions
- Decouple bundling to SystemJS Builder extension, you can choose Webpack too if you like
- Watch mode for unit test, just pass
-w
or--watch
during testing. example:gulp test -w
Fixed:
- Wrong E2E path
Angular 2 Starter RC 1
- SFX build decrease a good amount of bundle size, also get cache bust benefit
- New RC router
- Compile
*.ts
files totmp
folder, now your folder is free from mess, fix #77 ❤️ - Implicit
enableProdMode
call in bundle via build stepENV
- Updated dependencies
- update typings 1.0 (now use
global
instead ofambient
)
- update typings 1.0 (now use