Misko Hevery 
							
						 
					 
					
						
						
						
						
							
						
						
							37b042b361 
							
						 
					 
					
						
						
							
							chore: Make enum names consistent with TypeScript convention  
						
						 
						
						... 
						
						
						
						BREAKING_CHANGE
Ts2Dart issue: https://github.com/angular/ts2dart/issues/270 
TypeScript convention: https://github.com/Microsoft/TypeScript/wiki/Coding-guidelines 
DartConvertion: https://www.dartlang.org/articles/style-guide/ 
Rename:
- NumberFormatStyle.DECIMAL => NumberFormatStyle.Decimal
- NumberFormatStyle.PERCENT => NumberFormatStyle.Percent
- NumberFormatStyle.CURRENCY => NumberFormatStyle.Currency
- RequestMethods.GET => RequestMethods.Get
- RequestMethods.POST => RequestMethods.Post
- RequestMethods.PUT => RequestMethods.Put
- RequestMethods.DELETE => RequestMethods.Delete
- RequestMethods.HEAD => RequestMethods.Head
- RequestMethods.PATCH => RequestMethods.Patch
- ReadyStates.UNSENT => ReadyStates.Unsent
- ReadyStates.OPEN => ReadyStates.Open
- ReadyStates.HEADERS_RECEIVED => ReadyStates.HeadersReceived
- ReadyStates.LOADING => ReadyStates.Loading
- ReadyStates.DONE => ReadyStates.Done
- ReadyStates.CANCELLED => ReadyStates.Canceled 
						
						
					 
					
						2015-08-27 22:32:21 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							8ed22ce6e7 
							
						 
					 
					
						
						
							
							chore: update all import paths  
						
						 
						
						
						
						
					 
					
						2015-08-25 15:33:23 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							38a5a2a955 
							
						 
					 
					
						
						
							
							chore: move core modules into core directory  
						
						 
						
						... 
						
						
						
						BREAKING CHANGE:
    This change moves the http module into angular2/, so its import
    path is now angular2/http instead of http/http.
    Many other modules have also been moved around inside of angular2,
    but the public API paths have not changed as of this commit. 
						
						
					 
					
						2015-08-25 15:33:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jeff Cross 
							
						 
					 
					
						
						
						
						
							
						
						
							5a405011de 
							
						 
					 
					
						
						
							
							refactor(http): move http files to top-level module  
						
						 
						
						... 
						
						
						
						Closes  #2680 
Closes  #3417  
						
						
					 
					
						2015-08-11 22:32:17 +00:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Alex Eagle 
							
						 
					 
					
						
						
						
						
							
						
						
							de18da2a0d 
							
						 
					 
					
						
						
							
							feat(build): require parameter types  
						
						 
						
						... 
						
						
						
						Fixes  #2833  
						
						
					 
					
						2015-07-21 06:20:13 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Caitlin Potter 
							
						 
					 
					
						
						
						
						
							
						
						
							81abc39929 
							
						 
					 
					
						
						
							
							feat(http): add support for JSONP requests  
						
						 
						
						... 
						
						
						
						Closes  #2905 
Closes  #2818  
						
						
					 
					
						2015-07-14 21:31:05 -04:00