Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							3050ae155c 
							
						 
					 
					
						
						
							
							feat(ICU): enable ICU extraction even when when in is not used  
						
						 
						
						... 
						
						
						
						BREAKING CHANGES:
"{" is used a a delimiter for ICU messages then it could not be used in text nodes.
"{" should be escaped as "{{ '{' }}"
Before:
    <span>some { valid } text</span>
After:
    <span>some { invalid } text<span> <!-- throw parse error -->
    <span>some {{ '{' }} valid } text</span> 
						
						
					 
					
						2016-07-12 16:57:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							60e6f91a53 
							
						 
					 
					
						
						
							
							refactor(HmtlLexer): cleanup  
						
						 
						
						
						
						
					 
					
						2016-07-12 15:26:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							25e070dd65 
							
						 
					 
					
						
						
							
							fix(HtmlParser): correctly propagate the interpolation config across layers  
						
						 
						
						
						
						
					 
					
						2016-07-12 15:26:03 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ScottSWu 
							
						 
					 
					
						
						
						
						
							
						
						
							ae75e3640a 
							
						 
					 
					
						
						
							
							chore(lint): Added license headers to most TypeScript files  
						
						 
						
						... 
						
						
						
						Relates to #9380  
						
						
					 
					
						2016-06-23 09:47:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							c08ca22dba 
							
						 
					 
					
						
						
							
							refactor(HtmlParser): clang format  
						
						 
						
						
						
						
					 
					
						2016-06-16 13:54:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							c60ef45bc8 
							
						 
					 
					
						
						
							
							fix(HtmlParser): add missing ;  
						
						 
						
						
						
						
					 
					
						2016-06-16 10:23:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							e484c62a8d 
							
						 
					 
					
						
						
							
							fix(HtmlParser): do not add required parents to template root elements  
						
						 
						
						... 
						
						
						
						fixes  #5967  
						
						
					 
					
						2016-06-15 18:13:57 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							9ba400d7d5 
							
						 
					 
					
						
						
							
							fix(HtmlParser): consider <ng-container> when adding required parents  
						
						 
						
						
						
						
					 
					
						2016-06-15 18:13:57 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							1f6fd3c8fc 
							
						 
					 
					
						
						
							
							refactor: add types ( #9148 )  
						
						 
						
						
						
						
					 
					
						2016-06-11 21:23:37 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Victor Berchet 
							
						 
					 
					
						
						
						
						
							
						
						
							43148d8233 
							
						 
					 
					
						
						
							
							feat(HtmlLexer): add support for alphabetic cases  
						
						 
						
						
						
						
					 
					
						2016-06-10 08:45:59 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							f39c9c9e75 
							
						 
					 
					
						
						
							
							style(lint): re-format modules/@angular  
						
						 
						
						
						
						
					 
					
						2016-06-09 17:00:15 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								ScottSWu 
							
						 
					 
					
						
						
						
						
							
						
						
							86fbd50c3d 
							
						 
					 
					
						
						
							
							refactor(TypeScript): Add noImplicitAny  
						
						 
						
						... 
						
						
						
						We automatically insert explicit 'any's where needed. These need to be
addressed as in #9100 .
Fixes  #4924  
						
						
					 
					
						2016-06-08 16:20:50 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pawel Kozlowski 
							
						 
					 
					
						
						
						
						
							
						
						
							6f281ab3c4 
							
						 
					 
					
						
						
							
							fix(HTMLParser): properly report errors for not properly closed tags ( #8999 )  
						
						 
						
						... 
						
						
						
						Fixes  #7849  
						
						
					 
					
						2016-06-03 10:49:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							a66cdb469f 
							
						 
					 
					
						
						
							
							repackaging: all the repackaging changes squashed  
						
						 
						
						
						
						
					 
					
						2016-05-01 20:51:00 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Igor Minar 
							
						 
					 
					
						
						
						
						
							
						
						
							505da6c0a8 
							
						 
					 
					
						
						
							
							repackaging: all the file moves  
						
						 
						
						
						
						
					 
					
						2016-05-01 20:51:00 -07:00