Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							3ab8a0c438 
							
						 
					 
					
						
						
							
							chore(docs): adding docs to core.ts and annotations.ts  
						
						
						
						
					 
					
						2015-07-07 20:04:13 -07:00 
						 
				 
			
				
					
						
							
							
								Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							0052c6b120 
							
						 
					 
					
						
						
							
							chore: improve angular2.d.ts file  
						
						... 
						
						
						
						- support ambient and import format for .d.ts 
						
						
					 
					
						2015-07-07 20:04:13 -07:00 
						 
				 
			
				
					
						
							
							
								gdi2290 
							
						 
					 
					
						
						
						
						
							
						
						
							e5405e4ba2 
							
						 
					 
					
						
						
							
							fix(forms): Remove cyclic dependency  
						
						... 
						
						
						
						correctly resolve Renderer by removing cyclic dependencies
Closes  #2856  
						
						
					 
					
						2015-07-07 16:25:43 -07:00 
						 
				 
			
				
					
						
							
							
								Melinda Sarnicki Bernardo 
							
						 
					 
					
						
						
						
						
							
						
						
							b60d714acf 
							
						 
					 
					
						
						
							
							docs: Corrects article to 'a' instead of 'an'  in comment  
						
						... 
						
						
						
						Closes  #2858  
					
						2015-07-07 16:24:23 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							286a249a9a 
							
						 
					 
					
						
						
							
							feat(router): support deep-linking to siblings  
						
						... 
						
						
						
						Closes  #2807  
					
						2015-07-07 14:54:59 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							d828664d0c 
							
						 
					 
					
						
						
							
							fix(router): allow generating links with numeric params  
						
						
						
						
					 
					
						2015-07-07 14:54:59 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob MacDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							9e1158de4f 
							
						 
					 
					
						
						
							
							fix(transformer): Support prefixed annotations in the transformer.  
						
						... 
						
						
						
						closes https://github.com/angular/angular/issues/2754  
						
						
					 
					
						2015-07-07 11:26:42 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							569766fa8b 
							
						 
					 
					
						
						
							
							refactor(di): added support for custom dep providers  
						
						
						
						
					 
					
						2015-07-07 08:27:54 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							c2efa23e94 
							
						 
					 
					
						
						
							
							fix(change_detection): throw ChangeDetectionError in JIT mode  
						
						
						
						
					 
					
						2015-07-06 18:03:50 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							d2774421e8 
							
						 
					 
					
						
						
							
							fix(change_detection): do not coalesce records with different directive indices  
						
						
						
						
					 
					
						2015-07-06 17:59:38 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							8681f79182 
							
						 
					 
					
						
						
							
							chore(typings): move comments to decorator args.  
						
						... 
						
						
						
						The properties of the annotation classes are not really the public API.
Users will interact with these via a decorator, and the decorator
takes a single arg, typed with the args class. Thus the comment is
more useful on the arg class.
This also fixes the problem of intellisense/autocomplete not showing
the important docs as you fill in the properties in a decorator
declaration. 
						
						
					 
					
						2015-07-06 17:25:59 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							b10d7a2e51 
							
						 
					 
					
						
						
							
							fix(angular2.d.ts): show typing for Component, etc  
						
						... 
						
						
						
						We had the same symbol exported as the interface
for Component decorator as well as the class for
Component annotation, and dgeni only showed the
latter.
Rename the interfaces for decorators with an ‘I’
prefix so they are retained in the .d.ts output. 
						
						
					 
					
						2015-07-06 17:25:59 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							a56d33d7ca 
							
						 
					 
					
						
						
							
							feat(typings): mark void methods in angular2.d.ts  
						
						... 
						
						
						
						Previously, when a return type was missing it
