Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
candid82 committed Dec 19, 2021
1 parent 7d63346 commit 1f87c30
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 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 = "v0.17.3"
const VERSION = "v0.18.0"

const (
CLJ Dialect = iota
Expand Down
14 changes: 14 additions & 0 deletions docs/joker.json.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ <h2 id="_summary">Summary</h2>
<h2 id="_index">Index</h2>
<ul class="index">
<li>
<a href="#json-seq">json-seq</a>
</li>
<li>
<a href="#read-string">read-string</a>
</li>
<li>
Expand All @@ -48,6 +51,17 @@ <h2 id="_variables">Variables</h2>
<h2 id="_functions">Functions, Macros, and Special Forms</h2>
<ul>
<li>
<h3 class="Function" id="json-seq">json-seq</h3>
<span class="var-kind Function">Function</span>
<span class="var-added">v1.0</span>
<pre class="var-usage"><div><code>(json-seq rdr)</code></div>
</pre>
<p class="var-docstr">Returns the json records from rdr as a lazy sequence.<br>
rdr must be a string or implement io.Reader.</p>


</li>
<li>
<h3 class="Function" id="read-string">read-string</h3>
<span class="var-kind Function">Function</span>
<span class="var-added">v1.0</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/main.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ require (
go.etcd.io/bbolt v1.3.3
golang.org/x/sys v0.0.0-20200302150141-5c8b2ff67527 // indirect
gopkg.in/yaml.v2 v2.2.2
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // indirect
)
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,3 @@ gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 h1:slmdOY3vp8a7KQbHkL+FLbvbkgMqmXojpFUO/jENuqQ=
olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3/go.mod h1:oVgVk4OWVDi43qWBEyGhXgYxt7+ED4iYNpTngSLX2Iw=

0 comments on commit 1f87c30

Please sign in to comment.