Releases: infctr/eslint-plugin-typescript-sort-keys 
  
  Releases · infctr/eslint-plugin-typescript-sort-keys
      
  v1.6.0 
  
    
  
      
        02 Apr 08:51
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Update dependencies with security issues 
Update package.json export field 
  
  
  
   
   
  
  v1.5.0 
  
    
  
      
        22 Sep 18:12
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Use ^ to pin dependencies 
  
  
  
   
   
  
  v1.4.0 
  
    
  
      
        22 Sep 16:02
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Support typescript v4 and @typescript-eslint/parser v4 as peer deps 
  
  
  
   
   
  
  v1.3.0 
  
    
  
      
        16 Jul 08:15
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Bump @typescript-eslint/parser to v3.5.0 
  
  
  
   
   
  
  v1.2.0 
  
    
  
      
        24 May 17:48
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
Explicitly list supported node versions 
 
Fixed 
Node conditional exports paths 
  
  
  
   
   
  
  v1.1.0 
  
    
  
      
        24 May 12:10
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Fixed 
Add explicit dependency of json-schema for @typescript-eslint/experimental-utils 
  
  
  
   
   
  
  v1.0.2 
  
    
  
      
        22 May 11:26
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
   
   
  
  v1.0.0 
  
    
  
      
        22 May 11:15
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Changed 
Rewrite to typescript with strong types 
Leverage helpers and types from @typescript-eslint/experimental-utils 
Run autofix tests with ESLint Class rather than spawn a child process for eslint runner 
Heavy refactoring and remove code paths that were never taken 
Update ESLint config 
Update to ESLint v7.0.0 
Update dependencies 
 
Added 
Follow semver 
Rollup bundler 
  
  
  
   
   
  
  v0.10.0 
  
    
  
      
        21 May 09:10
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
Add ESLint 7 to peerDependencies 
  
  
  
   
   
  
  v0.9.0 
  
    
  
      
        18 May 21:37
       
  
    
    
    
    
      
  
      
    Compare 
      
          
     
       
   
 
    
            
        
          
            
                
  
                  
                    
                    
                        
                          
     
                          Sorry, something went wrong. 
                         
                     
 
  
              
            
              
No results found 
            
          
       
    
      
 
    
  
  
        
        Added 
New option to interface rule: requiredFirst - if true, enforce optional properties to come after required ones.