File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ## Unreleased
1
+ ## 0.3.10 (2024-08-09)
2
2
3
3
* The ` :strip-nils ` option now doesn't strip empty values like ` {} ` or ` "" ` .
4
4
Use the new ` :strip-empties ` option if you want the old behaviour.
14
14
[com.fasterxml.jackson.datatype/jackson-datatype-joda " 2.17.2" ] is available but we use " 2.17.1"
15
15
```
16
16
17
- ## 0.3.9 (2023 -06-29)
17
+ ## 0.3.9 (2024 -06-29)
18
18
19
19
* add ` :do-not-fail-on-empty-beans ` option [ #75 ] ( https://github.com/metosin/jsonista/pull/75 )
20
20
* Updated deps:
Original file line number Diff line number Diff line change 1
- (defproject metosin /jsonista " 0.3.9 "
1
+ (defproject metosin /jsonista " 0.3.10 "
2
2
:description " Clojure library for fast JSON encoding and decoding."
3
3
:url " https://github.com/metosin/jsonista"
4
4
:license {:name " Eclipse Public License"
You can’t perform that action at this time.
0 commit comments