Skip to content

Commit 7764135

Browse files
committed
CHANGELOG + deps
1 parent 4b366a8 commit 7764135

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

+12-5
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,22 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino
1414

1515
Malli is in well matured [alpha](README.md#alpha).
1616

17-
## NEXT
17+
## 0.16.4 (2024-08-30)
1818

19-
* Fix ClojureScript [arithmetic warning](https://github.com/metosin/malli/issues/1093)
2019
* Distribute `:merge` over `:multi` [#1086](https://github.com/metosin/malli/pull/1086), see [documentation](README.md#distributive-schemas)
21-
* allow `m/-proxy-schema` child to be a `delay` [#1090](https://github.com/metosin/malli/pull/1090)
2220
* `:multi` with keyword `:dispatch` accumulates data to generated values [#1095](https://github.com/metosin/malli/pull/1095)
23-
* allow `m/-proxy-schema` child to be a `delay`
24-
* Fix `malli.dev.pretty` throws when explaining errors in nested maps [#1094](https://github.com/metosin/malli/issues/1096)
21+
* Allow `m/-proxy-schema` child to be a `delay` [#1090](https://github.com/metosin/malli/pull/1090)
2522
* `json-transformer` decodes 123.0 into 123 for schemas like `:int`, `pos-int?` etc. [#986](https://github.com/metosin/malli/issues/986)
23+
* Fix `malli.dev.pretty` throws when explaining errors in nested maps [#1094](https://github.com/metosin/malli/issues/1096)
24+
* Fix ClojureScript [arithmetic warning](https://github.com/metosin/malli/issues/1093)
25+
* Fix `(-some-pred [])` should return `false` [#1101](https://github.com/metosin/malli/pull/1101)
26+
* Doc `mu/assoc` and `mu/dissoc` only handle one key at a time [#1099](https://github.com/metosin/malli/pull/1099)
27+
* Try to make `map-of-min-max-test` less flaky by fixing seed [#1098](https://github.com/metosin/malli/pull/1098)
28+
* Updated dependencies:
29+
30+
```
31+
borkdude/edamame '1.4.25' to '1.4.27'
32+
```
2633

2734
## 0.16.3 (2024-08-05)
2835

deps.edn

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{:paths ["src" "resources"]
22
:deps {org.clojure/clojure {:mvn/version "1.11.4"}
33
borkdude/dynaload {:mvn/version "0.3.5"}
4-
borkdude/edamame {:mvn/version "1.4.25"}
4+
borkdude/edamame {:mvn/version "1.4.27"}
55
org.clojure/test.check {:mvn/version "1.1.1"}
66
;; pretty errors, optional deps
77
fipp/fipp {:mvn/version "0.6.26"}
@@ -10,23 +10,23 @@
1010
:extra-deps {com.gfredericks/test.chuck {:mvn/version "0.2.14"}
1111
lambdaisland/kaocha {:mvn/version "1.91.1392"}
1212
lambdaisland/kaocha-cljs {:mvn/version "1.5.154"}
13-
org.babashka/sci {:mvn/version "0.8.42"}
13+
org.babashka/sci {:mvn/version "0.8.43"}
1414
lambdaisland/kaocha-junit-xml {:mvn/version "1.17.101"}
1515
metosin/spec-tools {:mvn/version "0.10.7"}
1616
spec-provider/spec-provider {:mvn/version "0.4.14"}
1717
metosin/schema-tools {:mvn/version "0.13.1"}
18-
metosin/jsonista {:mvn/version "0.3.9"}
18+
metosin/jsonista {:mvn/version "0.3.10"}
1919
prismatic/schema {:mvn/version "1.4.1"}
2020
minimallist/minimallist {:mvn/version "0.0.10"}
2121
net.cgrand/seqexp {:mvn/version "0.6.2"}
22-
djblue/portal {:mvn/version "0.57.1"}
22+
djblue/portal {:mvn/version "0.57.3"}
2323
meta-merge/meta-merge {:mvn/version "1.0.0"}
2424
expound/expound {:mvn/version "0.9.0"}
2525
lambdaisland/deep-diff {:mvn/version "0.0-47"}
2626
com.bhauman/spell-spec {:mvn/version "0.1.2"}
2727
org.clojure/spec-alpha2 {:git/url "https://github.com/clojure/spec-alpha2.git"
2828
:sha "4cbfa677c4cd66339f18e1c122222c05c69e0d8e"}}}
29-
:sci {:extra-deps {org.babashka/sci {:mvn/version "0.8.42"}}}
29+
:sci {:extra-deps {org.babashka/sci {:mvn/version "0.8.43"}}}
3030
:cherry {:extra-deps {io.github.squint-cljs/cherry {:git/sha "a0d53a290ab29e4de75de1be24e19eeee8d0a50a"}}}
3131
:test-sci {:extra-paths ["test-sci"]
3232
:main-opts ["-m" "cljs-test-runner.main" "-d" "test-sci" "-d" "test"]}
@@ -49,7 +49,7 @@
4949
org.clojure/tools.namespace #_:clj-kondo/ignore {:mvn/version "RELEASE"}}}
5050

5151
:shadow {:extra-paths ["app"]
52-
:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.11"}
52+
:extra-deps {thheller/shadow-cljs {:mvn/version "2.28.14"}
5353
binaryage/devtools {:mvn/version "1.0.7"}}}
5454
:slow {:extra-deps {io.dominic/slow-namespace-clj
5555
{:git/url "https://git.sr.ht/~severeoverfl0w/slow-namespace-clj"
@@ -69,7 +69,7 @@
6969
"malli.jar"]}
7070
:graalvm {:extra-paths ["graal-test/src"]
7171
:extra-deps {org.clojure/clojure {:mvn/version "1.11.4"}
72-
org.babashka/sci {:mvn/version "0.8.42"}}}
72+
org.babashka/sci {:mvn/version "0.8.43"}}}
7373
:perf {:extra-paths ["perf"]
7474
:extra-deps {criterium/criterium {:mvn/version "0.4.6"}
7575
org.clojure/clojure {:mvn/version "1.11.4"}

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
<dependency>
4242
<groupId>borkdude</groupId>
4343
<artifactId>edamame</artifactId>
44-
<version>1.4.25</version>
44+
<version>1.4.27</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>org.clojure</groupId>

0 commit comments

Comments
 (0)