Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit cabee7d

Browse files
author
Christian Howe
committed
Add information about new version to readme
1 parent 356b4e9 commit cabee7d

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

readme.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,13 @@ proficient with the [compose](https://ramdajs.com/docs/#compose) function.
1616
Install it with `yarn add @cjoftheweb/validation` or, if you use npm, with
1717
`npm i --save @cjoftheweb/validation`.
1818

19+
## `@cjoftheweb/validation@next`
20+
21+
A new version of this library is currently in development, which uses a result
22+
type instead of throwing exceptions. This makes it a lot easier to write custom
23+
validations in a functional style, which is a major limitation of the current
24+
version.
25+
1926
## Example
2027

2128
```js

0 commit comments

Comments
 (0)