Skip to content

Commit

Permalink
0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Sep 18, 2024
1 parent a3083e8 commit 3d67d0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.11 (2024-09-18)

* New streaming support, including `read-values` and `write-values`.
See [docs/streaming.md](docs/streaming.md). Thanks to [@bsless](https://github.com/bsless)!
[#82](https://github.com/metosin/jsonista/pull/82)

## 0.3.10 (2024-08-09)

* The `:strip-nils` option now doesn't strip empty values like `{}` or `""`.
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/jsonista "0.3.10"
(defproject metosin/jsonista "0.3.11"
:description "Clojure library for fast JSON encoding and decoding."
:url "https://github.com/metosin/jsonista"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 3d67d0b

Please sign in to comment.