Skip to content

Commit cec2090

Browse files
committed
Updated changelog
1 parent 1950925 commit cec2090

File tree

1 file changed

+148
-3
lines changed

1 file changed

+148
-3
lines changed

changelog.md

Lines changed: 148 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,162 @@ sections:
3535
"v0.0.2": "#v0-0-2"
3636
"v0.0.1": "#v0-0-1"
3737
---
38+
39+
## <a name="v0-4-0" href="#v0-4-0">v0.4.0</a> (2015-05-07)
40+
41+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.3.3...v0.4.0)
42+
43+
**Closed issues:**
44+
45+
- Error installing nodegit as dependency of an atom-shell app [\#556](https://github.com/nodegit/nodegit/issues/556)
46+
47+
- New version of nan is breaking compile [\#554](https://github.com/nodegit/nodegit/issues/554)
48+
49+
- Install error from openssl [\#551](https://github.com/nodegit/nodegit/issues/551)
50+
51+
- How to get Tag instance by tag\_name? [\#543](https://github.com/nodegit/nodegit/issues/543)
52+
53+
- ELIFECYCLE Error on install [\#540](https://github.com/nodegit/nodegit/issues/540)
54+
55+
- Remote.delete returns -3 [\#539](https://github.com/nodegit/nodegit/issues/539)
56+
57+
- Repository.init should accept boolean value for is\_bare [\#538](https://github.com/nodegit/nodegit/issues/538)
58+
59+
- getStatus hangs [\#537](https://github.com/nodegit/nodegit/issues/537)
60+
61+
- Unable to compile or install with npm install nodegit [\#536](https://github.com/nodegit/nodegit/issues/536)
62+
63+
- `options` not reusable, nodegit destroys it [\#533](https://github.com/nodegit/nodegit/issues/533)
64+
65+
- 'Error: 'directory' exists and is not an empty directory' \(but it doesn't exist\) [\#530](https://github.com/nodegit/nodegit/issues/530)
66+
67+
- hey !:-\) problem with Branch.iteratorNew \(support\) [\#528](https://github.com/nodegit/nodegit/issues/528)
68+
69+
- hey !:-\) problem with Branch.iteratorNew [\#527](https://github.com/nodegit/nodegit/issues/527)
70+
71+
- hey !:-\) problem with Branch.iteratorNew [\#526](https://github.com/nodegit/nodegit/issues/526)
72+
73+
- hey !:-\) problem with Branch.iteratorNew [\#525](https://github.com/nodegit/nodegit/issues/525)
74+
75+
- Error: Reference 'refs/remotes/user/foo/HEAD' not found [\#523](https://github.com/nodegit/nodegit/issues/523)
76+
77+
- Path issues windows [\#522](https://github.com/nodegit/nodegit/issues/522)
78+
79+
- Issues on scientific linux 6.6 [\#521](https://github.com/nodegit/nodegit/issues/521)
80+
81+
- It's looking for node-typ under `/Users/johnh/.node-gyp` [\#518](https://github.com/nodegit/nodegit/issues/518)
82+
83+
- Not working with iojs [\#516](https://github.com/nodegit/nodegit/issues/516)
84+
85+
- Cred.sshKeyNew not working: Too many redirects or authentication replays [\#511](https://github.com/nodegit/nodegit/issues/511)
86+
87+
- Open a Repo from a subfolder [\#509](https://github.com/nodegit/nodegit/issues/509)
88+
89+
- Create git-like CLI [\#508](https://github.com/nodegit/nodegit/issues/508)
90+
91+
- Cannot create an instance of Packbuilder [\#507](https://github.com/nodegit/nodegit/issues/507)
92+
93+
- Cannot find module '../build/Debug/nodegit' [\#506](https://github.com/nodegit/nodegit/issues/506)
94+
95+
- Bug with oid implicit cast inside C++ [\#501](https://github.com/nodegit/nodegit/issues/501)
96+
97+
- Failed to `require` on Ubuntu 12.04LTS [\#493](https://github.com/nodegit/nodegit/issues/493)
98+
99+
- Enable `git\_config` [\#449](https://github.com/nodegit/nodegit/issues/449)
100+
101+
- Pull example doesn't fully update the index [\#389](https://github.com/nodegit/nodegit/issues/389)
102+
103+
**Merged pull requests:**
104+
105+
- There is an incompatibility with NaN 1.8.x, keeping 1.7.x for now. [\#552](https://github.com/nodegit/nodegit/pull/552) ([wiggzz](https://github.com/wiggzz))
106+
107+
- A wrapper for git\_diff\_blob\_to\_buffer [\#550](https://github.com/nodegit/nodegit/pull/550) ([bleathem](https://github.com/bleathem))
108+
109+
- A wrapper for git\_diff\_blob\_to\_buffer [\#549](https://github.com/nodegit/nodegit/pull/549) ([bleathem](https://github.com/bleathem))
110+
111+
- Removed the superflous "line" argument [\#547](https://github.com/nodegit/nodegit/pull/547) ([bleathem](https://github.com/bleathem))
112+
113+
- This fixes polling sync promises in callbacks. [\#546](https://github.com/nodegit/nodegit/pull/546) ([johnhaley81](https://github.com/johnhaley81))
114+
115+
- Add get/set config string methods and tests [\#545](https://github.com/nodegit/nodegit/pull/545) ([johnhaley81](https://github.com/johnhaley81))
116+
117+
- Make `Remote.delete` async and return error messages correctly [\#544](https://github.com/nodegit/nodegit/pull/544) ([johnhaley81](https://github.com/johnhaley81))
118+
119+
- Bump "nodegit-promise" version [\#542](https://github.com/nodegit/nodegit/pull/542) ([johnhaley81](https://github.com/johnhaley81))
120+
121+
- Introduced a new ConvenientLine class to wrap the lines returned from ConvenientHunk. [\#541](https://github.com/nodegit/nodegit/pull/541) ([bleathem](https://github.com/bleathem))
122+
123+
- Fix some things missed by the generating scripts [\#535](https://github.com/nodegit/nodegit/pull/535) ([johnhaley81](https://github.com/johnhaley81))
124+
125+
- Attempt remove the delete keyword [\#534](https://github.com/nodegit/nodegit/pull/534) ([tbranyen](https://github.com/tbranyen))
126+
127+
- Fix freeing a `GitOid` that was passed as a string [\#531](https://github.com/nodegit/nodegit/pull/531) ([johnhaley81](https://github.com/johnhaley81))
128+
129+
- fix typo: "byes" [\#529](https://github.com/nodegit/nodegit/pull/529) ([rutsky](https://github.com/rutsky))
130+
131+
- Add convenience methods to status file [\#524](https://github.com/nodegit/nodegit/pull/524) ([maxkorp](https://github.com/maxkorp))
132+
133+
- Lots of complaints of missing build/Debug/nodegit [\#520](https://github.com/nodegit/nodegit/pull/520) ([tbranyen](https://github.com/tbranyen))
134+
135+
- Add `Graph.aheadBehind` and tests [\#517](https://github.com/nodegit/nodegit/pull/517) ([johnhaley81](https://github.com/johnhaley81))
136+
137+
- Update to use libgit2 v0.22.2 [\#515](https://github.com/nodegit/nodegit/pull/515) ([johnhaley81](https://github.com/johnhaley81))
138+
139+
- Add `Repository.prototype.fetchheadForeach` and tests [\#514](https://github.com/nodegit/nodegit/pull/514) ([johnhaley81](https://github.com/johnhaley81))
140+
141+
- Converted create methods to be synchronous [\#513](https://github.com/nodegit/nodegit/pull/513) ([tbranyen](https://github.com/tbranyen))
142+
143+
- Fix atom-shell build on windows [\#512](https://github.com/nodegit/nodegit/pull/512) ([johnhaley81](https://github.com/johnhaley81))
144+
145+
- Update Checkout and Merge [\#505](https://github.com/nodegit/nodegit/pull/505) ([orderedlist](https://github.com/orderedlist))
146+
147+
- Add note tests [\#504](https://github.com/nodegit/nodegit/pull/504) ([tbranyen](https://github.com/tbranyen))
148+
149+
- Revert "Guide navigation is currently confusing" [\#503](https://github.com/nodegit/nodegit/pull/503) ([thgaskell](https://github.com/thgaskell))
150+
151+
- Improve coverage [\#502](https://github.com/nodegit/nodegit/pull/502) ([tbranyen](https://github.com/tbranyen))
152+
153+
- Adds in CPP code coverage and joined JS [\#499](https://github.com/nodegit/nodegit/pull/499) ([tbranyen](https://github.com/tbranyen))
154+
155+
- Add twitter username to README.md [\#498](https://github.com/nodegit/nodegit/pull/498) ([johnhaley81](https://github.com/johnhaley81))
156+
157+
- Fix symbolic reference handling in getReferences [\#496](https://github.com/nodegit/nodegit/pull/496) ([billt2006](https://github.com/billt2006))
158+
159+
- Enable `git\_stash\_foreach` [\#495](https://github.com/nodegit/nodegit/pull/495) ([johnhaley81](https://github.com/johnhaley81))
160+
161+
- Guide navigation is currently confusing [\#494](https://github.com/nodegit/nodegit/pull/494) ([tbranyen](https://github.com/tbranyen))
162+
163+
- Fix gitter badge for npm [\#492](https://github.com/nodegit/nodegit/pull/492) ([billt2006](https://github.com/billt2006))
164+
165+
- Add automatically generated change log file. [\#465](https://github.com/nodegit/nodegit/pull/465) ([skywinder](https://github.com/skywinder))
166+
38167
## <a name="v0-3-3" href="#v0-3-3">v0.3.3</a> (2015-03-16)
39168

40-
- Layering on to 0.3.2, provided further necessary fixes.
169+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.3.2...v0.3.3)
170+
171+
**Merged pull requests:**
172+
173+
- Download all dev dependencies before build [\#491](https://github.com/nodegit/nodegit/pull/491) ([johnhaley81](https://github.com/johnhaley81))
41174

42175
## <a name="v0-3-2" href="#v0-3-2">v0.3.2</a> (2015-03-16)
43176

44-
- Ensures that all devDependencies are downloaded and Atom Shell builds.
177+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.3.1...v0.3.2)
178+
179+
**Closed issues:**
180+
181+
- Amazon S3 CDN link is broken [\#482](https://github.com/nodegit/nodegit/issues/482)
182+
183+
**Merged pull requests:**
184+
185+
- Confirm builder exists before building [\#490](https://github.com/nodegit/nodegit/pull/490) ([johnhaley81](https://github.com/johnhaley81))
45186

46187
## <a name="v0-3-1" href="#v0-3-1">v0.3.1</a> (2015-03-14)
47188

48-
- Fixes issues with downloading prebuilt and building from NPM source.
189+
[Full Changelog](https://github.com/nodegit/nodegit/compare/v0.3.0...v0.3.1)
190+
191+
**Merged pull requests:**
192+
193+
- Revert node-pre-gyp to install not build [\#486](https://github.com/nodegit/nodegit/pull/486) ([tbranyen](https://github.com/tbranyen))
49194

50195
## <a name="v0-3-0" href="#v0-3-0">v0.3.0</a> (2015-03-13)
51196

0 commit comments

Comments
 (0)