Skip to content

Correct forkChecker ats config option to speed up reloads #3008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 131 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
131 commits
Select commit Hold shift + click to select a range
b69ae96
1.0.0-beta.15
hansl Sep 20, 2016
4a01af9
fix(karma): set defaults for karma.conf.js (#1837)
JSMike Sep 21, 2016
55958e6
fix(generate): Update directive.spec.ts blueprint to fix incorret imp…
andrelmp Sep 22, 2016
81c3f6d
Trim trailing whitespace (#2345)
zalog Sep 25, 2016
054f73e
feat(webpackDevServer): Add watchOptions for webpackDevServer (#1814)
JSMike Sep 26, 2016
5c3ea15
chore(docs): proxy-config documentation
leon Aug 30, 2016
8b6d408
chore(docs): fixed typo
btroncone Sep 17, 2016
6dc1b41
chore(readme): update Bootstrap CSS inclusion example
peterblazejewicz Sep 17, 2016
1b70487
chore(readme): fix webpack update version typo
dzonatan Sep 18, 2016
036d469
bug(generate): directive selectors are now camelCase
Brocco Sep 24, 2016
091c6fa
chore(e2e): bump to protractor 4.0.9
cexbrayat Sep 24, 2016
118530c
fix(build): fail ng build on error (#2360)
filipesilva Sep 26, 2016
75623eb
chore(generate): update routing files & add --routing to ng new (#2361)
Brocco Sep 27, 2016
c1ed39c
chore(build): update node-zopfli (#2365)
filipesilva Sep 27, 2016
cc9d0de
fix(build): use config output path as default (#2158)
filipesilva Sep 27, 2016
39a9ac1
chore(test): add failing build test (#2366)
filipesilva Sep 27, 2016
b621cd1
fix(test): correctly report packages spec failures (#2238)
filipesilva Sep 27, 2016
edd6eee
feature(compiler): add support for AoT to the CLI. (#2333)
hansl Sep 28, 2016
1fc6f2c
1.0.0-beta.16
hansl Sep 28, 2016
69f53d0
chore(npm): updated webpack version and config cleanup (#2237)
TheLarkInn Sep 28, 2016
245edcf
chore(new): use tilde versions for @angular (#2387)
filipesilva Sep 28, 2016
9812f6a
feat(template): issue template look better (#2384)
clemens-tolboom Sep 28, 2016
6b70789
fix(typo): fixed typo in README (#2383)
suhasdeshpande Sep 28, 2016
78c2b9b
fix(generate): use prefix when initializing app (#2046) (#2367)
Gelio Sep 28, 2016
137cd22
feature(route): allow lazy route reference by relative paths (#2434)
Brocco Sep 30, 2016
40c8a57
bug(route): fix the class names for --routing in ng new (#2435)
Brocco Sep 30, 2016
d54b048
feature(new): allow specification of --inline-style & --inline-templa…
Brocco Oct 1, 2016
ec3d06a
feature(config): config inline template & style in angular-cli.json (…
Brocco Oct 1, 2016
64b1155
chore(new): remove blueprint option (#2390)
filipesilva Oct 2, 2016
435c2d8
fix(build): use baseUrl and paths from tsconfig (#2470)
filipesilva Oct 2, 2016
ca4bf49
chore(completion): ng completion update for command options (#2379)
catull Oct 2, 2016
46b2c32
chore(ci): use node 4 instead of 5 (#2469)
filipesilva Oct 2, 2016
d936a9a
feat(aot): creating files in a virtual fs. (#2464)
hansl Oct 2, 2016
099b2c8
feature(blueprints): add spec/no-spec flags to all blueprints (#2382)
Brocco Oct 3, 2016
b587303
chore(help): add completion to help (#2483)
filipesilva Oct 3, 2016
636e65b
feature(generate): configure spec generation at the project level (#2…
Brocco Oct 3, 2016
f7b7e15
chore: simplify inline style & template for mobile apps (#2476)
Brocco Oct 3, 2016
085a41a
chore(docs): add typeless package instructions (#2487)
filipesilva Oct 3, 2016
9791f38
chore: ignores visual studio code directory (#2474)
jesselpalmer Oct 3, 2016
3dbf500
feat(aot): do not populate the whole filesystem if nothing changed (#…
hansl Oct 4, 2016
24960f1
fix(cli): fix `completion` and `make-this-awesome` command invalid pr…
goorockey Aug 30, 2016
4ed7e5b
Update string-replace-loader to 1.0.5
mmrath Sep 21, 2016
c24bc6a
fix(webpack): Added ContextReplacementPlugin to remove ng test warning
delasteve Sep 27, 2016
d69d43a
bugfix(generate): removes bad imports when generating a class
Oct 3, 2016
bca8f02
chore(deps): explicitely add @types/node
filipesilva Oct 5, 2016
8c90c62
chore(docs): elaborate node/npm prereqs (#2534)
filipesilva Oct 5, 2016
1571d3f
fix(build): remove html-loader (#2537)
filipesilva Oct 6, 2016
d21e941
feat(aot): adding README and type checking.
hansl Oct 5, 2016
5652f48
fix: check for old version of the CLI on empty project
ValeryVS Sep 16, 2016
b9589f7
v1.0.0-beta.17
hansl Oct 7, 2016
80c46d2
feat(build): add support for assets array (#2570)
filipesilva Oct 8, 2016
cc86bcc
Missed a double semi-colon at the end of gh-pages:deploy, caught by @…
catull Oct 9, 2016
b11b48c
chore(build): use cheap-module-source-map for dev (#2619)
filipesilva Oct 10, 2016
ec777d7
bug(help): show correct listing of blueprints for generate help (#2580)
Brocco Oct 10, 2016
aa99daa
fix(karma): Add cli config poll option to karma default config (#2486)
JSMike Oct 10, 2016
0b91173
fix(#1875): Support npm linked libraries (#2291)
serhiisol Oct 10, 2016
58bb800
feature(config): improved error message for invalid angular-cli.json …
RoopeHakulinen Oct 10, 2016
61cc4b7
feature(completion): `ng completion` made more robust
catull Sep 21, 2016
10514a5
chore(changelog): links correction
franciscocabral Oct 3, 2016
9224665
feat(serve): implement open browser option
dzonatan Oct 3, 2016
f3ae315
fix(build): fix sourcemap in prod
Oct 4, 2016
89c2767
chore(webpack) add repo info for webpack plugin
Oct 6, 2016
35238c4
fix(doc): update invalid link
hansl Oct 6, 2016
c7e99ee
feat(build): added postcss-discard-comments
grizzm0 Oct 8, 2016
6b59029
fix(new): add prefix to spec name
filipesilva Oct 8, 2016
414d50c
chore(readme): minor cleanup
filipesilva Oct 8, 2016
af2dd44
fix(new): fix relativeRootPath for typeRoots
filipesilva Oct 9, 2016
5b55fbf
fix(build): use outputPath from config
filipesilva Oct 9, 2016
22b874f
fix(set): output value for additional props
filipesilva Oct 9, 2016
edb3213
chore(blueprints): update codelyzer
mgechev Oct 9, 2016
a06567c
fix(init): ignore favicon
Puigcerber Oct 9, 2016
baf3313
fix(docs): Correct the usage of redirecting the output from `ng compl…
catull Oct 10, 2016
17df744
chore: update component spec file to use TestBed (#2674)
Brocco Oct 14, 2016
ec73852
feat(generate): specify class type via dot notation (#2707)
Brocco Oct 14, 2016
5074261
chore: remove shared dir from new app blueprint (#2623)
Brocco Oct 17, 2016
4a14d35
chore(build): update compression-webpack-plugin (#2709)
filipesilva Oct 17, 2016
9aec9b1
fix(serve): enable routes with dots (#2535)
filipesilva Oct 17, 2016
c3e7b9d
fix(aot-tools): add missing tsc-wrapped dep
filipesilva Oct 9, 2016
10d6a92
chore(build): remove tslint options
filipesilva Oct 9, 2016
56ad7b2
feat(build): add gzip to serve --prod
filipesilva Oct 10, 2016
fd6010c
fix(build): set tls and net node builtins to empty
filipesilva Oct 10, 2016
1a95192
fix: override ui write level
filipesilva Oct 10, 2016
d5e4367
fix(generate): show error when no name is specified
Puigcerber Oct 13, 2016
274121c
chore(readme): fix spelling in proxy to backend
Oct 13, 2016
8f5c1d1
chore(readme): specify language for better syntax highlighting
Oct 14, 2016
a0d0ddb
chore: update node-sass
filipesilva Oct 14, 2016
5c6acac
chore: update typing file comments
filipesilva Oct 14, 2016
dc37238
chore: add engine entries to package.json
filipesilva Oct 15, 2016
e705916
chore(docs): fix ng serve description
rwillmer Oct 15, 2016
bd678c7
feature(build): search for router children in node modules
Oct 14, 2016
2353d21
style(blueprint): add newlines at end of file
EdJoPaTo Oct 15, 2016
74f4fd3
style(blueprint): remove whitespaces at end of line
EdJoPaTo Oct 15, 2016
d6e538b
fix(init): throw when called with mobile flag (#2753)
hollannikas Oct 17, 2016
6baab9e
chore: update to Angular 2.1.0 (#2704)
filipesilva Oct 18, 2016
34d13d1
chore: update typescript to ~2.0.3 (#2738)
filipesilva Oct 18, 2016
7768b40
chore(commands): override ng destroy
filipesilva Oct 17, 2016
2c2b853
fix(build): add react minification support
filipesilva Oct 18, 2016
0bf8fb2
bug(generate): generate module with two-word names
Brocco Oct 18, 2016
4513f52
feat(ssl): add support for the ssl options of the ng serve task: --ss…
sbaramov Oct 20, 2016
733ebdf
chore: add defaults to angular-cli.json (#2783)
Brocco Oct 20, 2016
d22a1a1
v1.0.0-beta.18
alxhub Oct 20, 2016
378c45a
v1.0.0-beta.18, new patch versions for packages
alxhub Oct 20, 2016
c861a35
chore(tests): update webpack app compiler-cli (#2832)
filipesilva Oct 22, 2016
948660c
chore: fix editorconfig linefeeds on windows (#2829)
filipesilva Oct 22, 2016
dce0bfe
Fixed dev dependencies badge link url (#2847)
dlizarra Oct 23, 2016
2676beb
feat(test): make code coverage and lint optional (#2840)
filipesilva Oct 24, 2016
50cc2f1
Revert "chore(build): use cheap-module-source-map for dev" (#2857)
filipesilva Oct 24, 2016
a7db4d7
fix(appveyor): add workaround for webdriver bug (#2862)
filipesilva Oct 24, 2016
38055ac
Revert "fix(appveyor): add workaround for webdriver bug" (#2869)
filipesilva Oct 25, 2016
c8fb7bc
bug(generate): fix import path for directives & pipes when importing …
Brocco Oct 25, 2016
a2337ca
fix(e2e): fix travis e2e (#2914)
filipesilva Oct 27, 2016
a8ba49f
fix(compiler): update codegen API (#2919)
robwormald Oct 28, 2016
7b81e57
v1.0.0-beta.19
hansl Oct 28, 2016
906becc
feat(build): add loaders for fonts
stefannegele Aug 19, 2016
8bef8f0
fix(test):add ts MIME type
jtsom Sep 16, 2016
49ba49e
feat(build): use static files for css
jimitndiaye Oct 13, 2016
12f4e76
docs: improve grammar in upgrade to webpack message
Splaktar Oct 18, 2016
bf9977e
feat(build): use appConfig.index to set output index file
hollannikas Oct 18, 2016
c4b3112
chore(gitignore): Add c9 to gitignore
mikeumus Oct 19, 2016
03aeebc
fix(test): catches module loading errors
rene-leanix Oct 19, 2016
f09f009
feat(autoprefixer) Hook up autoprefixer for less, scss, and css.
rene-leanix Oct 19, 2016
22ebea9
fix(package): add some more metadata to webpack package.json
hansl Oct 24, 2016
f02484e
chore(blueprints): update codelyzer
mgechev Oct 24, 2016
1d1d233
chore(docs): update update instructions
filipesilva Oct 24, 2016
ead8f22
fix(aot): remove the genDir plugin option.
hansl Oct 25, 2016
88111cf
fix(build): enable chunkhash in inline.js
filipesilva Oct 26, 2016
0326102
bug(generate): ensure classes and imports are in lower case (#2920)
Brocco Nov 1, 2016
4ffd20e
fix: bypass Watchman check (#2846)
filipesilva Nov 2, 2016
b7cd9a9
fix(serve): added accept html headers option to webpack-dev-server (#…
valorkin Nov 2, 2016
442f360
fix(e2e): fix broken test pipeline (#2999)
filipesilva Nov 3, 2016
7ce9988
Correct forkChecker ats config option.
texel Nov 3, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
environment:
matrix:
- nodejs_version: "5.0"
- nodejs_version: "4.0"
- nodejs_version: "6.0"

matrix:
fast_finish: true

install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install

test_script:
Expand Down
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ root = true
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

Expand Down
17 changes: 9 additions & 8 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
> Please provide us with the following information:
> ---------------------------------------------------------------

1. OS? Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)
### OS?
> Windows 7, 8 or 10. Linux (which distribution). Mac OSX (Yosemite? El Capitan?)


2. Versions. Please run `ng --version`. If there's nothing outputted, please run
in a Terminal: `node --version` and paste the result here:
### Versions.
> Please run `ng --version`. If there's nothing outputted, please run in a Terminal: `node --version` and paste the result here:


3. Repro steps. Was this an app that wasn't created using the CLI? What change did you
do on your code? etc.
### Repro steps.
> Was this an app that wasn't created using the CLI? What change did you do on your code? etc.


4. The log given by the failure. Normally this include a stack trace and some
more information.
### The log given by the failure.
> Normally this include a stack trace and some more information.


5. Mention any other details that might be useful.
### Mention any other details that might be useful.

> ---------------------------------------------------------------
> Thanks! We'll be in touch soon.
42 changes: 25 additions & 17 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ dist: trusty
sudo: required
language: node_js
node_js:
- "5"
- "6"
- "4"
os:
- linux
- osx
env:
global:
- DBUS_SESSION_BUS_ADDRESS=/dev/null
Expand All @@ -20,25 +18,34 @@ env:
matrix:
fast_finish: true
allow_failures:
- node_js: "5"
- os: osx
- env: NODE_SCRIPT="tests/e2e_runner.js --nightly"
exclude:
include:
- node_js: "5"
os: linux
env: SCRIPT=test
- node_js: "5"
os: linux
env: NODE_SCRIPT=tests/e2e_runner.js
- node_js: "6"
env: SCRIPT=lint
- os: osx
env: NODE_SCRIPT="tests/e2e_runner.js --nightly"
os: linux
env: SCRIPT=test
- node_js: "6"
env: NODE_SCRIPT="tests/e2e_runner.js --nightly"
- os: osx
node_js: "5"
env: SCRIPT=lint
os: linux
env: NODE_SCRIPT=tests/e2e_runner.js
- node_js: "4"
os: osx
env: SCRIPT=test
- node_js: "4"
os: osx
env: NODE_SCRIPT=tests/e2e_runner.js
- node_js: "6"
env: SCRIPT=build
- os: osx
node_js: "5"
env: SCRIPT=build
- os: osx
env: TARGET=mobile SCRIPT=mobile_test
os: osx
env: SCRIPT=test
- node_js: "6"
os: osx
env: NODE_SCRIPT=tests/e2e_runner.js

before_install:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew update; fi
Expand All @@ -50,6 +57,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then export CHROME_BIN=chromium-browser; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then echo "--no-sandbox" > ~/.config/chromium-flags.conf; fi
- if [[ "$TARGET" == "mobile" ]]; then export MOBILE_TEST=true; fi
- npm install -g npm
- npm config set spin false
- npm config set progress false

Expand Down
124 changes: 118 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,115 @@
<a name="1.0.0-beta.19"></a>
# [1.0.0-beta.19](https://github.com/angular/angular-cli/compare/v1.0.0-beta.18...v1.0.0-beta.19) (2016-10-28)


### Bug Fixes

* **appveyor:** add workaround for webdriver bug ([#2862](https://github.com/angular/angular-cli/issues/2862)) ([2b17b46](https://github.com/angular/angular-cli/commit/2b17b46))
* **compiler:** update codegen API ([#2919](https://github.com/angular/angular-cli/issues/2919)) ([b50c121](https://github.com/angular/angular-cli/commit/b50c121)), closes [#2917](https://github.com/angular/angular-cli/issues/2917)
* **e2e:** fix travis e2e ([#2914](https://github.com/angular/angular-cli/issues/2914)) ([b62b996](https://github.com/angular/angular-cli/commit/b62b996))


### Features

* **test:** make code coverage and lint optional ([#2840](https://github.com/angular/angular-cli/issues/2840)) ([8944d04](https://github.com/angular/angular-cli/commit/8944d04)), closes [#1799](https://github.com/angular/angular-cli/issues/1799)



<a name="1.0.0-beta.18"></a>
# [1.0.0-beta.18](https://github.com/angular/angular-cli/compare/v1.0.0-beta.17...v1.0.0-beta.18) (2016-10-20)


### Bug Fixes

* **#1875:** Support npm linked libraries ([#2291](https://github.com/angular/angular-cli/issues/2291)) ([8bf69d9](https://github.com/angular/angular-cli/commit/8bf69d9))
* **aot-tools:** add missing tsc-wrapped dep ([1587c1b](https://github.com/angular/angular-cli/commit/1587c1b)), closes [#2498](https://github.com/angular/angular-cli/issues/2498) [#2598](https://github.com/angular/angular-cli/issues/2598)
* **build:** add react minification support ([e23e0fe](https://github.com/angular/angular-cli/commit/e23e0fe)), closes [#2110](https://github.com/angular/angular-cli/issues/2110) [#2754](https://github.com/angular/angular-cli/issues/2754)
* **build:** fix sourcemap in prod ([d292eac](https://github.com/angular/angular-cli/commit/d292eac)), closes [#2533](https://github.com/angular/angular-cli/issues/2533) [#2519](https://github.com/angular/angular-cli/issues/2519)
* **build:** set tls and net node builtins to empty ([7424795](https://github.com/angular/angular-cli/commit/7424795)), closes [#1696](https://github.com/angular/angular-cli/issues/1696) [#2626](https://github.com/angular/angular-cli/issues/2626)
* **build:** use outputPath from config ([ec0cdb5](https://github.com/angular/angular-cli/commit/ec0cdb5)), closes [#2511](https://github.com/angular/angular-cli/issues/2511) [#2611](https://github.com/angular/angular-cli/issues/2611)
* **doc:** update invalid link ([e17d4a8](https://github.com/angular/angular-cli/commit/e17d4a8)), closes [#2553](https://github.com/angular/angular-cli/issues/2553)
* **docs:** Correct the usage of redirecting the output from `ng completion`. ([2225027](https://github.com/angular/angular-cli/commit/2225027)), closes [#2635](https://github.com/angular/angular-cli/issues/2635)
* **generate:** show error when no name is specified ([249ccf7](https://github.com/angular/angular-cli/commit/249ccf7)), closes [#2684](https://github.com/angular/angular-cli/issues/2684)
* **init:** ignore favicon ([699ebba](https://github.com/angular/angular-cli/commit/699ebba)), closes [#2274](https://github.com/angular/angular-cli/issues/2274) [#2617](https://github.com/angular/angular-cli/issues/2617)
* override ui write level ([4608445](https://github.com/angular/angular-cli/commit/4608445)), closes [#2540](https://github.com/angular/angular-cli/issues/2540) [#2627](https://github.com/angular/angular-cli/issues/2627)
* **init:** throw when called with mobile flag ([#2753](https://github.com/angular/angular-cli/issues/2753)) ([9b1c3e0](https://github.com/angular/angular-cli/commit/9b1c3e0)), closes [#2679](https://github.com/angular/angular-cli/issues/2679)
* **karma:** Add cli config poll option to karma default config ([#2486](https://github.com/angular/angular-cli/issues/2486)) ([63023ae](https://github.com/angular/angular-cli/commit/63023ae))
* **new:** add prefix to spec name ([1307dc8](https://github.com/angular/angular-cli/commit/1307dc8)), closes [/github.com/angular/angular-cli/commit/06976f4f07a6d6065124a819b95634bddaac4598#commitcomment-19241601](https://github.com//github.com/angular/angular-cli/commit/06976f4f07a6d6065124a819b95634bddaac4598/issues/commitcomment-19241601) [#2595](https://github.com/angular/angular-cli/issues/2595)
* **new:** fix relativeRootPath for typeRoots ([eb2f939](https://github.com/angular/angular-cli/commit/eb2f939)), closes [#2206](https://github.com/angular/angular-cli/issues/2206) [#2597](https://github.com/angular/angular-cli/issues/2597)
* **serve:** enable routes with dots ([#2535](https://github.com/angular/angular-cli/issues/2535)) ([6f8b1b5](https://github.com/angular/angular-cli/commit/6f8b1b5)), closes [#2168](https://github.com/angular/angular-cli/issues/2168)
* **set:** output value for additional props ([f7bf0aa](https://github.com/angular/angular-cli/commit/f7bf0aa)), closes [#1900](https://github.com/angular/angular-cli/issues/1900) [#2614](https://github.com/angular/angular-cli/issues/2614)


### Features

* **build:** add gzip to serve --prod ([7c13cc5](https://github.com/angular/angular-cli/commit/7c13cc5)), closes [#2028](https://github.com/angular/angular-cli/issues/2028) [#2621](https://github.com/angular/angular-cli/issues/2621)
* **build:** add support for assets array ([#2570](https://github.com/angular/angular-cli/issues/2570)) ([de3c275](https://github.com/angular/angular-cli/commit/de3c275))
* **build:** added postcss-discard-comments ([883fe46](https://github.com/angular/angular-cli/commit/883fe46)), closes [#2593](https://github.com/angular/angular-cli/issues/2593)
* **generate:** specify class type via dot notation ([#2707](https://github.com/angular/angular-cli/issues/2707)) ([c2dd94c](https://github.com/angular/angular-cli/commit/c2dd94c)), closes [#2155](https://github.com/angular/angular-cli/issues/2155)
* **serve:** implement open browser option ([8bddabe](https://github.com/angular/angular-cli/commit/8bddabe)), closes [#1081](https://github.com/angular/angular-cli/issues/1081) [#2489](https://github.com/angular/angular-cli/issues/2489)
* **ssl:** add support for the ssl options of the ng serve task: --ssl, --ssl-cert, and --ssl-key ([#2792](https://github.com/angular/angular-cli/issues/2792)) ([ba414ab](https://github.com/angular/angular-cli/commit/ba414ab))


### BREAKING CHANGES

* generate: The ability to specify a class type via an additional arg has been replaced by combining the name and type args separated by a dot



<a name="1.0.0-beta.17"></a>
# [1.0.0-beta.17](https://github.com/angular/angular-cli/compare/v1.0.0-beta.16...v1.0.0-beta.17) (2016-10-07)


### Bug Fixes

* **build:** remove html-loader ([#2537](https://github.com/angular/angular-cli/issues/2537)) ([afb36e8](https://github.com/angular/angular-cli/commit/afb36e8))
* **build:** use baseUrl and paths from tsconfig ([#2470](https://github.com/angular/angular-cli/issues/2470)) ([32e60b7](https://github.com/angular/angular-cli/commit/32e60b7))
* **cli:** fix `completion` and `make-this-awesome` command invalid problem([#1889](https://github.com/angular/angular-cli/issues/1889)) ([4b36ecf](https://github.com/angular/angular-cli/commit/4b36ecf)), closes [#1890](https://github.com/angular/angular-cli/issues/1890)
* **generate:** use prefix when initializing app ([#2046](https://github.com/angular/angular-cli/issues/2046)) ([#2367](https://github.com/angular/angular-cli/issues/2367)) ([06976f4](https://github.com/angular/angular-cli/commit/06976f4))
* **typo:** fixed typo in README ([#2383](https://github.com/angular/angular-cli/issues/2383)) ([f6a39b2](https://github.com/angular/angular-cli/commit/f6a39b2))
* **webpack:** Added ContextReplacementPlugin to remove ng test warning ([c2f4b37](https://github.com/angular/angular-cli/commit/c2f4b37)), closes [#2362](https://github.com/angular/angular-cli/issues/2362)
* check for old version of the CLI on empty project ([2b6bfe7](https://github.com/angular/angular-cli/commit/2b6bfe7)), closes [#2135](https://github.com/angular/angular-cli/issues/2135) [#2178](https://github.com/angular/angular-cli/issues/2178)


### Features

* **aot:** adding README and type checking. ([8a5b265](https://github.com/angular/angular-cli/commit/8a5b265)), closes [#2527](https://github.com/angular/angular-cli/issues/2527)
* **aot:** creating files in a virtual fs. ([#2464](https://github.com/angular/angular-cli/issues/2464)) ([790a1b4](https://github.com/angular/angular-cli/commit/790a1b4))
* **aot:** do not populate the whole filesystem if nothing changed ([#2490](https://github.com/angular/angular-cli/issues/2490)) ([b5771df](https://github.com/angular/angular-cli/commit/b5771df))
* **template:** issue template look better ([#2384](https://github.com/angular/angular-cli/issues/2384)) ([398cfb3](https://github.com/angular/angular-cli/commit/398cfb3))



<a name="1.0.0-beta.16"></a>
# [1.0.0-beta.16](https://github.com/angular/angular-cli/compare/v1.0.0-beta.15...v1.0.0-beta.16) (2016-09-28)


### Bug Fixes

* **build:** fail ng build on error ([#2360](https://github.com/angular/angular-cli/issues/2360)) ([aa48c30](https://github.com/angular/angular-cli/commit/aa48c30)), closes [#2014](https://github.com/angular/angular-cli/issues/2014)
* **build:** use config output path as default ([#2158](https://github.com/angular/angular-cli/issues/2158)) ([49a120b](https://github.com/angular/angular-cli/commit/49a120b))
* **generate:** Update directive.spec.ts blueprint to fix incorret import ([#1940](https://github.com/angular/angular-cli/issues/1940)) ([93da512](https://github.com/angular/angular-cli/commit/93da512))
* **karma:** set defaults for karma.conf.js ([#1837](https://github.com/angular/angular-cli/issues/1837)) ([e2e94a5](https://github.com/angular/angular-cli/commit/e2e94a5))
* **test:** correctly report packages spec failures ([#2238](https://github.com/angular/angular-cli/issues/2238)) ([3102453](https://github.com/angular/angular-cli/commit/3102453))


### Features

* **webpackDevServer:** Add watchOptions for webpackDevServer ([#1814](https://github.com/angular/angular-cli/issues/1814)) ([ce03088](https://github.com/angular/angular-cli/commit/ce03088))



<a name="1.0.0-beta.15"></a>
# [1.0.0-beta.15](https://github.com/angular/angular-cli/compare/v1.0.0-beta.14...v1.0.0-beta.15) (2016-09-20)


### Bug Fixes

* **help:** fix a bug where help was not available inside a project. ([#2146](https://github.com/angular/angular-cli/issues/2146)) ([5b880b2](https://github.com/angular/angular-cli/commit/5b880b2))
* pin beta package versions ([#2236](https://github.com/angular/angular-cli/issues/2236)) ([638a54b](https://github.com/angular/angular-cli/commit/638a54b)), closes [#2234](https://github.com/angular/angular-cli/issues/2234)



<a name="1.0.0-beta.14"></a>
# [1.0.0-beta.14](https://github.com/angular/angular-cli/compare/v1.0.0-beta.11-webpack.2...v1.0.0-beta.14) (2016-09-15)

Expand Down Expand Up @@ -164,7 +276,7 @@ Oh, almost forgot. Also:
* **e2e:** prevent chrome race condition (#1141) ([9df0ffe](https://github.com/angular/angular-cli/commit/9df0ffe))
* **init:** don't replace live reload script on diffs (#1128) ([e97fd9f](https://github.com/angular/angular-cli/commit/e97fd9f)), closes [#1122](https://github.com/angular/angular-cli/issues/1122)
* **lint:** add missing rulesDirectory (#1108) ([1690a82](https://github.com/angular/angular-cli/commit/1690a82)), closes [#1094](https://github.com/angular/angular-cli/issues/1094)
* **mobile:** partially fix dep problem (#1151) ([4b638c8](https://github.com/angular/angular-cli/commit/4b638c8)), closes [(#1151](https://github.com/(/issues/1151)
* **mobile:** partially fix dep problem (#1151) ([4b638c8](https://github.com/angular/angular-cli/commit/4b638c8)), closes [#1151](https://github.com/angular/angular-cli/issues/1151)

### Features

Expand All @@ -180,7 +292,7 @@ Oh, almost forgot. Also:

* **admin:** added support for non Administrator CLI user ([0bc3d94](https://github.com/angular/angular-cli/commit/0bc3d94)), closes [#905](https://github.com/angular/angular-cli/issues/905) [#886](https://github.com/angular/angular-cli/issues/886) [#370](https://github.com/angular/angular-cli/issues/370)
* **barrel:** alphabetized barrel exports ([67b577d](https://github.com/angular/angular-cli/commit/67b577d)), closes [#582](https://github.com/angular/angular-cli/issues/582)
* **deploy:** Fix base href for user pages (#965) ([424cff2](https://github.com/angular/angular-cli/commit/424cff2)), closes [(#965](https://github.com/(/issues/965)
* **deploy:** Fix base href for user pages (#965) ([424cff2](https://github.com/angular/angular-cli/commit/424cff2)), closes [#965](https://github.com/angular/angular-cli/issues/965)
* **e2e:** return exit codes on failure of e2e tests ([d0c07ac](https://github.com/angular/angular-cli/commit/d0c07ac)), closes [#1017](https://github.com/angular/angular-cli/issues/1017) [#1025](https://github.com/angular/angular-cli/issues/1025) [#1044](https://github.com/angular/angular-cli/issues/1044)
* **generator:** --dry-run no longer modifies files ([6efc8ee](https://github.com/angular/angular-cli/commit/6efc8ee))
* Persist style extension config at project creation. ([85c9aec](https://github.com/angular/angular-cli/commit/85c9aec)), closes [#780](https://github.com/angular/angular-cli/issues/780)
Expand Down Expand Up @@ -215,7 +327,7 @@ Oh, almost forgot. Also:

### Bug Fixes

* **build:** fix broken sourcemaps (#839) ([234de2b](https://github.com/angular/angular-cli/commit/234de2b)), closes [(#839](https://github.com/(/issues/839)
* **build:** fix broken sourcemaps (#839) ([234de2b](https://github.com/angular/angular-cli/commit/234de2b)), closes [#839](https://github.com/angular/angular-cli/issues/839)

### Features

Expand All @@ -234,9 +346,9 @@ Oh, almost forgot. Also:

### Bug Fixes

* **build:** fix infinite loop on ng serve (#775) ([285db13](https://github.com/angular/angular-cli/commit/285db13)), closes [(#775](https://github.com/(/issues/775)
* **deploy:** fix file copy, index tag rewrite (#772) ([a34aca8](https://github.com/angular/angular-cli/commit/a34aca8)), closes [(#772](https://github.com/(/issues/772)
* **index:** fix live reload file path (#774) ([be718cb](https://github.com/angular/angular-cli/commit/be718cb)), closes [(#774](https://github.com/(/issues/774)
* **build:** fix infinite loop on ng serve (#775) ([285db13](https://github.com/angular/angular-cli/commit/285db13)), closes [#775](https://github.com/angular/angular-cli/issues/775)
* **deploy:** fix file copy, index tag rewrite (#772) ([a34aca8](https://github.com/angular/angular-cli/commit/a34aca8)), closes [#772](https://github.com/angular/angular-cli/issues/772)
* **index:** fix live reload file path (#774) ([be718cb](https://github.com/angular/angular-cli/commit/be718cb)), closes [#774](https://github.com/angular/angular-cli/issues/774)
* **mobile:** don't import system-config in system-import.js (#794) ([7ab7d72](https://github.com/angular/angular-cli/commit/7ab7d72))
* **mobile:** make app-shell compilation synchronous ([9ed28ba](https://github.com/angular/angular-cli/commit/9ed28ba))
* **mobile:** prevent already-bundled JS from getting cached by Service Worker ([9d18f74](https://github.com/angular/angular-cli/commit/9d18f74))
Expand Down
Loading