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
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ Notable changes to this project are documented in this file. The format is based
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#35)
- Removed `Costrong` and `Cochoice` from `Costar` (#38)
- `Clown`, `Costar`, `Cowrap`, and `Joker` have been moved to the `Data.Functors` module in the `purescript-functors` package, so that the same types can also be used as bifunctors; `Cowrap` was renamed to `Flip` (#41)
- `Wrap` was deleted; it is expected that any instances of `Profunctor` will be accompanied by a corresponding instance of `Functor` (#41)

New features:
- This package no longer depends on the `purescript-contravariant` package (#41)

Bugfixes:

Expand Down
1 change: 0 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"package.json"
],
"dependencies": {
"purescript-contravariant": "master",
"purescript-control": "master",
"purescript-distributive": "master",
"purescript-either": "master",
Expand Down
27 changes: 0 additions & 27 deletions src/Data/Profunctor/Clown.purs

This file was deleted.

62 changes: 0 additions & 62 deletions src/Data/Profunctor/Costar.purs

This file was deleted.

21 changes: 0 additions & 21 deletions src/Data/Profunctor/Cowrap.purs

This file was deleted.

43 changes: 0 additions & 43 deletions src/Data/Profunctor/Joker.purs

This file was deleted.

20 changes: 0 additions & 20 deletions src/Data/Profunctor/Wrap.purs

This file was deleted.