File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
0.2.0 / 2014-11-24
2
2
===================
3
3
4
- * Shifted to promises; asynchronous methods are now promise only .
4
+ * Shifted to promises; asynchronous methods now provide promises .
5
5
* Lots of new methods exposed for merging, pushing, blaming and more.
6
6
* SSH transport now works.
7
7
* Switched generation of native module code from ejsg to Combyne.
Original file line number Diff line number Diff line change @@ -184,5 +184,4 @@ https://github.com/nodegit/nodegit/compare/refs/tags/0.1.4...0.2.0
184
184
185
185
This update is wholly and entirely a breaking one, and older versions won't be
186
186
maintained. For the purpose of migration, perhaps the biggest point to make
187
- is that async methods now use promises, rather than taking callbacks. additionally,
188
- lots of method and property names have changed.
187
+ is that async methods can now use promises, rather than just taking callbacks. Additionally, lots of method and property names have changed.
You can’t perform that action at this time.
0 commit comments