Skip to content

Commit b3b4475

Browse files
Generate changelog and add PR template (#44)
* Generate CHANGELOG.md file using notes from previous GH releases * Add pull request template
1 parent 2fdb23b commit b3b4475

File tree

2 files changed

+130
-0
lines changed

2 files changed

+130
-0
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)

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+
## [v5.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v5.1.0) - 2018-10-28
16+
17+
Added `Foldable1`, `FoldableWithIndex`, `Traversable1`, `TraversableWithIndex` instances (@MonoidMusician)
18+
19+
## [v5.0.0](https://github.com/purescript/purescript-tuples/releases/tag/v5.0.0) - 2018-05-23
20+
21+
Updated for PureScript 0.12
22+
23+
## [v4.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v4.1.0) - 2017-05-28
24+
25+
- Add `Distributive` instance (@matthewleon)
26+
27+
## [v4.0.0](https://github.com/purescript/purescript-tuples/releases/tag/v4.0.0) - 2017-03-26
28+
29+
- Updated for PureScript 0.11
30+
31+
## [v3.2.0](https://github.com/purescript/purescript-tuples/releases/tag/v3.2.0) - 2017-03-02
32+
33+
- Added `Eq1` and `Ord1` instances
34+
35+
## [v3.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v3.1.0) - 2016-12-29
36+
37+
- Added type operator alias for `/\` (@damncabbage)
38+
39+
## [v3.0.0](https://github.com/purescript/purescript-tuples/releases/tag/v3.0.0) - 2016-10-05
40+
41+
- Nested tuple operations are now "open" (extensible)
42+
43+
## [v2.0.0](https://github.com/purescript/purescript-tuples/releases/tag/v2.0.0) - 2016-10-03
44+
45+
- Updated dependencies
46+
- `Nested` tuples are now right-nested for consistency with the updates to `Either`
47+
48+
## [v1.0.0](https://github.com/purescript/purescript-tuples/releases/tag/v1.0.0) - 2016-06-01
49+
50+
This release is intended for the PureScript 0.9.1 compiler and newer.
51+
52+
**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.
53+
54+
## [v1.0.0-rc.2](https://github.com/purescript/purescript-tuples/releases/tag/v1.0.0-rc.2) - 2016-03-20
55+
56+
- Updated for new `Prelude` class hierarchies
57+
58+
## [v1.0.0-rc.1](https://github.com/purescript/purescript-tuples/releases/tag/v1.0.0-rc.1) - 2016-03-13
59+
60+
- Release candidate for the psc 0.8+ core libraries
61+
62+
## [v0.4.0](https://github.com/purescript/purescript-tuples/releases/tag/v0.4.0) - 2015-06-30
63+
64+
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.
65+
66+
## [v0.4.0-rc.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.4.0-rc.1) - 2015-06-06
67+
68+
Initial release candidate of the library intended for the 0.7 compiler.
69+
70+
## [v0.3.4](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.4) - 2015-03-25
71+
72+
Improvements to nested tuples (@natefaubion)
73+
74+
## [v0.3.3](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.3) - 2015-03-25
75+
76+
More updates to nested tuples (@jdegoes)
77+
78+
## [v0.3.2](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.2) - 2015-03-24
79+
80+
Rework nested tuples (@jdegoes)
81+
82+
## [v0.3.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.1) - 2015-03-19
83+
84+
Update docs (@brainrape)
85+
86+
## [v0.3.0](https://github.com/purescript/purescript-tuples/releases/tag/v0.3.0) - 2015-02-21
87+
88+
**This release requires PureScript v0.6.8 or later**
89+
- Updated `purescript-monoid` dependency
90+
91+
## [v0.2.3](https://github.com/purescript/purescript-tuples/releases/tag/v0.2.3) - 2014-12-01
92+
93+
- Updated dependencies
94+
95+
## [v0.2.2](https://github.com/purescript/purescript-tuples/releases/tag/v0.2.2) - 2014-11-05
96+
97+
98+
99+
## [v0.2.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.2.1) - 2014-09-08
100+
101+
- Added `Comonad`, `Extract`, `Monoid`, `Semigroup`, and `Semigroupoid` instances (@joneshf)
102+
103+
## [v0.2.0](https://github.com/purescript/purescript-tuples/releases/tag/v0.2.0) - 2014-08-11
104+
105+
- Add instances for `Lazy` (@garyb)
106+
107+
## [v0.1.2](https://github.com/purescript/purescript-tuples/releases/tag/v0.1.2) - 2014-06-14
108+
109+
- Fixed `Show` instance (garyb)
110+
111+
## [v0.1.1](https://github.com/purescript/purescript-tuples/releases/tag/v0.1.1) - 2014-04-25
112+
113+
114+
115+
## [v0.1.0](https://github.com/purescript/purescript-tuples/releases/tag/v0.1.0) - 2014-04-21
116+
117+
118+

0 commit comments

Comments
 (0)