Jason Aden 
							
						 
					 
					
						
						
						
						
							
						
						
							0f0b9896b7 
							
						 
					 
					
						
						
							
							release: cut the 4.2.0-beta.1 release  
						
						
						
						
					 
					
						2017-05-10 16:26:34 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							bb0902c592 
							
						 
					 
					
						
						
							
							refactor(compiler-cli): move the expression expression type checker ( #16562 )  
						
						... 
						
						
						
						The expression type checker moved from the language service
to the compiler-cli in preparation to using it to check
template expressions. 
						
						
					 
					
						2017-05-09 16:16:50 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							547c363473 
							
						 
					 
					
						
						
							
							feat: add .ngsummary.ts files to support AOT unit tests  
						
						... 
						
						
						
						Design doc: https://docs.google.com/document/d/1VmTkz0EbEVSWfEEWEvQ5sXyQXSCvtMOw4t7pKU-jOwc/edit?usp=sharing  
						
						
					 
					
						2017-05-05 13:23:53 -04:00 
						 
				 
			
				
					
						
							
							
								Matias Niemelä 
							
						 
					 
					
						
						
						
						
							
						
						
							59d62bc5aa 
							
						 
					 
					
						
						
							
							release: cut the 4.2.0-beta.0 version  
						
						
						
						
					 
					
						2017-05-04 14:37:20 -07:00 
						 
				 
			
				
					
						
							
							
								Olivier Combe 
							
						 
					 
					
						
						
						
						
							
						
						
							109229246c 
							
						 
					 
					
						
						
							
							test(compiler-cli): add test for missingTranslation parameter  
						
						
						
						
					 
					
						2017-05-04 15:07:27 -04:00 
						 
				 
			
				
					
						
							
							
								Olivier Combe 
							
						 
					 
					
						
						
						
						
							
						
						
							6e2abcd5fc 
							
						 
					 
					
						
						
							
							feat(compiler-cli): add param to set MissingTranslationStrategy on ngc ( #15987 )  
						
						... 
						
						
						
						This commit adds a new parameter to ngc named `missingTranslation`  to set the MissingTranslationStrategy for AoT, it takes the value `error`, `warning` or `ignore`.
Fixes  #15808 
PR Close  #15987  
						
						
					 
					
						2017-04-27 17:38:59 -05:00 
						 
				 
			
				
					
						
							
							
								Miško Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							cb35c26d70 
							
						 
					 
					
						
						
							
							release: cut the 4.1.0 release  
						
						
						
						
					 
					
						2017-04-26 10:49:19 -05:00 
						 
				 
			
				
					
						
							
							
								Miško Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							b37f5fc59b 
							
						 
					 
					
						
						
							
							release: cut the 4.1.0-rc.0 release  
						
						
						
						
					 
					
						2017-04-21 00:12:10 -05:00 
						 
				 
			
				
					
						
							
							
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							11b0213d20 
							
						 
					 
					
						
						
							
							fix(compiler): suppress another closure warning ( #16137 )  
						
						... 
						
						
						
						closure compiler warns in generated .ngfactory.ts files:
```
WARNING - property createInternal already defined on superclass module$contents$..$core$src$linker$ng_module_factory_NgModuleInjector; use @override to override it
```
PR Close  #16137  
						
						
					 
					
						2017-04-19 22:46:32 -05:00 
						 
				 
			
				
					
						
							
							
								Miško Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							5293794316 
							
						 
					 
					
						
						
							
							fix: turn on nullability in the code base.  
						
						
						
						
					 
					
						2017-04-18 12:07:33 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							bd704c90dd 
							
						 
					 
					
						
						
							
							fix(compiler): fix build error in xliff2  
						
						
						
						
					 
					
						2017-04-14 11:20:12 -07:00 
						 
				 
			
				
					
						
							
							
								Olivier Combe 
							
						 
					 
					
						
						
						
						
							
						
						
							4054055d0d 
							
						 
					 
					
						
						
							
							feat(compiler): add source files to xmb/xliff translations ( #14705 )  
						
						... 
						
						
						
						Fixes  #14190  
					
						2017-04-14 09:06:25 -07:00 
						 
				 
			
				
					
						
							
							
								Panuruj Khambanonda (PK) 
							
						 
					 
					
						
						
						
						
							
						
						
							09c4cb2540 
							
						 
					 
					
						
						
							
							feat(compiler): Implement i18n XLIFF 2.0 serializer ( #14185 )  
						
						... 
						
						
						
						- Ensure that the result passes OASIS XLIFF 2.0 schema validation
- Use <ph/> for self-closing placeholder tags
- Use <pc></pc> for other placeholder tags
- Check for the correct XLIFF file version
- Add ICU support
fixes  #11735  
						
						
					 
					
						2017-04-14 09:05:00 -07:00 
						 
				 
			
				
					
						
							
							
								Hans Larsen 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3ad0cc5736 
							
						 
					 
					
						
						
							
							release: cut the 4.1.0-beta.1 release  
						
						
						
						
					 
					
						2017-04-12 14:39:22 -07:00 
						 
				 
			
				
					
						
							
							
								Miško Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							09d9f5fe54 
							
						 
					 
					
						
						
							
							fix(compiler): Update types for TypeScript nullability support  
						
						
						
						
					 
					
						2017-04-10 15:26:33 -06:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							8ef621ad2a 
							
						 
					 
					
						
						
							
							fix(compiler): fix inheritance for AOT with summaries ( #15583 )  
						
						... 
						
						
						
						Allows to inherit ctor args, lifecycle hooks and statics from a class
in another compilation unit. 
Will error if trying to inherit from a class in another compilation unit 
that has an `@Component` / `@Directive` / `@Pipe` / `@NgModule`. 
						
						
					 
					
						2017-03-30 14:51:29 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							6388768d73 
							
						 
					 
					
						
						
							
							release: cut the 4.1.0-beta.0 release  
						
						
						
						
					 
					
						2017-03-29 16:55:47 -07:00 
						 
				 
			
				
					
						
							
							
								Miško Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							910c0d9ee7 
							
						 
					 
					
						
						
							
							fix(core): Update types for TypeScript nullability support ( #15472 )  
						
						
						
						
					 
					
						2017-03-29 09:34:45 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							6269d28bb0 
							
						 
					 
					
						
						
							
							fix(language-service): improve performance of updateModuleAnalysis() ( #15543 )  
						
						
						
						
					 
					
						2017-03-28 13:32:46 -07:00 
						 
				 
			
				
					
						
							
							
								Ward Bell 
							
						 
					 
					
						
						
						
						
							
						
						
							816b389759 
							
						 
					 
					
						
						
							
							docs: in doc comments, replace [aA]ngular2 with Angular ( #15463 )  
						
						
						
						
					 
					
						2017-03-27 09:44:35 -07:00 
						 
				 
			
				
					
						
							
							
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							1ba296644d 
							
						 
					 
					
						
						
							
							release: cut the 4.0.0 release  
						
						
						
						
					 
					
						2017-03-23 16:45:16 -07:00 
						 
				 
			
				
					
						
							
							
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							ee03418b10 
							
						 
					 
					
						
						
							
							release: cut the 4.0.0-rc.6 release  
						
						
						
						
					 
					
						2017-03-22 23:09:47 -07:00 
						 
				 
			
				
					
						
							
							
								Olivier Combe 
							
						 
					 
					
						
						
						
						
							
						
						
							a50d79df47 
							
						 
					 
					
						
						
							
							fix(compiler-cli): adding missing format xliff for the extractor ( #15386 )  
						
						... 
						
						
						
						To generate XLF files with ng-xi18n we could use the format parameter "xlf" or "xlif". The real name is "xliff" not "xlif", so this probably was a typo. This PR adds "xliff" as can be expected 
						
						
					 
					
						2017-03-22 15:12:02 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							90d2518d9a 
							
						 
					 
					
						
						
							
							fix(compiler): look for flat module resources using declaration module path ( #15367 )  
						
						... 
						
						
						
						`ngc` would look for flat module resources relative to the flat module index.
`ngc` now looks for flat module resources relative to the `.d.ts` file that declarates
the component.
Fixes  #15221 
PR Close  #15367  
						
						
					 
					
						2017-03-21 19:05:03 -05:00 
						 
				 
			
				
					
						
							
							
								Georgios Kalpakas 
							
						 
					 
					
						
						
						
						
							
						
						
							0759911431 
							
						 
					 
					
						
						
							
							docs(compiler-cli): mention that .ngsummary.json files should be gitignore'd ( #15047 )  
						
						... 
						
						
						
						PR Close  #15047  
						
						
					 
					
						2017-03-21 12:20:38 -05:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							16e0423085 
							
						 
					 
					
						
						
							
							revert: feat(compiler-cli): support metadata file aliases ( #15331 )  
						
						... 
						
						
						
						This reverts commit 0ab49d4cec23e2957fd7e8dad55d15fc539c69ed.
PR Close  #15331  
						
						
					 
					
						2017-03-21 12:20:14 -05:00 
						 
				 
			
				
					
						
							
							
								Vikram Subramanian 
							
						 
					 
					
						
						
						
						
							
						
						
							5c5c2ae405 
							
						 
					 
					
						
						
							
							fix(platform-server): setup NoopAnimationsModule in ServerModule by default ( #15131 )  
						
						... 
						
						
						
						This is so that server side rendering does not throw an exception when it encounters animations on the server side and does not need the user to explicitly setup NoopAnimationsModule in their app server module.
Fixes  #15098 , #14784 .
PR Close  #15131  
						
						
					 
					
						2017-03-17 16:21:51 -05:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							52bed7f9b3 
							
						 
					 
					
						
						
							
							release: cut the 4.0.0-rc.5 release  
						
						
						
						
					 
					
						2017-03-17 10:16:53 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							7fb45283df 
							
						 
					 
					
						
						
							
							fix(compiler-cli): update the tsc-wrapped dependency version ( #15226 )  
						
						
						
						
					 
					
						2017-03-17 09:41:28 -07:00 
						 
				 
			
				
					
						
							
							
								Jason Aden 
							
						 
					 
					
						
						
						
						
							
						
						
							410aa33005 
							
						 
					 
					
						
						
							
							build: fix paths to typings files so tsickle resolves imports correctly  
						
						... 
						
						
						
						Fixes  #15080  
					
						2017-03-16 17:34:29 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							0ab49d4cec 
							
						 
					 
					
						
						
							
							feat(compiler-cli): support metadata file aliases  
						
						
						
						
					 
					
						2017-03-16 17:34:29 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							492153a986 
							
						 
					 
					
						
						
							
							fix(compiler): make sourcemaps work in AOT mode  
						
						... 
						
						
						
						Inlcuded fixes:
- include preamble in generated source map
- always add a mapping for line/col 0 so that the
  generated sourcemap is not sparse
- use a uniue sourceUrl for inline templates even
  in the AOT case 
						
						
					 
					
						2017-03-16 12:56:56 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							795638e18b 
							
						 
					 
					
						
						
							
							ci: remove unused import from integration test ( #15175 )  
						
						
						
						
					 
					
						2017-03-15 13:39:00 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							b00fe20afd 
							
						 
					 
					
						
						
							
							fix(compiler): support interface types in injectable constuctors ( #14894 )  
						
						... 
						
						
						
						Fixes  #12631  
					
						2017-03-15 09:24:56 -07:00 
						 
				 
			
				
					
						
							
							
								Tobias Bosch 
							
						 
					 
					
						
						
						
						
							
						
						
							50ab06e29d 
							
						 
					 
					
						
						
							
							fix(compiler): generated code should pass noUnusedLocals check  
						
						... 
						
						
						
						Closes  #14797  
					
						2017-03-14 19:52:53 -07:00 
						 
				 
			
				
					
						
							
							
								Matias Niemelä 
							
						 
					 
					
						
						
						
						
							
						
						
							0aad270267 
							
						 
					 
					
						
						
							
							refactor(platform-browser): move platform-browser/animations to animations/browser ( #15130 )  
						
						... 
						
						
						
						Closes : #15130  
					
						2017-03-14 11:55:49 -07:00 
						 
				 
			
				
					
						
							
							
								Chuck Jazdzewski 
							
						 
					 
					
						
						
						
						
							
						
						
							e6c81d2a42 
							
						 
					 
					
						
						
							
							Revert "refactor(platform-browser): move platform-browser/animations to animations/browser ( #15043 )"  
						
						... 
						
						
						
						This reverts commit 195b863ea42c3dcfaf60ac43f52bd0f1e0d3ce5d. 
						
						
					 
					
						2017-03-13 15:46:44 -07:00 
						 
				 
			
				
					
						
							
							
								Matias Niemelä 
							
						 
					 
					
						
						
						
						
							
						
						
							195b863ea4 
							
						 
					 
					
						
						
							
							refactor(platform-browser): move platform-browser/animations to animations/browser ( #15043 )  
						
						
						
						
					 
					
						2017-03-13 14:39:19 -07:00 
						 
				 
			
				
					
						
							
							
								Jason Aden 
							
						 
					 
					
						
						
						
						
							
						
						
							b74ab83d2c 
							
						 
					 
					
						
						
							
							refactor: update paths from modules/@angular to packages  
						
						
						
						
					 
					
						2017-03-08 16:29:28 -08:00 
						 
				 
			
				
					
						
							
							
								Jason Aden 
							
						 
					 
					
						
						
						
						
							
						
						
							da8ea350b2 
							
						 
					 
					
						
						
							
							refactor: More generic build.sh file  
						
						
						
						
					 
					
						2017-03-08 16:29:28 -08:00 
						 
				 
			
				
					
						
							
							
								Jason Aden 
							
						 
					 
					
						
						
						
						
							
						
						
							8573e36574 
							
						 
					 
					
						
						
							
							build: fix file paths after moving modules/@angular/* to packages/*  
						
						
						
						
					 
					
						2017-03-08 16:29:28 -08:00 
						 
				 
			
				
					
						
							
							
								Jason Aden 
							
						 
					 
					
						
						
						
						
							
						
						
							3e51a19983 
							
						 
					 
					
						
						
							
							refactor: move angular source to /packages rather than modules/@angular  
						
						
						
						
					 
					
						2017-03-08 16:29:27 -08:00