Skip to content

Commit

Permalink
# 0.1.175 (2024-04-16 / 4c9fc13)
Browse files Browse the repository at this point in the history
## Added

## Fixed

- Support for latest Malli
  - New schema type
    - Deprecated `:regal` schema
    - Prefer namespaced `::rm/regal` schema
    - Please read docstrings in `lambdaisland.regal.malli`
  - Breaking change: in order to avoid a runtime test.check dependency, generators have been moved.
    - Call `(lambdaisland.regal.malli.generator/register-regal-generator)` to register a generator at testing time.
      - Please read docstrings in `lambdaisland.regal.malli` for more information.

## Changed

- Small additions and tweaks to documentation
- Upgrade dependencies
  • Loading branch information
plexus committed Apr 16, 2024
1 parent 4c9fc13 commit c944f0b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.1.175 (2024-04-16 / 4c9fc13)

## Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@ and you can expect them to change significantly as we further develop them:
deps.edn

``` clojure
lambdaisland/regal {:mvn/version "0.0.143"}
lambdaisland/regal {:mvn/version "0.1.175"}
```

project.clj

``` clojure
[lambdaisland/regal "0.0.143"]
[lambdaisland/regal "0.1.175"]
```

### An example
Expand Down

0 comments on commit c944f0b

Please sign in to comment.