We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 815b502 commit 2cd83d4Copy full SHA for 2cd83d4
CHANGELOG.md
@@ -12,6 +12,9 @@ Bugfixes:
12
- Fixed `encode` not replacing all instances of special characters (#254 by @jy14898)
13
- Fixed up-to-five-second hangs between the loading icon disappearing and the content rendering (#256 @mikesol)
14
15
+Other improvements:
16
+- Update `purescript` dependency to `0.14.5` (#257 by @JordanMartinez)
17
+
18
## [v2021-08-25.1](https://github.com/purescript/trypurescript/releases/tag/v2021-08-25.1) - 2021-08-25
19
20
Other improvements:
stack.yaml
@@ -4,7 +4,7 @@ packages:
4
- "."
5
6
extra-deps:
7
- - purescript-0.14.4
+ - purescript-0.14.5
8
- purescript-cst-0.4.0.0
9
- language-javascript-0.7.0.0
10
0 commit comments