-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGES
36 lines (24 loc) · 962 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Notes for next.release
* slight documentation improvement
* doc formatting for marginalia
Notes for release 0.0.5
* even less code to worry about
* slight documentation improvements
* added validate-some function
Notes for release 0.0.4
* error sets are now maps of key -> seq instead of key -> set
* removed (err) function.
* validate-val now supports additional (ignored) arguments
Notes for release 0.0.3
* Added motivation rant and some more documentation.
* Simplification of code.
* Renamed `validate' to `validation' for clarity.
Notes for release 0.0.2
Bugfix release
Notes for release 0.0.1
clj-decline is a validation library that hopefully will turn out to be
simple enough to be useful.
clj-decline does not place limits on what it can validate. It does not
restrict itself to web and will never do so. With regards to the kind
of rejection messages (errors) it can generate, the only restriction
is that they should be indexed by a key.