File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 110.2.0 / 2014-11-24
22===================
33
4- * Shifted to promises; asynchronous methods are now promise only .
4+ * Shifted to promises; asynchronous methods now provide promises .
55 * Lots of new methods exposed for merging, pushing, blaming and more.
66 * SSH transport now works.
77 * 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
184184
185185This update is wholly and entirely a breaking one, and older versions won't be
186186maintained. 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