Skip to content

Commit 7e716db

Browse files
authored
Create CHANGELOG.md
1 parent a9eaa73 commit 7e716db

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

CHANGELOG.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Changelog
2+
3+
Notable changes 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+
## [2.0.0] - 2023-02-10
16+
17+
Breaking changes:
18+
- Updated to v0.15 of the compiler, dropping support for previous versions. (#5 by @nsaunders)
19+
- New API drops the `<:` operator. Instead, `fromEnv` looks up the environment variable name corresponding to each row label. (#6 by @nsaunders)
20+
- Support for accumulating multiple errors (#3 by @johncowie)
21+
- Accumulate errors in a `List EnvError`, eliminating the need for an `EnvErrors` constructor. (#8 by @nsaunders)
22+
- Update `fromEnv` to accept a record type instead of a row type (#10 by @nsaunders)
23+
24+
Other improvements:
25+
- Better performance via Record Builder (#9 by @nsaunders)
26+
- Updated code examples in the README (#7 and [a9eaa73](https://github.com/nsaunders/purescript-typedenv/commit/a9eaa7369e61a3e2b0606a3aac21787ff64b4e52) by @nsaunders)
27+
- Clarify source module for `note` function (#1 by @srghma)
28+
29+
## [1.0.0] - 2021-03-27
30+
31+
Breaking changes:
32+
- Updated to v0.14 of the compiler, dropping support for previous versions. ([452b2b8](https://github.com/nsaunders/purescript-typedenv/commit/452b2b81d58e7b5e8daee288606663a7a554268e) by @nsaunders)
33+
34+
Other improvements:
35+
- Various documentation updates.
36+
37+
## [0.0.1] - 2019-09-07
38+
39+
Initial release

0 commit comments

Comments
 (0)