Commit dde81ec 1 parent 3a22708 commit dde81ec Copy full SHA for dde81ec
File tree 3 files changed +7
-2
lines changed
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
+
1
4
## 6.2.1
2
5
- Consolidated utils from src/util.dart into src/common/utils/utils.dart
3
6
- 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 2
2
/// files under lib/src/server. This is only necessary because conditional
3
3
/// import/export isn't well supported in the Dart ecosystem.
4
4
///
5
+ /// `import 'package:github/hooks.dart';`
6
+ ///
5
7
/// Add this import if you are in a non-web environment and writing something
6
8
/// that uses github hooks. For more information, see github hooks documentation
7
9
/// https://developer.github.com/v3/repos/hooks/
8
- /// `import 'pacakge:github/hooks.dart';`
10
+
9
11
library hooks;
10
12
11
13
export 'src/server/xplat_server.dart' ;
Original file line number Diff line number Diff line change 1
1
name : github
2
- version : 6.2.1
2
+ version : 6.2.2
3
3
description : A high-level GitHub API Client Library that uses Github's v3 API
4
4
homepage : https://github.com/SpinlockLabs/github.dart
5
5
You can’t perform that action at this time.
0 commit comments