Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.1.1

* Add `Data.Bifunctor.Swap.Swap` instance from `swap`
* Support `lens ^>= 5`

1.1

* Generalise types of `validate` and `ensure` functions to use `Maybe` instead of `Bool`
Expand Down Expand Up @@ -98,4 +103,3 @@ Provide Isos between (ValidationT Identity) and other data types.
0.3.4

Loosen the type of the Isos for polymorphic update.

2 changes: 1 addition & 1 deletion validation.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: validation
version: 1.1
version: 1.1.1
license: BSD3
license-file: LICENCE
author: Tony Morris <ʇǝu˙sıɹɹoɯʇ@ןןǝʞsɐɥ> <dibblego>, Nick Partridge <nkpart>
Expand Down