Dillon Kearns
|
bdc1715726
|
Use latest esbuild.
|
2022-07-05 10:54:58 -07:00 |
|
Dillon Kearns
|
e5e9f8211a
|
Update elm-test and elm-test-rs, and remove redundant describe in test.
|
2022-06-30 11:42:49 -07:00 |
|
Dillon Kearns
|
6050412357
|
Update elm-review version.
|
2022-06-30 10:38:16 -07:00 |
|
Dillon Kearns
|
b43fa2fedd
|
Use latest vite.
|
2022-03-31 09:51:47 -07:00 |
|
Dillon Kearns
|
6f2d0cc65f
|
Use latest terser.
|
2022-03-31 09:51:19 -07:00 |
|
Dillon Kearns
|
41fd2bf645
|
Update dependencies.
|
2022-03-09 10:57:47 -08:00 |
|
Dillon Kearns
|
ef89edf54b
|
Update esbuild.
|
2022-03-09 10:55:16 -08:00 |
|
Dillon Kearns
|
e35b8b6516
|
Update cypress.
|
2022-03-09 10:54:36 -08:00 |
|
Dillon Kearns
|
38c31745d6
|
Update commander.
|
2022-03-09 10:53:58 -08:00 |
|
Dillon Kearns
|
b3d0d8667a
|
Update vite.
|
2022-03-09 10:53:32 -08:00 |
|
Dillon Kearns
|
8ac95844cd
|
Merge branch 'master' into serverless-latest
# Conflicts:
# package-lock.json
|
2022-03-09 10:50:43 -08:00 |
|
Dillon Kearns
|
b1af39c851
|
Remove unused NPM package.
|
2022-03-04 10:47:31 -08:00 |
|
Dillon Kearns
|
8489f44a3d
|
Use esbuild to transpile port-data-source file, and watch for changes.
|
2022-03-02 10:14:55 -08:00 |
|
Dillon Kearns
|
e861713455
|
Update cypress version.
|
2022-02-25 08:58:00 -08:00 |
|
Dillon Kearns
|
2edb61cb74
|
Reinstall dependencies and remove npm i -f flag to try on cloudflare pages.
|
2022-02-23 17:25:01 -08:00 |
|
Dillon Kearns
|
a6a50b8300
|
See if vercel-build command works on vercel deployment.
|
2022-02-23 16:21:30 -08:00 |
|
Dillon Kearns
|
1ae88f181a
|
Use node-fetch instead of undici for Node 14 compatability.
|
2022-02-22 11:37:09 -08:00 |
|
Dillon Kearns
|
e2e98405ec
|
Update dependencies.
|
2022-02-21 14:23:17 -08:00 |
|
Dillon Kearns
|
8ee5b2a649
|
Add missing. (+2 squashed commits)
Squashed commits:
[ea4646e3] Fix two errors.
[31faf674] Add initial Vite SSR setup.
|
2022-02-21 09:30:31 -08:00 |
|
Dillon Kearns
|
a03b0295bc
|
Update elm-review.
|
2022-01-27 16:00:11 -08:00 |
|
Dillon Kearns
|
30ab850c90
|
Add prototype for withSession helper.
|
2022-01-20 18:00:38 -08:00 |
|
Dillon Kearns
|
b2c1a31c68
|
Handle multipart forms in dev server and adapter script.
|
2021-12-29 13:02:45 -08:00 |
|
Dillon Kearns
|
10bbeb491d
|
Use more declarative interface for Server Requests.
|
2021-12-26 21:56:33 -08:00 |
|
Dillon Kearns
|
04f8cda359
|
Update package-lock.
|
2021-12-19 11:15:29 -08:00 |
|
Dillon Kearns
|
06ace7822e
|
Update elm-verify-examples package.
|
2021-12-18 11:22:55 -08:00 |
|
Dillon Kearns
|
dca81657ee
|
Try in-memory fs.
|
2021-12-15 12:22:25 -08:00 |
|
Dillon Kearns
|
7c69449164
|
Update example.
|
2021-12-10 10:57:25 -08:00 |
|
Dillon Kearns
|
5b1b1722af
|
Update dependency.
|
2021-12-10 10:45:04 -08:00 |
|
Dillon Kearns
|
f7248851e6
|
2.1.11
|
2021-12-01 15:38:18 -08:00 |
|
Dillon Kearns
|
49873951cf
|
2.1.10
|
2021-12-01 14:25:53 -08:00 |
|
Shea Kelly
|
ce6fb34b1b
|
adding https support using devcert
|
2021-11-06 12:13:26 +11:00 |
|
Dillon Kearns
|
46853ca617
|
2.1.9
|
2021-08-27 11:40:03 -07:00 |
|
Dillon Kearns
|
cedfa7db4a
|
Update deps.
|
2021-08-25 17:54:05 -07:00 |
|
Dillon Kearns
|
ea7f7fe601
|
2.1.8
|
2021-08-25 11:10:05 -07:00 |
|
Dillon Kearns
|
47ee45542e
|
Update cypress version.
|
2021-08-25 10:27:50 -07:00 |
|
Dillon Kearns
|
b81402319f
|
Include cypress in node cache.
|
2021-08-25 10:13:19 -07:00 |
|
Dillon Kearns
|
5e48333d8c
|
Install elmi-to-json as dev dependency to try to fix error in GitHub Actions.
|
2021-08-25 09:51:29 -07:00 |
|
Daniel Marin
|
785c7a51dd
|
Use jsesc instead of JSON.stringify to avoid issues
As explained here: https://mathiasbynens.be/notes/etago
One can run into issues when trying to embed JSON containing
HTML with <script> elements inside a <script> tag.
Switching to a utility with support for this fixes the issue:
https://github.com/mathiasbynens/jsesc#isscriptcontext
|
2021-08-20 17:55:51 +01:00 |
|
Dillon Kearns
|
8fd7bb8bfe
|
2.1.7
|
2021-08-17 18:34:44 -07:00 |
|
Dillon Kearns
|
3fd31c3098
|
Add elm-optimize-level-2 as a devDependency.
|
2021-08-17 18:30:27 -07:00 |
|
Dillon Kearns
|
7a9b401160
|
Remove unused dependency (users need to install it separately so it's not doing any good as a dependency).
|
2021-08-17 12:02:24 -07:00 |
|
Dillon Kearns
|
baac8711f9
|
Check for elm and elm-optimize-level-2 on the PATH before running build.
|
2021-08-17 11:53:06 -07:00 |
|
Dillon Kearns
|
9d30e7412b
|
2.1.6
|
2021-08-15 11:59:50 -07:00 |
|
Dillon Kearns
|
88886958bf
|
2.1.5
|
2021-08-15 11:57:06 -07:00 |
|
Dillon Kearns
|
614fe42095
|
2.1.4
|
2021-08-02 17:49:58 -07:00 |
|
Dillon Kearns
|
3cad97e0bb
|
2.1.3
|
2021-08-02 17:40:10 -07:00 |
|
Dillon Kearns
|
cd4ea9e437
|
2.1.2
|
2021-08-01 16:11:28 -07:00 |
|
Dillon Kearns
|
f71cf2fbff
|
2.1.1
|
2021-08-01 14:26:48 -07:00 |
|
Dillon Kearns
|
f350df6312
|
2.1.0
|
2021-08-01 14:22:42 -07:00 |
|
Dillon Kearns
|
e2c689da3f
|
2.0.1
|
2021-07-31 20:37:32 -07:00 |
|