Skip to content

Commit 89b593b

Browse files
committed
0.3.3
- Removes dependency on http-duplex package replacing w/ internal replacement lib - updates [email protected] and updates Docs
1 parent f247fd8 commit 89b593b

15 files changed

+825
-168
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.3.3 (11/05/2017)
2+
3+
- Removes dependency on http-duplex package replacing w/ internal replacement lib
4+
- updates [email protected] and updates Docs
5+
16
# 0.3.2 (11/02/2017)
27

38
- fixes pathing issues on non linux/unix based operating systems (windows)

TODO.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
- [ ] remove dependency on http-duplex
21
- [ ] remove dependency on through

docs/code/Git.html

Lines changed: 124 additions & 124 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<label for="nav-trigger" class="overlay"></label>
2323

2424
<nav>
25-
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Git.html">Git</a></li><li><a href="Service.html">Service</a></li></ul><h3>Modules</h3><ul><li><a href="module-lib_util.html">lib/util</a><ul class='methods'><li data-type='method'><a href="module-lib_util.html#~basicAuth">basicAuth</a></li><li data-type='method'><a href="module-lib_util.html#~createAction">createAction</a></li><li data-type='method'><a href="module-lib_util.html#~noCache">noCache</a></li><li data-type='method'><a href="module-lib_util.html#~onExit">onExit</a></li><li data-type='method'><a href="module-lib_util.html#~parseGitName">parseGitName</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#create">create</a></li><li><a href="global.html#exists">exists</a></li><li><a href="global.html#handle">handle</a></li><li><a href="global.html#list">list</a></li><li><a href="global.html#mkdir">mkdir</a></li></ul>
25+
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Git.html">Git</a></li><li><a href="HttpDuplex.html">HttpDuplex</a></li><li><a href="Service.html">Service</a></li></ul><h3>Modules</h3><ul><li><a href="module-lib_util.html">lib/util</a><ul class='methods'><li data-type='method'><a href="module-lib_util.html#~basicAuth">basicAuth</a></li><li data-type='method'><a href="module-lib_util.html#~createAction">createAction</a></li><li data-type='method'><a href="module-lib_util.html#~noCache">noCache</a></li><li data-type='method'><a href="module-lib_util.html#~onExit">onExit</a></li><li data-type='method'><a href="module-lib_util.html#~parseGitName">parseGitName</a></li></ul></li></ul><h3>Global</h3><ul><li><a href="global.html#create">create</a></li><li><a href="global.html#destroy">destroy</a></li><li><a href="global.html#exists">exists</a></li><li><a href="global.html#handle">handle</a></li><li><a href="global.html#list">list</a></li><li><a href="global.html#mkdir">mkdir</a></li></ul>
2626
</nav>
2727

2828
<div id="main">
@@ -35,6 +35,129 @@ <h1 class="page-title">Git</h1>
3535

3636

3737

38+
<section>
39+
40+
<header>
41+
42+
<h2>
43+
Git
44+
</h2>
45+
46+
47+
</header>
48+
49+
<article>
50+
<div class="container-overview">
51+
52+
53+
54+
55+
56+
<h4 class="name" id="Git"><span class="type-signature"></span>new Git<span class="signature">()</span><span class="type-signature"></span></h4>
57+
58+
59+
60+
61+
62+
63+
<dl class="details">
64+
65+
66+
<dt class="tag-source">Source:</dt>
67+
<dd class="tag-source"><ul class="dummy"><li>
68+
<a href="git.js.html">git.js</a>, <a href="git.js.html#line15">line 15</a>
69+
</li></ul></dd>
70+
71+
72+
73+
74+
75+
76+
77+
78+
79+
80+
81+
82+
83+
84+
85+
86+
87+
88+
89+
90+
91+
92+
93+
94+
95+
96+
97+
98+
99+
100+
101+
</dl>
102+
103+
104+
105+
106+
107+
108+
109+
110+
111+
112+
113+
114+
115+
116+
117+
118+
119+
120+
121+
122+
123+
124+
125+
126+
127+
128+
129+
130+
131+
132+
</div>
133+
134+
135+
136+
137+
138+
139+
140+
141+
142+
143+
144+
145+
146+
147+
148+
149+
150+
151+
</article>
152+
153+
</section>
154+
155+
156+
157+
158+
159+
160+
38161
<section>
39162

40163
<header>
@@ -428,129 +551,6 @@ <h5>Returns:</h5>
428551

429552

430553

431-
</article>
432-
433-
</section>
434-
435-
436-
437-
438-
439-
440-
441-
<section>
442-
443-
<header>
444-
445-
<h2>
446-
Git
447-
</h2>
448-
449-
450-
</header>
451-
452-
<article>
453-
<div class="container-overview">
454-
455-
456-
457-
458-
459-
<h4 class="name" id="Git"><span class="type-signature"></span>new Git<span class="signature">()</span><span class="type-signature"></span></h4>
460-
461-
462-
463-
464-
465-
466-
<dl class="details">
467-
468-
469-
<dt class="tag-source">Source:</dt>
470-
<dd class="tag-source"><ul class="dummy"><li>
471-
<a href="git.js.html">git.js</a>, <a href="git.js.html#line15">line 15</a>
472-
</li></ul></dd>
473-
474-
475-
476-
477-
478-
479-
480-
481-
482-
483-
484-
485-
486-
487-
488-
489-
490-
491-
492-
493-
494-
495-
496-
497-
498-
499-
500-
501-
502-
503-
504-
</dl>
505-
506-
507-
508-
509-
510-
511-
512-
513-
514-
515-
516-
517-
518-
519-
520-
521-
522-
523-
524-
525-
526-
527-
528-
529-
530-
531-
532-
533-
534-
535-
</div>
536-
537-
538-
539-
540-
541-
542-
543-
544-
545-
546-
547-
548-
549-
550-
551-
552-
553-
554554
</article>
555555

556556
</section>

0 commit comments

Comments
 (0)