You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen), Michael Robinson [@codeofinterest](http://twitter.com/codeofinterest), John Haley [@johnhaley81](http://twitter.com/johnhaley81), Max Korp [@maxkorp](http://twitter.com/MaximilianoKorp), and Nick Kallen [@nk](http://twitter.com/nk) with help from [awesome contributors](https://github.com/tbranyen/nodegit/contributors)!
12
+
Maintained by Tim Branyen [@tbranyen](http://twitter.com/tbranyen), Michael Robinson [@codeofinterest](http://twitter.com/codeofinterest), John Haley [@johnhaley81](http://twitter.com/johnhaley81), Max Korp [@maxkorp](http://twitter.com/MaximilianoKorp), and Nick Kallen [@nk](http://twitter.com/nk) with help from [awesome contributors](https://github.com/nodegit/nodegit/contributors)!
14
13
15
14
## API Documentation. ##
16
15
@@ -27,8 +26,6 @@ npm install nodegit
27
26
28
27
If you encounter problems while installing, you should try the Building from source instructions below.
29
28
30
-
**Please note that nodegit is undergoing a large scale refactoring at the moment.** Please continue reporting bugs, but note that until the upcoming 0.2 release they are unlikely to be fixed. Older versions of the API will not be supported.
31
-
32
29
## Building from source. ##
33
30
34
31
Minimum dependencies:
@@ -39,7 +36,7 @@ If you wish to help contribute to nodegit it is useful to build locally.
39
36
40
37
```bash
41
38
# Fetch this project.
42
-
git clone git://github.com/tbranyen/nodegit.git
39
+
git clone git://github.com/nodegit/nodegit.git
43
40
44
41
# Enter the repository.
45
42
cd nodegit
@@ -179,3 +176,12 @@ You will need to build locally before running the tests. See above.
179
176
```bash
180
177
npm test
181
178
```
179
+
180
+
## Migrating from old versions. ##
181
+
182
+
The bump from 0.1.4 to 0.2.0 was a big one. Many things changed, see here:
0 commit comments