Skip to content

Commit

Permalink
CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 23, 2022
1 parent f0bf7f8 commit 657d570
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,18 @@ borkdude/edamame 0.0.18 -> 1.0.0
## 0.8.2 (2022-02-14)

* new ns, `malli.experimental.lite`, see the [docs](README.md#lite).

```clojure
(require '[malli.experimental.lite :as l])

{:id string?
:tags [:set keyword?]
:address {:street string?
:city string?
:zip (l/optional int?)
:lonlat [:tuple double? double?]}}
```

* updated deps:

```clojure
Expand Down

0 comments on commit 657d570

Please sign in to comment.