@@ -11,81 +11,63 @@ New features:
11
11
Bugfixes:
12
12
13
13
Other improvements:
14
- - Stop mangled 'Compiled ModuleName' output (#228 by @JordanMartinez )
15
- - Update dev instructions: create valid symbolic link across OSes (#226 by @JordanMartinez )
14
+
15
+ - Migrated CI to GitHub Actions (#232 by @thomashoneyman )
16
+ - Fixed mangled 'Compiled ModuleName' output (#228 by @JordanMartinez )
17
+ - Updated dev instructions: create valid symbolic link across OSes (#226 by @JordanMartinez )
16
18
- Added a changelog (#229 by @JordanMartinez )
17
- - Update PureScript dependency to v0.14.2 (#230 by @JordanMartinez )
18
- - Speed up server slightly by using ` rebuildModule' ` (#230 by @JordanMartinez )
19
+ - Updated PureScript dependency to v0.14.2 (#230 by @JordanMartinez )
20
+ - Sped up server slightly by using ` rebuildModule' ` (#230 by @JordanMartinez )
19
21
20
22
## [ v2021-05-29.1] ( https://github.com/purescript/trypurescript/releases/tag/v2021-05-29.1 ) - 2021-05-29
21
23
22
24
This release officially adds support for PureScript 0.14 to Try PureScript, among many other (largely internal) improvements and updates.
23
25
24
- * Updated the compiler and package set for PureScript 0.14 (#209 , #213 , #224 by @thomashoneyman , #223 by @JordanMartinez )
25
- * Updated local development instructions (#221 by @JordanMartinez , #225 by @thomashoneyman )
26
- * Added support for loading files from GitHub repositories and migrated examples into the Try PureScript repository (#218 by @thomashoneyman )
27
- * Migrated the client to Halogen from JQuery (#215 by @thomashoneyman )
28
- * Migrated the client to ` argonaut-codecs ` from ` foreign-generic ` (#212 , #217 by @thomashoneyman )
29
- * Migrated the client to ` Aff ` from ` ContT ` (#208 by @thomashoneyman )
30
- * Added fixtures to test API responses (#211 by @thomashoneyman )
31
- * Removed unused pragmas, imports, and definitions from server code (#206 by @thomashoneyman )
32
- * Allowed form submission in the Try PureScript iframe (#203 by @mikesol )
33
- * Switch to use a svg favicon with ico fallback (#191 by @milesfrain )
34
- * Implement ` encode ` in PureScript instead of in FFI (#186 by @maxdeviant )
26
+ - Updated the compiler and package set for PureScript 0.14 (#209 , #213 , #224 by @thomashoneyman , #223 by @JordanMartinez )
27
+ - Updated local development instructions (#221 by @JordanMartinez , #225 by @thomashoneyman )
28
+ - Added support for loading files from GitHub repositories and migrated examples into the Try PureScript repository (#218 by @thomashoneyman )
29
+ - Migrated the client to Halogen from JQuery (#215 by @thomashoneyman )
30
+ - Migrated the client to ` argonaut-codecs ` from ` foreign-generic ` (#212 , #217 by @thomashoneyman )
31
+ - Migrated the client to ` Aff ` from ` ContT ` (#208 by @thomashoneyman )
32
+ - Added fixtures to test API responses (#211 by @thomashoneyman )
33
+ - Removed unused pragmas, imports, and definitions from server code (#206 by @thomashoneyman )
34
+ - Allowed form submission in the Try PureScript iframe (#203 by @mikesol )
35
+ - Switch to use a svg favicon with ico fallback (#191 by @milesfrain )
36
+ - Implement ` encode ` in PureScript instead of in FFI (#186 by @maxdeviant )
35
37
36
38
## [ v2020-07-11.1] ( https://github.com/purescript/trypurescript/releases/tag/v2020-07-11.1 ) - 2020-07-11
37
39
38
- * Enable automated SSL certificate renewal (#184 , @hdgarrood )
39
- * Remove unused ` parsec ` dependency (#178 , @hdgarrood )
40
- * Only listen on 127.0.0.1 (#177 , @hdgarrood )
40
+ - Enable automated SSL certificate renewal (#184 , @hdgarrood )
41
+ - Remove unused ` parsec ` dependency (#178 , @hdgarrood )
42
+ - Only listen on 127.0.0.1 (#177 , @hdgarrood )
41
43
42
44
## [ v2020-05-26.1] ( https://github.com/purescript/trypurescript/releases/tag/v2020-05-26.1 ) - 2020-05-26
43
45
44
- * Update to PureScript v0.13.8 (#175 , @hdgarrood
45
- * Make the whole package set available (#173 , @hdgarrood , @thomashoneyman )
46
- * Do away with version numbers (#176 , @hdgarrood )
46
+ - Update to PureScript v0.13.8 (#175 , @hdgarrood
47
+ - Make the whole package set available (#173 , @hdgarrood , @thomashoneyman )
48
+ - Do away with version numbers (#176 , @hdgarrood )
47
49
48
50
## [ v0.13.7] ( https://github.com/purescript/trypurescript/releases/tag/v0.13.7 ) - 2020-05-03
49
51
50
- * Fix help link (#165 , @hdgarrood )
51
- * Update API documentation in readme (#168 , @hdgarrood )
52
+ - Fixed help link (#165 , @hdgarrood )
53
+ - Update API documentation in readme (#168 , @hdgarrood )
52
54
53
55
## [ v0.13.6] ( https://github.com/purescript/trypurescript/releases/tag/v0.13.6 ) - 2020-05-03
54
56
55
- * Update to v0.13.6 of the PureScript compiler
56
- * minor tweaks to get deploys working
57
+ - Updated to v0.13.6 of the PureScript compiler
58
+ - Made minor tweaks to get deploys working
57
59
58
60
## [ v0.13.5] ( https://github.com/purescript/trypurescript/releases/tag/v0.13.5 ) - 2020-05-02
59
61
60
- * Update to v0.13.5 of the compiler (@natefaubion )
61
- * Remove backends, serve individual modules on demand (@natefaubion , @gabejohnson , #128 , #136 )
62
- * Host the client ourselves rather than using GH pages
63
- * Put all source files in one branch (@gabejohnson , #135 )
64
- * Fix gist navigation within the iframe (@natefaubion , #140 )
65
- * Use different sourceURL syntax per warnings (@natefaubion , #141 )
66
- * Switch to spago for managing PS dependencies (@hdgarrood , #147 , #150 )
67
- * Build the frontend in CI (@hdgarrood , #152 )
68
- * Mostly automated deployments (@hdgarrood )
69
-
70
- ## [ v0.12.0-rc.5] ( https://github.com/purescript/trypurescript/releases/tag/v0.12.0-rc.5 ) - 2020-05-02
71
-
72
- Testing deployment
73
-
74
- ## [ v0.12.0-rc.4] ( https://github.com/purescript/trypurescript/releases/tag/v0.12.0-rc.4 ) - 2020-05-02
75
-
76
- Testing deployment
77
-
78
- ## [ v0.12.0-rc.3] ( https://github.com/purescript/trypurescript/releases/tag/v0.12.0-rc.3 ) - 2020-05-02
79
-
80
- Testing deployment
81
-
82
- ## [ v0.12.0-rc.2] ( https://github.com/purescript/trypurescript/releases/tag/v0.12.0-rc.2 ) - 2020-05-02
83
-
84
- Testing deployment
85
-
86
- ## [ v0.12.0-rc.1] ( https://github.com/purescript/trypurescript/releases/tag/v0.12.0-rc.1 ) - 2020-05-02
87
-
88
- Mostly for testing the new deployment mechanisms.
62
+ - Updated to v0.13.5 of the compiler (@natefaubion )
63
+ - Removed backends, now serve individual modules on demand (@natefaubion , @gabejohnson , #128 , #136 )
64
+ - Hosted the client ourselves rather than using GH pages
65
+ - Put all source files in one branch (@gabejohnson , #135 )
66
+ - Fixed gist navigation within the iframe (@natefaubion , #140 )
67
+ - Used different sourceURL syntax per warnings (@natefaubion , #141 )
68
+ - Switched to spago for managing PS dependencies (@hdgarrood , #147 , #150 )
69
+ - Built the frontend in CI (@hdgarrood , #152 )
70
+ - Mostly automated deployments (@hdgarrood )
89
71
90
72
## [ v0.11.7] ( https://github.com/purescript/trypurescript/releases/tag/v0.11.7 ) - 2017-11-30
91
73
@@ -125,12 +107,8 @@ New version using compiler v0.10.2
125
107
126
108
## [ v0.9.1.1] ( https://github.com/purescript/trypurescript/releases/tag/v0.9.1.1 ) - 2016-06-17
127
109
128
-
129
-
130
110
## [ v0.9.1] ( https://github.com/purescript/trypurescript/releases/tag/v0.9.1 ) - 2016-06-17
131
111
132
-
133
-
134
112
## [ v0.8.2.0] ( https://github.com/purescript/trypurescript/releases/tag/v0.8.2.0 ) - 2016-03-11
135
113
136
114
Updates for v0.8.2 compiler
0 commit comments