Skip to content

Commit f245d72

Browse files
committed
v0.14.0
1 parent cbb1065 commit f245d72

File tree

4 files changed

+367
-238
lines changed

4 files changed

+367
-238
lines changed

core/procs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const (
5151
PRINT_IF_NOT_NIL
5252
)
5353

54-
const VERSION = "v0.13.0"
54+
const VERSION = "v0.14.0"
5555

5656
var internalLibs map[string][]byte
5757

docs/index.html

+17
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ <h2>Index of <a href="#joker-std-ns">Namespaces</a></h2>
2626
<li>
2727
<a href="#joker.hex">joker.hex</a>
2828
</li>
29+
<li>
30+
<a href="#joker.hiccup">joker.hiccup</a>
31+
</li>
2932
<li>
3033
<a href="#joker.html">joker.html</a>
3134
</li>
@@ -117,6 +120,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
117120
<li>
118121
<a href="#Callable">Callable</a>
119122
</li>
123+
<li>
124+
<a href="#Channel">Channel</a>
125+
</li>
120126
<li>
121127
<a href="#Char">Char</a>
122128
</li>
@@ -319,6 +325,12 @@ <h3 id="joker.hex">joker.hex</h3>
319325
<p class="var-docstr">Implements hexadecimal encoding and decoding.</p>
320326
<a href="joker.hex.html">details</a>
321327
</li>
328+
<li>
329+
<h3 id="joker.hiccup">joker.hiccup</h3>
330+
<span class="var-added">v1.0</span>
331+
<p class="var-docstr">Renders HTML, XML, or XHTML markup to a string, based on prior work in Hiccup.</p>
332+
<a href="joker.hiccup.html">details</a>
333+
</li>
322334
<li>
323335
<h3 id="joker.html">joker.html</h3>
324336
<span class="var-added">v1.0</span>
@@ -486,6 +498,11 @@ <h3 id="Callable">Callable</h3>
486498
<span class="var-added">v1.0</span>
487499
<p class="var-docstr">(Interface type)</p>
488500
</li>
501+
<li>
502+
<h3 id="Channel">Channel</h3>
503+
<span class="var-added">v1.0</span>
504+
<p class="var-docstr">(Concrete reference type)</p>
505+
</li>
489506
<li>
490507
<h3 id="Char">Char</h3>
491508
<span class="var-added">v1.0</span>

0 commit comments

Comments
 (0)