Skip to content

Commit

Permalink
0.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Aug 9, 2024
1 parent b55b97d commit e87e3c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## Unreleased
## 0.3.10 (2024-08-09)

* The `:strip-nils` option now doesn't strip empty values like `{}` or `""`.
Use the new `:strip-empties` option if you want the old behaviour.
Expand All @@ -14,7 +14,7 @@
[com.fasterxml.jackson.datatype/jackson-datatype-joda "2.17.2"] is available but we use "2.17.1"
```

## 0.3.9 (2023-06-29)
## 0.3.9 (2024-06-29)

* add `:do-not-fail-on-empty-beans` option [#75](https://github.com/metosin/jsonista/pull/75)
* Updated deps:
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.9"
(defproject metosin/jsonista "0.3.10"
: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 e87e3c8

Please sign in to comment.