Skip to content

Commit

Permalink
v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Mar 8, 2020
1 parent fc762c3 commit d2ed331
Show file tree
Hide file tree
Showing 5 changed files with 174 additions and 78 deletions.
2 changes: 1 addition & 1 deletion core/procs.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const (
PRINT_IF_NOT_NIL
)

const VERSION = "v0.14.2"
const VERSION = "v0.15.0"

const (
CLJ Dialect = iota
Expand Down
18 changes: 18 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ <h2>Index of <a href="#joker-std-ns">Namespaces</a></h2>
<li>
<a href="#joker.better-cond">joker.better-cond</a>
</li>
<li>
<a href="#joker.bolt">joker.bolt</a>
</li>
<li>
<a href="#joker.core">joker.core</a>
</li>
Expand Down Expand Up @@ -145,6 +148,9 @@ <h2>Index of <a href="#joker-std-types">Types</a></h2>
<li>
<a href="#BigInt">BigInt</a>
</li>
<li>
<a href="#BoltDB">BoltDB</a>
</li>
<li>
<a href="#Boolean">Boolean</a>
</li>
Expand Down Expand Up @@ -405,6 +411,12 @@ <h3 id="joker.better-cond">joker.better-cond</h3>
<p class="var-docstr">A collection of variations on Clojure&#39;s core macros.</p>
<a href="joker.better-cond.html">details</a>
</li>
<li>
<h3 id="joker.bolt">joker.bolt</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">Provide API for Bolt embedded database https://github.com/etcd-io/bbolt.</p>
<a href="joker.bolt.html">details</a>
</li>
<li>
<h3 id="joker.core">joker.core</h3>
<span class="var-added">v1.0</span>
Expand Down Expand Up @@ -602,6 +614,12 @@ <h3 id="BigInt">BigInt</h3>
<p class="var-docstr">(Concrete reference type)<br>
Wraps the Go &#39;math/big.Int&#39; type</p>
</li>
<li>
<h3 id="BoltDB">BoltDB</h3>
<span class="var-added">v1.0</span>
<p class="var-docstr">(Concrete type)<br>
Wraps Bolt DB type</p>
</li>
<li>
<h3 id="Boolean">Boolean</h3>
<span class="var-added">v1.0</span>
Expand Down
Loading

0 comments on commit d2ed331

Please sign in to comment.