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
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)
0 commit comments