Skip to content

Commit 0fd19b4

Browse files
Generate changelog and add PR template (#47)
* Generate CHANGELOG.md file using notes from previous GH releases * Add pull request template * Update CI in PS to v0.14.0-rc5
1 parent cd8c0d3 commit 0fd19b4

File tree

3 files changed

+131
-1
lines changed

3 files changed

+131
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
**Description of the change**
2+
3+
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.
4+
5+
---
6+
7+
**Checklist:**
8+
9+
- [ ] Added the change to the changelog's "Unreleased" section with a reference to this PR (e.g. "- Made a change (#0000)")
10+
- [ ] Linked any existing issues or proposals that this pull request should close
11+
- [ ] Updated or added relevant documentation
12+
- [ ] Added a test for the contribution (if applicable)

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: purescript-contrib/setup-purescript@main
1616
with:
17-
purescript: "0.14.0-rc3"
17+
purescript: "0.14.0-rc5"
1818

1919
- uses: actions/setup-node@v1
2020
with:

CHANGELOG.md

Lines changed: 118 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,118 @@
1+
# Changelog
2+
3+
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+
New features:
10+
11+
Bugfixes:
12+
13+
Other improvements:
14+
15+
## [v4.0.1](https://github.com/purescript/purescript-enums/releases/tag/v4.0.1) - 2019-01-31
16+
17+
* Fix stack-safety issues in `defaultCardinality`, `defaultToEnum`, and `defaultFromEnum`.
18+
19+
## [v4.0.0](https://github.com/purescript/purescript-enums/releases/tag/v4.0.0) - 2018-05-23
20+
21+
- Updated for PureScript 0.12
22+
- Removed `Maybe`, `Either` and `Tuple` instances for `BoundedEnum` that were not law-abiding implementations
23+
- Changed types that returned `Unfoldable` + `NonEmpty` values to instead return with `Unfoldable1`
24+
25+
## [v3.2.1](https://github.com/purescript/purescript-enums/releases/tag/v3.2.1) - 2017-07-29
26+
27+
- Fixes for `Enum` laws; see #22, #23, #32. (@jacereda)
28+
29+
## [v3.2.0](https://github.com/purescript/purescript-enums/releases/tag/v3.2.0) - 2017-06-11
30+
31+
Add `upFromIncluding` (@safareli)
32+
33+
## [v3.1.0](https://github.com/purescript/purescript-enums/releases/tag/v3.1.0) - 2017-06-08
34+
35+
- Added `genBoundedEnum`
36+
37+
## [v3.0.0](https://github.com/purescript/purescript-enums/releases/tag/v3.0.0) - 2017-03-26
38+
39+
- Updated for PureScript 0.11
40+
- The `BoundedEnum` instance has been removed for `Int`, as it had a `cardinality` of `-1` (#25)
41+
42+
## [v2.0.1](https://github.com/purescript/purescript-enums/releases/tag/v2.0.1) - 2016-11-10
43+
44+
- Fixed stack overflow in `BoundedEnum Either` (@LiamGoodacre)
45+
- Fixed `toEnum` for `Maybe` (@jacereda)
46+
47+
## [v2.0.0](https://github.com/purescript/purescript-enums/releases/tag/v2.0.0) - 2016-10-09
48+
49+
- Updated dependencies
50+
51+
## [v1.1.0](https://github.com/purescript/purescript-enums/releases/tag/v1.1.0) - 2016-08-18
52+
53+
- Added `toEnumWithDefaults` (@tfausak)
54+
55+
## [v1.0.0](https://github.com/purescript/purescript-enums/releases/tag/v1.0.0) - 2016-06-01
56+
57+
This release is intended for the PureScript 0.9.1 compiler and newer.
58+
59+
**Note**: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.
60+
61+
## [v1.0.0-rc.1](https://github.com/purescript/purescript-enums/releases/tag/v1.0.0-rc.1) - 2016-04-02
62+
63+
- Release candidate for the psc 0.8+ core libraries
64+
- Includes changes by @jbrownson for a split between `Enum` and `BoundedEnum`, so operations for both sequential types and small bounded sum types can be accomodated
65+
66+
## [v0.7.0](https://github.com/purescript/purescript-enums/releases/tag/v0.7.0) - 2015-08-13
67+
68+
- Updated dependencies
69+
70+
## [v0.6.0](https://github.com/purescript/purescript-enums/releases/tag/v0.6.0) - 2015-08-02
71+
72+
- Updated dependencies
73+
74+
## [v0.5.0](https://github.com/purescript/purescript-enums/releases/tag/v0.5.0) - 2015-06-30
75+
76+
This release works with versions 0.7.\* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.
77+
78+
## [v0.5.0-rc.1](https://github.com/purescript/purescript-enums/releases/tag/v0.5.0-rc.1) - 2015-06-07
79+
80+
Initial release candidate of the library intended for the 0.7 compiler.
81+
82+
## [v0.4.0](https://github.com/purescript/purescript-enums/releases/tag/v0.4.0) - 2015-02-21
83+
84+
**This release requires PureScript v0.6.8 or later**
85+
- Updated dependencies
86+
87+
## [v0.3.1](https://github.com/purescript/purescript-enums/releases/tag/v0.3.1) - 2015-02-16
88+
89+
90+
91+
## [v0.3.0](https://github.com/purescript/purescript-enums/releases/tag/v0.3.0) - 2014-12-01
92+
93+
- Moved `toEnum` and `fromEnum` into the `Enum` class (@NightRa)
94+
95+
## [v0.2.4](https://github.com/purescript/purescript-enums/releases/tag/v0.2.4) - 2014-10-31
96+
97+
98+
99+
## [v0.2.3](https://github.com/purescript/purescript-enums/releases/tag/v0.2.3) - 2014-10-18
100+
101+
- Add `Enum` instance for `Either` (@jdegoes)
102+
103+
## [v0.2.2](https://github.com/purescript/purescript-enums/releases/tag/v0.2.2) - 2014-10-16
104+
105+
- Add `Enum` instance for `Char` (@jdegoes)
106+
107+
## [v0.2.1](https://github.com/purescript/purescript-enums/releases/tag/v0.2.1) - 2014-10-14
108+
109+
- Export all typeclass members (@jdegoes)
110+
111+
## [v0.2.0](https://github.com/purescript/purescript-enums/releases/tag/v0.2.0) - 2014-10-12
112+
113+
Complete redesign by @jdegoes.
114+
115+
## [v0.1.0](https://github.com/purescript/purescript-enums/releases/tag/v0.1.0) - 2014-04-25
116+
117+
118+

0 commit comments

Comments
 (0)