vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							af2f5c3d7d 
							
						 
					 
					
						
						
							
							cleanup(router): removes router  
						
						
						
						
					 
					
						2016-06-20 08:47:54 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							37b617dccf 
							
						 
					 
					
						
						
							
							chore(tsickle): add @Annotation annotations  
						
						... 
						
						
						
						This lets users continue using runtime-sideeffect Decorators if they choose,
only down-leveling the marked ones to Annotations.
Also remove the "skipTemplateCodegen" option, which is no longer needed
since Angular compiles with tsc-wrapped rather than ngc. The former doesn't
include any codegen. 
						
						
					 
					
						2016-06-16 12:29:46 -07:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							17f317d31e 
							
						 
					 
					
						
						
							
							fix: correct failing to push into builds repo on rerun  
						
						
						
						
					 
					
						2016-06-14 21:28:37 -07:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							5941c92a31 
							
						 
					 
					
						
						
							
							fix: make ci fail when compiler integration test fails  
						
						
						
						
					 
					
						2016-06-14 19:40:43 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							566b4ef481 
							
						 
					 
					
						
						
							
							ci(snapshots): publish tsc-wrapped snapshots  
						
						
						
						
					 
					
						2016-06-13 18:30:38 -07:00 
						 
				 
			
				
					
						
							
							
								Miško Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							87d824e1b4 
							
						 
					 
					
						
						
							
							fix: add typescript test for our typings ( #9096 )  
						
						... 
						
						
						
						* Revert "fix(d.ts): enable angular2 compilation with TS flag --strictNullChecks (#8902 )"
This reverts commit 7e352a27f7172a80cfc5aefa6296ebbaca8df450.
* test: add typescript test for our typings 
						
						
					 
					
						2016-06-08 16:06:23 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							ac1156739d 
							
						 
					 
					
						
						
							
							feat(i18n): extract messages  
						
						
						
						
					 
					
						2016-06-07 15:17:02 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							1090601e8b 
							
						 
					 
					
						
						
							
							refactor(compiler): rename /compiler_cli to /compiler-cli  
						
						
						
						
					 
					
						2016-06-02 13:50:32 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							3331321f64 
							
						 
					 
					
						
						
							
							build(ngc): run integration test hermetically  
						
						... 
						
						
						
						This ensures we run in a clean directory, using our real distribution. It finds bugs like @internal
APIs needed to type-check in the offline compiler, as well as problems in package.json.
Also move tsc-wrapped under tools/@angular 
						
						
					 
					
						2016-05-27 17:21:35 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							5936624d11 
							
						 
					 
					
						
						
							
							chore(lint): re-enable clang-format on tools/  
						
						
						
						
					 
					
						2016-05-26 15:46:03 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							b9347eb01c 
							
						 
					 
					
						
						
							
							build: remove dependency on tsd and use @types/* instead  
						
						
						
						
					 
					
						2016-05-25 16:42:28 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							4c26397937 
							
						 
					 
					
						
						
							
							chore(ngc): refactor out tsc-wrapped  
						
						... 
						
						
						
						This allows angular's build to depend on some extensions, but not on code generation, and breaks a cycle in the angular build
We now merge ts-metadata-collector into tsc-wrapped and stop publishing the former. 
						
						
					 
					
						2016-05-25 09:45:55 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							2bcdec5aaf 
							
						 
					 
					
						
						
							
							build: use connect web server instead of SimpleHTTPServer  
						
						... 
						
						
						
						Several flakes on CI have been tied to long running SimpleHTTPServer that was
put in place temporarily after the package splitup. 
						
						
					 
					
						2016-05-25 08:22:07 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							16dfe3c63f 
							
						 
					 
					
						
						
							
							build: consolidate tsc to ease migration to @types/ based typings delivery  
						
						... 
						
						
						
						I actually tried to use @types/* directly but came across several issues which prevented me
from switching over:
- https://github.com/Microsoft/TypeScript/issues/8715 
- https://github.com/Microsoft/TypeScript/issues/8723  
						
						
					 
					
						2016-05-25 08:22:07 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							b4a467e387 
							
						 
					 
					
						
						
							
							ci: disable debug output from env.sh  
						
						
						
						
					 
					
						2016-05-25 08:22:07 -07:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							05266241af 
							
						 
					 
					
						
						
							
							build(npm): short-circuit npm install if node_modules are healthy  
						
						... 
						
						
						
						Closes  #8627  
					
						2016-05-13 22:07:41 +02:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							bac1a6eab3 
							
						 
					 
					
						
						
							
							fix(build): Fix an error in package publishing step where the script errors when a UMD bundle is not found for compiler-cli package.  
						
						
						
						
					 
					
						2016-05-12 16:49:03 -07:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							267d864976 
							
						 
					 
					
						
						
							
							fix(build): Fix broken e2e test Travis task by running the right variation of sed on Travis  
						
						
						
						
					 
					
						2016-05-12 13:58:42 -07:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							97a1084c99 
							
						 
					 
					
						
						
							
							fix(build): Hook up publish-build-artifacts to Travis  
						
						
						
						
					 
					
						2016-05-12 12:01:53 -07:00 
						 
				 
			
				
					
						
							
							
								Marc Laval 
							
						 
					 
					
						
						
						
						
							
						
						
							d537a26297 
							
						 
					 
					
						
						
							
							chore(build): reenable optional jobs in SL and BS  
						
						... 
						
						
						
						Closes  #8558  
					
						2016-05-11 17:00:43 -07:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							d414734aac 
							
						 
					 
					
						
						
							
							fix(build): Change publish-build-artifacts.sh to work with new packaging system  
						
						
						
						
					 
					
						2016-05-11 16:58:18 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							119abe7bb9 
							
						 
					 
					
						
						
							
							chore: fail build if a command from tsc-watch fails.  
						
						... 
						
						
						
						This bug was introduced with eba6e7946d468e73bb88444e716afe2da516ce5e
to integrate the compiler_cli into the build properly.
Closes  #8480  
						
						
					 
					
						2016-05-04 20:30:10 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							eba6e7946d 
							
						 
					 
					
						
						
							
							refactor(compiler_cli): move it into modules/@angular and integrate properly into the build  
						
						... 
						
						
						
						This also does no more depend on a version
on npm for the compiler_cli.
Also runs the tests for tools/metadata 
						
						
					 
					
						2016-05-03 15:57:49 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							de978229b2 
							
						 
					 
					
						
						
							
							chore(compiler): Run compiler_cli tests in new CI.  
						
						... 
						
						
						
						Also update docs/peer deps, display errors from running jasmine, use the right location of cjs-jasmine 
						
						
					 
					
						2016-05-02 22:39:32 -06:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							2e1f3f003d 
							
						 
					 
					
						
						
							
							build: adding basic e2e testing infrastructure  
						
						
						
						
					 
					
						2016-05-02 08:15:10 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							fdd8bd1a36 
							
						 
					 
					
						
						
							
							chore: use ng2tc for compiling and running tests on ci  
						
						
						
						
					 
					
						2016-05-01 23:40:59 -07:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							ce5b37239e 
							
						 
					 
					
						
						
							
							chore: add lint job to travis  
						
						
						
						
					 
					
						2016-05-01 22:59:41 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							a66cdb469f 
							
						 
					 
					
						
						
							
							repackaging: all the repackaging changes squashed  
						
						
						
						
					 
					
						2016-05-01 20:51:00 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							602641dffd 
							
						 
					 
					
						
						
							
							feat(router): adds an example app using the new router  
						
						
						
						
					 
					
						2016-04-29 02:45:57 +00:00 
						 
				 
			
				
					
						
							
							
								Rado Kirov 
							
						 
					 
					
						
						
						
						
							
						
						
							c209836fd0 
							
						 
					 
					
						
						
							
							fix(changelog): fix changelog script.  
						
						... 
						
						
						
						One charecter missing from
140a878a3d 
						
						
					 
					
						2016-04-26 16:12:59 -07:00 
						 
				 
			
				
					
						
							
							
								Rado Kirov 
							
						 
					 
					
						
						
						
						
							
						
						
							140a878a3d 
							
						 
					 
					
						
						
							
							chore(changelog): regenerate changelog for beta.16 including refactor  
						
						... 
						
						
						
						- the script explicitly takes input for the starting tag.
- the script only prepends changes. 
						
						
					 
					
						2016-04-26 15:33:35 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							2b34c88b69 
							
						 
					 
					
						
						
							
							refactor(view_compiler): codegen DI and Queries  
						
						... 
						
						
						
						BREAKING CHANGE:
- Renderer:
  * renderComponent method is removed form `Renderer`, only present on `RootRenderer`
  * Renderer.setDebugInfo is removed. Renderer.createElement / createText / createTemplateAnchor
    now take the DebugInfo directly.
- Query semantics:
  * Queries don't work with dynamically loaded components.
  * e.g. for router-outlet: loaded components can't be queries via @ViewQuery,
    but router-outlet emits an event `activate` now that emits the activated component
- Exception classes and the context inside changed (renamed fields)
- DebugElement.attributes is an Object and not a Map in JS any more
- ChangeDetectorGenConfig was renamed into CompilerConfig
- AppViewManager.createEmbeddedViewInContainer / AppViewManager.createHostViewInContainer
  are removed, use the methods in ViewContainerRef instead
- Change detection order changed:
  * 1. dirty check component inputs
  * 2. dirty check content children
  * 3. update render nodes
Closes  #6301 
Closes  #6567  
						
						
					 
					
						2016-04-13 14:43:48 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							3412aba46e 
							
						 
					 
					
						
						
							
							feat(typescript): update to 1.9 nightly.  
						
						... 
						
						
						
						To workaround https://github.com/Microsoft/TypeScript/issues/7573 
we must remove the readonly keyword from generated .d.ts files.
This solution will not scale, but will probably buy enough time to require our users move to a 2.0 beta.
Closes  #8003  
						
						
					 
					
						2016-04-13 18:54:58 +00:00 
						 
				 
			
				
					
						
							
							
								Vijay Menon 
							
						 
					 
					
						
						
						
						
							
						
						
							7a1a1b80ed 
							
						 
					 
					
						
						
							
							Roll forward to 0.1.24  
						
						... 
						
						
						
						Closes  #7867  
					
						2016-04-07 21:58:48 +00:00 
						 
				 
			
				
					
						
							
							
								Vijay Menon 
							
						 
					 
					
						
						
						
						
							
						
						
							529988bc81 
							
						 
					 
					
						
						
							
							Fix DDC errors  
						
						
						
						
					 
					
						2016-04-07 21:58:48 +00:00 
						 
				 
			
				
					
						
							
							
								Kara Erickson 
							
						 
					 
					
						
						
						
						
							
						
						
							291928feb1 
							
						 
					 
					
						
						
							
							chore(scripts): log out of npm  
						
						
						
						
					 
					
						2016-03-30 16:20:21 -07:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							3739588e97 
							
						 
					 
					
						
						
							
							chore: build cjs code prior to launching e2e tests  
						
						... 
						
						
						
						Closes  #6783 
Closes  #7725  
					
						2016-03-22 22:09:33 +00:00 
						 
				 
			
				
					
						
							
							
								Yegor Jbanov 
							
						 
					 
					
						
						
						
						
							
						
						
							0730b753f2 
							
						 
					 
					
						
						
							
							chore(ddc): add e2e test infra + first test  
						
						
						
						
					 
					
						2016-03-22 22:09:33 +00:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							5c330ea492 
							
						 
					 
					
						
						
							
							chore(publish): run router publish with additional memory  
						
						... 
						
						
						
						Closes  #7408  
					
						2016-03-22 00:20:08 +00:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							9820271243 
							
						 
					 
					
						
						
							
							chore(script): publish angular 1 router to latest tag in npm  
						
						
						
						
					 
					
						2016-03-22 00:20:08 +00:00 
						 
				 
			
				
					
						
							
							
								Jeremy Elbourn 
							
						 
					 
					
						
						
						
						
							
						
						
							d61aaac400 
							
						 
					 
					
						
						
							
							chore(): remove all angular2_material code.  
						
						
						
						
					 
					
						2016-03-16 13:37:37 -07:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							14f0e9ada8 
							
						 
					 
					
						
						
							
							chore: fix DDC errors / warnings  
						
						... 
						
						
						
						Closes  #7195  
					
						2016-03-08 22:17:32 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							75ae4a9159 
							
						 
					 
					
						
						
							
							ci(publish-build-artifacts.sh): skip all the work for builds other than upstream/master  
						
						... 
						
						
						
						Closes  #7413  
					
						2016-03-05 19:54:22 +00:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							37d18d0112 
							
						 
					 
					
						
						
							
							ci(travis): publish artifacts only from the upstream/master jobs  
						
						
						
						
					 
					
						2016-03-05 19:54:22 +00:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							1d49b3e36b 
							
						 
					 
					
						
						
							
							fix(build): Use fixed version of Chromium Canary that will be updated manually instead of automatically using the latest Chrome canary  
						
						
						
						
					 
					
						2016-03-02 15:35:07 -08:00 
						 
				 
			
				
					
						
							
							
								Marc Laval 
							
						 
					 
					
						
						
						
						
							
						
						
							391a9edabb 
							
						 
					 
					
						
						
							
							chore(build): use Chromium in Travis for JS tests  
						
						
						
						
					 
					
						2016-03-01 11:24:44 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							a7e9bc97f6 
							
						 
					 
					
						
						
							
							ci(typescript): add typescript_next build  
						
						... 
						
						
						
						Install typescript@next before build.js and test.typings.
Restore the regular version before travis caches node_modules/.
Fixes  #6368  
						
						
					 
					
						2016-02-16 17:29:29 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							19cfb4eb12 
							
						 
					 
					
						
						
							
							fix(build): publish typings directory to our npm snapshot branch  
						
						
						
						
					 
					
						2016-02-11 11:35:43 -08:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							16b521794c 
							
						 
					 
					
						
						
							
							fix(build): don't try to copy .d.ts files into the npm distro  
						
						... 
						
						
						
						Fixes  #6921  
					
						2016-02-05 11:53:15 -08:00 
						 
				 
			
				
					
						
							
							
								Rado Kirov 
							
						 
					 
					
						
						
						
						
							
						
						
							6932b29acb 
							
						 
					 
					
						
						
							
							chore(ci): bump up the error count for dart DDC.  
						
						
						
						
					 
					
						2016-01-27 11:19:56 -08:00