We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daec914 commit 400eb01Copy full SHA for 400eb01
History.md
@@ -1,4 +1,10 @@
1
2
+0.2.1 / 2014-06-10
3
+==================
4
+
5
+ * add getRawBlob() on repository
6
+ * add: Get the raw file contents for a blob by blob sha
7
8
0.2.0 / 2014-05-29
9
==================
10
package.json
@@ -1,6 +1,6 @@
{
"name": "node-gitlab",
- "version": "0.2.0",
+ "version": "0.2.1",
"description": "Gitlab API nodejs client.",
"main": "index.js",
"scripts": {
0 commit comments