Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Aug 13, 2023
1 parent 1b0a4fc commit da56a66
Show file tree
Hide file tree
Showing 5 changed files with 379 additions and 344 deletions.
2 changes: 1 addition & 1 deletion core/procs.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
PRINT_IF_NOT_NIL
)

const VERSION = "v1.2.0"
const VERSION = "v1.3.0"

const (
CLJ Dialect = iota
Expand Down
50 changes: 50 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ <h2>Index of <a href="#joker-std-ns">Namespaces</a></h2>
<li>
<a href="#joker.filepath">joker.filepath</a>
</li>
<li>
<a href="#joker.git">joker.git</a>
</li>
<li>
<a href="#joker.hex">joker.hex</a>
</li>
Expand Down Expand Up @@ -146,6 +149,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
<li>
<a href="#ArraySeq">ArraySeq</a>
</li>
<li>
<a href="#ArrayVector">ArrayVector</a>
</li>
<li>
<a href="#Associative">Associative</a>
</li>
Expand Down Expand Up @@ -194,6 +200,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
<li>
<a href="#Counted">Counted</a>
</li>
<li>
<a href="#CountedIndexed">CountedIndexed</a>
</li>
<li>
<a href="#Delay">Delay</a>
</li>
Expand Down Expand Up @@ -221,6 +230,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
<li>
<a href="#Gettable">Gettable</a>
</li>
<li>
<a href="#GitRepo">GitRepo</a>
</li>
<li>
<a href="#HashMap">HashMap</a>
</li>
Expand Down Expand Up @@ -290,6 +302,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
<li>
<a href="#RecurBindings">RecurBindings</a>
</li>
<li>
<a href="#Reduce">Reduce</a>
</li>
<li>
<a href="#Ref">Ref</a>
</li>
Expand Down Expand Up @@ -329,6 +344,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
<li>
<a href="#Var">Var</a>
</li>
<li>
<a href="#Vec">Vec</a>
</li>
<li>
<a href="#Vector">Vector</a>
</li>
Expand Down Expand Up @@ -451,6 +469,12 @@ <h3 class="ns" id="joker.filepath">joker.filepath</h3>
<p class="var-docstr">Implements utility routines for manipulating filename paths.</p>
<a href="joker.filepath.html">details</a>
</li>
<li>
<h3 class="ns" id="joker.git">joker.git</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">Provides API for accessing and manipulating git repositories.</p>
<a href="joker.git.html">details</a>
</li>
<li>
<h3 class="ns" id="joker.hex">joker.hex</h3>
<span class="var-added">v1.0</span>
Expand Down Expand Up @@ -614,6 +638,11 @@ <h3 class="type" id="ArraySeq">ArraySeq</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Concrete reference type)</p>
</li>
<li>
<h3 class="type" id="ArrayVector">ArrayVector</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Concrete reference type)</p>
</li>
<li>
<h3 class="type" id="Associative">Associative</h3>
<span class="var-added">v1.0</span>
Expand Down Expand Up @@ -699,6 +728,11 @@ <h3 class="type" id="Counted">Counted</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Interface type)</p>
</li>
<li>
<h3 class="type" id="CountedIndexed">CountedIndexed</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Interface type)</p>
</li>
<li>
<h3 class="type" id="Delay">Delay</h3>
<span class="var-added">v1.0</span>
Expand Down Expand Up @@ -746,6 +780,12 @@ <h3 class="type" id="Gettable">Gettable</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Interface type)</p>
</li>
<li>
<h3 class="type" id="GitRepo">GitRepo</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Concrete type)<br>
Wraps git.Repository type</p>
</li>
<li>
<h3 class="type" id="HashMap">HashMap</h3>
<span class="var-added">v1.0</span>
Expand Down Expand Up @@ -866,6 +906,11 @@ <h3 class="type" id="RecurBindings">RecurBindings</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Concrete reference type)</p>
</li>
<li>
<h3 class="type" id="Reduce">Reduce</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Interface type)</p>
</li>
<li>
<h3 class="type" id="Ref">Ref</h3>
<span class="var-added">v1.0</span>
Expand Down Expand Up @@ -934,6 +979,11 @@ <h3 class="type" id="Var">Var</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Concrete reference type)</p>
</li>
<li>
<h3 class="type" id="Vec">Vec</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Interface type)</p>
</li>
<li>
<h3 class="type" id="Vector">Vector</h3>
<span class="var-added">v1.0</span>
Expand Down
Loading

0 comments on commit da56a66

Please sign in to comment.