Commit Graph

5041 Commits

Author SHA1 Message Date
Dillon Kearns
3d00feb5d9 3.0.0-beta.19 2023-01-24 17:07:12 -08:00
Dillon Kearns
5e8a4005ef Bump Elm package. 2023-01-24 17:06:54 -08:00
Dillon Kearns
e546b97186 Remove empty cypress plugins config. 2023-01-24 16:15:13 -08:00
Dillon Kearns
ab55a496ed Use latest cypress. 2023-01-24 16:09:21 -08:00
Dillon Kearns
489ab057e8 Add tsconfig to try to fix cypress build error. 2023-01-24 16:08:09 -08:00
Dillon Kearns
7ef56571bf Use ESM for mocha tests. 2023-01-24 15:59:53 -08:00
Dillon Kearns
8978ed1ac9 Change CLI output file path extension to .cjs. 2023-01-24 15:52:42 -08:00
Dillon Kearns
29b1c2647c Merge branch 'master' into esm 2023-01-23 16:48:05 -08:00
Dillon Kearns
bd289211eb Remove unused. 2023-01-23 16:28:55 -08:00
Dillon Kearns
645dd4e5dd Write compiled Elm CLI output with .cjs extension to make it compatible with "type": "module" in package.json file. 2023-01-23 16:03:52 -08:00
Dillon Kearns
e835b494c9 Update adapter script. 2023-01-22 15:47:51 -08:00
Dillon Kearns
7f35edd60e Set esbuild option in netlify.toml to allow ESM syntax. 2023-01-22 14:37:31 -08:00
Dillon Kearns
852be5fe11 Fix compiler errors in example. 2023-01-22 14:28:24 -08:00
Dillon Kearns
2973589dea Bump Node version. 2023-01-22 14:18:48 -08:00
Dillon Kearns
0f32ba7daa Use import syntax for adapter script. 2023-01-22 14:17:47 -08:00
Dillon Kearns
7f52463b0c Address review error. 2023-01-22 13:55:20 -08:00
Dillon Kearns
2ecbc16eb9 Restart thread pool when Elm code changes to clear import cache. 2023-01-22 13:52:02 -08:00
Dillon Kearns
3622c715ad Remove references to obsolete staticHttpCache. 2023-01-22 09:45:18 -08:00
Dillon Kearns
69d7237af9 Update codegen template. 2023-01-22 09:33:32 -08:00
Dillon Kearns
9600de126b Convert to ESM. 2023-01-22 09:33:32 -08:00
Dillon Kearns
a183d4715c Explicitly expose the minimum types/values in codegen template. 2023-01-22 09:33:32 -08:00
Dillon Kearns
c178ec2a18 Update code generation example. 2023-01-22 09:33:32 -08:00
Dillon Kearns
5289639248 Fix type annotation in scaffold generator. 2023-01-22 09:33:31 -08:00
Dillon Kearns
5179b569fb Fix typo. 2023-01-22 09:33:31 -08:00
Dillon Kearns
6c8cf291d8 Change Form.Response API. 2023-01-22 09:33:31 -08:00
Dillon Kearns
00dc4b622d Change signature for rendering forms. 2023-01-22 09:33:31 -08:00
Dillon Kearns
5d730e588c Fix types in scaffolding. 2023-01-22 09:33:31 -08:00
Dillon Kearns
e18d8c0fe7 Add space after string. 2023-01-22 09:33:31 -08:00
Dillon Kearns
55ca73c5e3 Support different types of fields in the AddForm script example. 2023-01-22 09:33:31 -08:00
Dillon Kearns
6e522b505e Add prototype for scaffolding a route with a form. 2023-01-22 09:33:31 -08:00
Dillon Kearns
7360445db8 Add Pages.Generate.addDeclarations for including additional declarations in scaffolded module. 2023-01-22 09:33:31 -08:00
Dillon Kearns
66babff176 Add missing dependency in example. 2023-01-22 09:33:31 -08:00
Dillon Kearns
2cf36c670a
Update FAQ.md 2023-01-21 18:59:29 -08:00
Dillon Kearns
6c35bb9146 Include script module name in help text. 2023-01-19 08:43:15 -08:00
Dillon Kearns
56007d751b Include "elm-pages run" as executable name for scripts. 2023-01-19 08:31:06 -08:00
Dillon Kearns
89658e1a98 Change import alias in example script. 2023-01-19 08:29:21 -08:00
Dillon Kearns
4f899179c4 Update section name in docs. 2023-01-19 08:29:09 -08:00
Dillon Kearns
35ebe5b204 Fix module name regex in example. 2023-01-19 08:28:53 -08:00
Dillon Kearns
8e5f2a6f11 Ignore error. 2023-01-17 17:21:39 -08:00
Dillon Kearns
e66356c829 Bump Elm package. 2023-01-17 17:16:47 -08:00
Dillon Kearns
7410a0e169 3.0.0-beta.18 2023-01-17 17:15:58 -08:00
Dillon Kearns
c847e32857 Fix test error. 2023-01-17 15:46:40 -08:00
Dillon Kearns
c511d2642f Update docs.json. 2023-01-17 12:09:11 -08:00
Dillon Kearns
6a50fe64d2 Fix BackendTask resolution logic. 2023-01-17 12:08:57 -08:00
Dillon Kearns
da45250fca Remove Recoverable type alias. 2023-01-17 10:57:42 -08:00
Dillon Kearns
7d3043272d Fix typo. 2023-01-17 10:50:21 -08:00
Dillon Kearns
29150409da 3.0.0-beta.17 2023-01-17 07:41:37 -08:00
Dillon Kearns
fc964889bc Bump Elm package. 2023-01-17 07:41:31 -08:00
Dillon Kearns
8879b3efa6 Rename BackendTask.Custom.get -> BackendTask.Custom.run. 2023-01-17 07:14:03 -08:00
Dillon Kearns
f7825c45c7 Look for BackendTask.Custom definitions in custom-backend-task instead of port-data-source. 2023-01-17 07:08:15 -08:00