File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 6.2.2  
2+  -  Fixed typo in documentation
3+ 
14## 6.2.1  
25 -  Consolidated utils from src/util.dart into src/common/utils/utils.dart
36 -  Added a new top level entry point ` hooks.dart `  to improve dartdocs and IDE usability when writing hooks
Original file line number Diff line number Diff line change 22/// files under lib/src/server. This is only necessary because conditional 
33/// import/export isn't well supported in the Dart ecosystem. 
44/// 
5+ /// `import 'package:github/hooks.dart';`  
6+ /// 
57/// Add this import if you are in a non-web environment and writing something 
68/// that uses github hooks. For more information, see github hooks documentation 
79/// https://developer.github.com/v3/repos/hooks/ 
8- ///  `import 'pacakge:github/hooks.dart';` 
10+ 
911library  hooks;
1012
1113export  'src/server/xplat_server.dart' ;
Original file line number Diff line number Diff line change 11name : github 
2- version : 6.2.1  
2+ version : 6.2.2  
33description : A high-level GitHub API Client Library that uses Github's v3 API 
44homepage : https://github.com/SpinlockLabs/github.dart 
55
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments