Packages

A package helps to assert that given data match expected structure.

Current section

Files

Jump to
Raw

CHANGELOG.md

## 0.3.0
- `binary` supports `regex` option
- Add `exact_same_keys` option to `map/2`
## 0.2.0
- Support nullable
- Add `nullable_xxx` helpers
- Add `equal` which is alias of `literal`
## 0.1.0
- First release
- Support basic types
- binary
- integer
- float
- atom
- list
- map
- literal