You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include any other background context that would help reviewers understand the motivation for this PR.
3
+
4
+
---
5
+
6
+
**Checklist:**
7
+
8
+
-[ ] Added the change to the changelog's "Unreleased" section with a link to this PR and your username
9
+
-[ ] Linked any existing issues or proposals that this pull request should close
10
+
-[ ] Updated or added relevant documentation in the README and/or documentation directory
11
+
-[ ] Added a test for the contribution (if applicable)
Notable changes to this project are documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
4
+
5
+
## [Unreleased]
6
+
7
+
Breaking changes:
8
+
9
+
- Added support for PureScript 0.14 and dropped support for all previous versions
Classes for *compactable*, *filterable*, and *witherable* data structures.
7
+
Classes for _compactable_, _filterable_, and _witherable_ data structures.
6
8
7
9
Inspired by [compactable](https://hackage.haskell.org/package/compactable) and [witherable](https://hackage.haskell.org/package/witherable) on hackage.
8
10
9
11
## Installation
10
12
11
-
```
12
-
bower install purescript-filterable
13
+
Install `filterable` with [Spago](https://github.com/purescript/spago):
14
+
15
+
```sh
16
+
spago install filterable
13
17
```
14
18
15
19
## Documentation
16
20
17
-
See on [Pursuit](https://pursuit.purescript.org/packages/purescript-filterable/).
18
-
19
-
Or build docs with `npm run build:docs`.
21
+
Module documentation is [published on Pursuit](https://pursuit.purescript.org/packages/purescript-filterable).
0 commit comments