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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+28-4Lines changed: 28 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,88 +12,112 @@ Bugfixes:
12
12
13
13
Other improvements:
14
14
15
+
## [4.0.2] - 2023-08-05
16
+
17
+
Other improvements:
18
+
19
+
- Bump Node dependencies in `bower.json` again. ([3e74e18](https://github.com/nsaunders/purescript-dotenv/commit/3e74e189153e16c979bdee1a6dcc8f5f2308dbfa) by @nsaunders)
20
+
15
21
## [4.0.1] - 2023-08-03
16
22
17
23
Other improvements:
24
+
18
25
- Dependency updates due to Node library changes. ([e6b7a5b](https://github.com/nsaunders/purescript-dotenv/commit/e6b7a5becadf97d9a7b741d3421ba567cfc17905), [57bde7a](https://github.com/nsaunders/purescript-dotenv/commit/57bde7a806a29a233367d66aee1dedb8bdeb565b), [a1ecc94](https://github.com/nsaunders/purescript-dotenv/commit/a1ecc941a005bfe2a4a2018d3c88c8877fe7b87e) by @nsaunders)
19
26
20
27
## [4.0.0] - 2023-02-13
21
28
22
29
Breaking changes:
30
+
23
31
-`loadFile` and `loadContents` now return `Aff Unit`. (#40 by @nsaunders)
24
32
25
33
> **Note**
26
34
> Although this is technically a breaking change, existing code that discards the return value will continue to work without modification, e.g.
35
+
>
27
36
> ```purescript
28
37
> _ <- loadFile -- Still works, although there is no need to explicitly discard `Unit`.
29
38
> ```
30
39
31
40
Bugfixes:
41
+
32
42
- Handling of escaped quotes (#39 by @nsaunders)
33
43
- Circular references are now short-circuited. (#41 by @nsaunders)
34
44
35
45
Other improvements:
46
+
36
47
- Unused values are no longer resolved. (#40 by @nsaunders)
37
48
38
49
## [3.0.0] - 2022-08-08
39
50
40
51
Breaking changes:
52
+
41
53
- Updated to v0.15 of the compiler, dropping support for previous versions. (#37 by @thomashoneyman)
42
54
43
55
## [2.0.0] - 2021-03-27
44
56
45
57
Breaking changes:
58
+
46
59
- Updated to v0.14 of the compiler, dropping support for previous versions. ([92f5656](https://github.com/nsaunders/purescript-dotenv/commit/92f56564b34760a3d959c9bd1658672d8e0034c9) by @nsaunders)
47
60
48
61
## [1.1.0] - 2020-02-01
49
62
50
63
New features:
64
+
51
65
- Add `loadContents` function. (#34 by @nsaunders)
52
66
53
67
## [1.0.0] - 2019-07-12
54
68
55
69
Breaking changes:
70
+
56
71
- `loadFile` now runs explicitly in `Aff` instead of `MonadAff m => m`. (#28 by @nsaunders)
57
72
58
73
Other improvements:
74
+
59
75
- Documentation updates
60
76
61
77
## [0.4.1] - 2019-06-28
62
78
63
79
Other improvements:
80
+
64
81
- Documentation fixes
65
82
66
83
## [0.4.0] - 2019-06-28
67
84
68
85
New features:
86
+
69
87
- Added support for command substitution. (#26 by @nsaunders)
70
88
71
89
## [0.3.0] - 2019-06-08
72
90
73
91
Breaking changes:
92
+
74
93
- Updated to v0.13 of the compiler, dropping support for previous versions. (#21 by @nsaunders)
75
94
76
95
Other improvements:
96
+
77
97
- Migrated to Spago for dev/CI. (#20 by @nsaunders)
78
98
- Enhanced project README.
79
99
- Parser refactoring (#19 by @nsaunders)
80
100
81
101
## [0.2.2] - 2019-05-30
82
102
83
103
Bugfixes:
104
+
84
105
- Fixed parser to re-enable comments at the end of a line containing a setting. (#18 by @nsaunders)
85
106
86
107
Other improvements:
108
+
87
109
- Added a test for the variable substitution feature. (#16 by @nsaunders)
88
110
89
111
## [0.2.1] - 2019-05-24
90
112
91
113
Bugfixes:
114
+
92
115
- Fixed compiler warnings. (#15 by @nsaunders)
93
116
94
117
## [0.2.0] - 2019-05-23
95
118
96
119
New features:
120
+
97
121
- Added variable substitution feature. ([ab8eda2](https://github.com/nsaunders/purescript-dotenv/commit/ab8eda2d1b97a359d2cd9f24703a38ff02d6a515), [3a417a5](https://github.com/nsaunders/purescript-dotenv/commit/3a417a5923cbd857b0e8cfb4c2f2d35fcdb8a374) by @nsaunders)
98
122
99
123
## [0.1.5] - 2019-04-30
@@ -107,17 +131,17 @@ New features:
107
131
## [0.1.3] - 2019-04-28
108
132
109
133
- Advanced parsing rules (#6 by @nsaunders)
110
-
- Renamed package from ```purescript-node-dotenv``` to ```purescript-dotenv```. ([3e92fea](https://github.com/nsaunders/purescript-dotenv/commit/3e92fea617bf6c1414bdf504a038e97c91d1e740) by @nsaunders)
134
+
- Renamed package from `purescript-node-dotenv` to `purescript-dotenv`. ([3e92fea](https://github.com/nsaunders/purescript-dotenv/commit/3e92fea617bf6c1414bdf504a038e97c91d1e740) by @nsaunders)
111
135
- Improved unit tests.
112
136
113
137
## [0.1.2] - 2019-04-09
114
138
115
-
- Exported ```Setting``` and ```Settings``` types. ([21ec469](https://github.com/nsaunders/purescript-dotenv/commit/21ec469b49b8f363a9f0e598b85fa241f88d94e2) by @nsaunders)
139
+
- Exported `Setting` and `Settings` types. ([21ec469](https://github.com/nsaunders/purescript-dotenv/commit/21ec469b49b8f363a9f0e598b85fa241f88d94e2) by @nsaunders)
116
140
117
141
## [0.1.1] - 2019-04-09
118
142
119
-
- Removed redundant module ```Configuration.Dotenv.Types```. ([f80792f](https://github.com/nsaunders/purescript-dotenv/commit/f80792f7ea237377094373be6d57c821c05ef971) by @nsaunders)
143
+
- Removed redundant module `Configuration.Dotenv.Types`. ([f80792f](https://github.com/nsaunders/purescript-dotenv/commit/f80792f7ea237377094373be6d57c821c05ef971) by @nsaunders)
0 commit comments