Releases: antonybudianto/angular-webpack-starter
Releases · antonybudianto/angular-webpack-starter
2.0.1: Navy Zinc
- Refactored tsconfig to use inheritance
- Update codelyzer 3.0.0
- Update Angular 4.1.0 and TypeScript 2.3.0
- Regular dependencies update
- Awesome TypeScript Loader cache
- Now use Codecov for coverage report
2.0.0: Fuschia Platinum
Finally 2.0.0 final release!
- Now minimum Node is 6.9
- Updated stable dependencies
- TypeScript 2.2.1
- Webpack 2.2.1
- Angular 2.4.7
- Protractor 5.1.1
- Karma 1.5
- Codelyzer 2.0.0
- ATL 3.0.8 (faster rebuild!)
- @ngtools/webpack 1.2.11
- Webpack dev server overlay error/warnings
- Updated e2e home spec
2.0.0-rc.1: Fuschia Gold
Finally released the first RC !
This release bring lot of improvements since last beta:
- Implemented Webpack DLL build
- Enjoy faster rebuild!
- It's super fast even without HMR!
- HMR setup is simplified (thanks to https://github.com/jschwarty/angularcli-hmr-example)
- Improved testing experience
- Watch mode when CI flag is off
- Coverage is now only run when CI flag is on, faster when testing locally
- Fully cover app ts files
- Images from public will be copied to dist during build
- Webpack updated to latest beta
- Fully refactored webpack config for reusability
- Fixed env not working on production - issue #86
- Dependencies updated to latest stable
2.0.0-beta.2: Lime Copper
Lime Copper release contains many improvements, here is the list:
- HMR support (credit to @AngularClass)
- Postcss support (Using cssnext plugin by default)
- DotEnv support
- NGC now use official @ngtools/webpack, allows us to use loader for component css files
- Gulp is dropped now to fully utilize Webpack
- npm test now displays coverage result
- Styleguide update
- Added yarn.lock
2.0.0-beta.1: Navy Copper
bump beta.1