could have been any. But following #2746  we
require return types so remaining untyped returns
must be void. 
						
						
					 
					
						2015-07-06 17:25:59 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob MacDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							2b45bd2a63 
							
						 
					 
					
						
						
							
							fix(transformer): Put paramater data in the same order as the reflected version.  
						
						... 
						
						
						
						Previously it would be [@Inject(#thing), Thing], but it should be [Thing, @Inject(#thing)]. 
						
						
					 
					
						2015-07-06 15:48:00 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob MacDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							7986e7ce7e 
							
						 
					 
					
						
						
							
							feat(transformer): Support @Injectable() on static functions  
						
						
						
						
					 
					
						2015-07-06 15:47:54 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob MacDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							311b47720b 
							
						 
					 
					
						
						
							
							fix(transformer): Fix string interpolation for bindings.  
						
						... 
						
						
						
						Previously it did not stringify properties and used `+` instead of ` `. 
						
						
					 
					
						2015-07-06 14:57:21 -07:00 
						 
				 
			
				
					
						
							
							
								Itay Radotzki 
							
						 
					 
					
						
						
						
						
							
						
						
							883b506445 
							
						 
					 
					
						
						
							
							fix(Http): add support for headers  
						
						
						
						
					 
					
						2015-07-06 10:06:12 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							1c94c32f4d 
							
						 
					 
					
						
						
							
							fix(router): child routers should delegate navigation to the root router  
						
						... 
						
						
						
						There is an e2e tests in the examples/routing app testing this behavior 
						
						
					 
					
						2015-07-02 23:21:33 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							2ed251a5db 
							
						 
					 
					
						
						
							
							docs(router): fix doc  
						
						
						
						
					 
					
						2015-07-02 23:21:05 -07:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							cd65fc2a5e 
							
						 
					 
					
						
						
							
							fix(compiler): detect and strip data- prefix from bindings  
						
						... 
						
						
						
						Fixes  #2687 
Closes  #2719  
					
						2015-07-02 17:32:12 +02:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							d1393b0581 
							
						 
					 
					
						
						
							
							fix(di): injecting null causes a cyclic dependency  
						
						
						
						
					 
					
						2015-07-01 17:08:45 -07:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							0598226e24 
							
						 
					 
					
						
						
							
							fix(compiler): don't trigger duplicated directives  
						
						... 
						
						
						
						Fixes  #2756 
Closes  #2568  
					
						2015-07-01 16:13:26 -07:00 
						 
				 
			
				
					
						
							
							
								Pouria Alimirzaei 
							
						 
					 
					
						
						
						
						
							
						
						
							0b50258814 
							
						 
					 
					
						
						
							
							feat(pipes): add limitTo pipe  
						
						
						
						
					 
					
						2015-07-01 13:36:01 -07:00 
						 
				 
			
				
					
						
							
							
								Pouria Alimirzaei 
							
						 
					 
					
						
						
						
						
							
						
						
							600d53c68e 
							
						 
					 
					
						
						
							
							feat(pipes): support arguments in transform function  
						
						
						
						
					 
					
						2015-07-01 13:36:01 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							f0e962c55e 
							
						 
					 
					
						
						
							
							feat(di): removed app injector  
						
						... 
						
						
						
						BREAKING CHANGE:
THe appInjector property has been removed. Instead use viewInjector or hostInjector. 
						
						
					 
					
						2015-07-01 13:33:43 -07:00 
						 
				 
			
				
					
						
							
							
								Jacob MacDonald 
							
						 
					 
					
						
						
						
						
							
						
						
							73a939e76c 
							
						 
					 
					
						
						
							
							fix(change detectors): Fix deduping of protos in transformed dart mode.  
						
						... 
						
						
						
						In non-transformed mode the funcOrValue check was enough, but once
transformed these all use the same function for getters, so we need
to also check the name. 
						
						
					 
					
						2015-07-01 12:56:31 -07:00 
						 
				 
			
				
					
						
							
							
								Ted Sander 
							
						 
					 
					
						
						
						
						
							
						
						
							dcdd73065a 
							
						 
					 
					
						
						
							
							feat(transformers): provide a flag to disable inlining views  
						
						... 
						
						
						
						Add a flag to allow a user to disable inlining css/html content into the views.
Closes  #2658  
						
						
					 
					
						2015-07-01 11:39:16 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							34eaf65a79 
							
						 
					 
					
						
						
							
							docs(Http): add docs about breaking changes with EventEmitter/Observable  
						
						... 
						
						
						
						BREAKING CHANGE:
    The Http module previously would return RxJS Observables from method calls
    of the Http class. In order to support Dart, the module was refactored to
    return the EventEmitter abstraction instead, which does not contain the same
    combinators or subscription semantics as an RxJS Observable. However, the
    EventEmitter provides a toRx() method which will return an RxJS Subject,
    providing the same subscription and combinator conveniences as were
    available prior to this refactor.
    This is temporary, until issue #2794  is resolved, when Observables will
    again be returned directly from Http class methods. 
						
						
					 
					
						2015-07-01 10:34:12 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							27e710019c 
							
						 
					 
					
						
						
							
							chore(typing): use types for DOM API  
						
						... 
						
						
						
						This is possible now that ts2dart special cases these for dart.
Fixes  #2770  
						
						
					 
					
						2015-07-01 09:57:11 -07:00 
						 
				 
			
				
					
						
							
							
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							530e742628 
							
						 
					 
					
						
						
							
							refactor(injector): remove unused function  
						
						... 
						
						
						
						Closes  #2815  
					
						2015-07-01 15:27:23 +02:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							a90063a827 
							
						 
					 
					
						
						
							
							chore(typing): restore some defn's now that dgeni is fixed  
						
						... 
						
						
						
						Closes  #2446 
Closes  #2805  
					
						2015-07-01 12:53:10 +01:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							1fb948461e 
							
						 
					 
					
						
						
							
							style: fix formatting for real  
						
						
						
						
					 
					
						2015-06-30 20:38:08 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							27c050be86 
							
						 
					 
					
						
						
							
							style: fix formatting  
						
						
						
						
					 
					
						2015-06-30 19:55:44 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							f66ce096d8 
							
						 
					 
					
						
						
							
							feat(router): support deep-linking to anywhere in the app  
						
						... 
						
						
						
						Closes  #2642  
					
						2015-06-30 17:21:50 -07:00 
						 
				 
			
				
					
						
							
							
								Brian Ford 
							
						 
					 
					
						
						
						
						
							
						
						
							2335075506 
							
						 
					 
					
						
						
							
							feat(facade): add ListWrapper.toJSON method  
						
						
						
						
					 
					
						2015-06-30 17:21:50 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							b3d98cba77 
							
						 
					 
					
						
						
							
							refactor(http): remove default settings from RequestOptions constructor  
						
						... 
						
						
						
						The BaseRequestOptions class is responsible for declaring default values,
while the RequestOptions class is merely responsible for setting values
based on values provided in the constructor. 
						
						
					 
					
						2015-06-30 15:21:36 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							146dbf1270 
							
						 
					 
					
						
						
							
							refactor(Http): remove HttpFactory  
						
						... 
						
						
						
						BREAKING CHANGE: HttpFactory is no longer available. 
    This factory provided a function alternative to the `request` method of the
    Http class, but added no real value. The additional factory required an
    additional IHttp interface, an odd way to inject while preserving type information
    (`@Inject(HttpFactory) http:IHttp`), and required additional documentation in the
    http module.
Closes  #2564  
						
						
					 
					
						2015-06-30 15:21:36 -07:00 
						 
				 
			
				
					
						
							
							
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							55bf0e554f 
							
						 
					 
					
						
						
							
							feat(http): refactor library to work in dart  
						
						... 
						
						
						
						Mostly internal refactoring needed to make ts2dart and DartAnalyzer happy.
Fixes  #2415  
						
						
					 
					
						2015-06-30 15:21:36 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							8bab6dd239 
							
						 
					 
					
						
						
							
							fix(build): Reduce rx typings to what we actually require.  
						
						... 
						
						
						
						This should help a lot with github rate limiting by removing about
2/3 of the dependencies. 
						
						
					 
					
						2015-06-29 16:59:04 -07:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							44891996b5 
							
						 
					 
					
						
						
							
							fix(build): add missing return types now enforced by linter  
						
						
						
						
					 
					
						2015-06-29 15:31:41 -07:00 
						 
				 
			
				
					
						
							
							
								Julie Ralph 
							
						 
					 
					
						
						
						
						
							
						
						
							8c66a25270 
							
						 
					 
					
						
						
							
							chore(test): remove TestBed  
						
						... 
						
						
						
						Instead, use TestComponentBuilder.
Closes  #2354  
						
						
					 
					
						2015-06-29 14:18:33 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							27ad984626 
							
						 
					 
					
						
						
							
							refactor(Router): re-use resolved promise instances  
						
						
						
						
					 
					
						2015-06-29 21:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							1f04f70eda 
							
						 
					 
					
						
						
							
							refactor(Router): idiomatic TS  
						
						
						
						
					 
					
						2015-06-29 21:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							eea989bef8 
							
						 
					 
					
						
						
							
							fix(Router): mark Pipeline and RouteRegistry as Injectable  
						
						... 
						
						
						
						fix  #2755  
					
						2015-06-29 21:27:07 +02:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							d6cef88dd8 
							
						 
					 
					
						
						
							
							fix(dynamic_component_loader): check whether the dynamically loaded component has already been destroyed  
						
						... 
						
						
						
						Fixes  #2748 
Closes  #2767  
					
						2015-06-29 11:30:56 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							eb0fd7967c 
							
						 
					 
					
						
						
							
							feat(di): changed InstantiationError to print the original stack  
						
						
						
						
					 
					
						2015-06-29 11:16:12 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							56245c6aa2 
							
						 
					 
					
						
						
							
							feat(lang): added originalException and originalStack to BaseException  
						
						
						
						
					 
					
						2015-06-29 11:16:12 -07:00 
						 
				 
			
				
					
						
							
							
								uber5001 
							
						 
					 
					
						
						
						
						
							
						
						
							c4e10ea9ac 
							
						 
					 
					
						
						
							
							chore(benchpress): add browserify bundling  
						
						... 
						
						
						
						Use browserify to bundle benchpress and its dependencies. 
						
						
					 
					
						2015-06-29 10:29:59 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							22d3943831 
							
						 
					 
					
						
						
							
							refactor(di): unified di injector and core injector  
						
						... 
						
						
						
						BREAKING CHANGES:
* InjectAsync and InjectLazy have been removed
* toAsyncFactory has been removed 
						
						
					 
					
						2015-06-26 15:59:18 -07:00 
						 
				 
			
				
					
						
							
							
								vsavkin 
							
						 
					 
					
						
						
						
						
							
						
						
							b688dee4c8 
							
						 
					 
					
						
						
							
							feat(async): added PromiseWrapper.wrap  
						
						
						
						
					 
					
						2015-06-26 15:58:52 -07:00