Commit Graph

5339 Commits

Author SHA1 Message Date
Dillon Kearns
d0a6ad2386 Turn off help option so that elm-pages run Stars --help gives CLI options output for Stars script. 2023-05-01 14:13:37 -07:00
Dillon Kearns
e25dcbc8f0 Simplify Scripts so that the entrypoint only requires elm-pages as a dependency. 2023-05-01 14:13:17 -07:00
Dillon Kearns
bdbb5ac84d Update docs for elm-pages scripts. 2023-05-01 14:12:42 -07:00
Dillon Kearns
cda1dc58cf Update docs. 2023-05-01 09:26:47 -07:00
Dillon Kearns
62be646e34 Remove unique hash of BackendTask's to perform. 2023-04-27 09:49:28 -07:00
Dillon Kearns
8e81629738 Use fixed frontmatter decoder for bodyWithFrontmatter. 2023-04-24 10:21:16 -07:00
Dillon Kearns
473557681a Fix issue with inifinite loop, now give proper error message for frontmatter decoding errors. 2023-04-24 10:18:07 -07:00
Dillon Kearns
b24366673c Update docs site for v3. 2023-04-24 09:32:12 -07:00
Dillon Kearns
bdaf246f58 Generate missing types and doc comments for docs command. 2023-04-19 18:10:55 -07:00
Dillon Kearns
0eeaa99ea1 Update versions and compatability key. 2023-04-19 11:00:46 -07:00
Dillon Kearns
aa712f314f 3.0.0-beta.34 2023-04-19 11:00:08 -07:00
Dillon Kearns
135578b1af Bump Elm package. 2023-04-19 10:59:59 -07:00
Dillon Kearns
4b14c008a7 Update to latest elm-review. 2023-04-19 10:59:28 -07:00
Dillon Kearns
a78e25c1db Add accidentally removed file. 2023-04-19 10:57:54 -07:00
Dillon Kearns
46296abb60 Update some projects. 2023-04-19 10:49:48 -07:00
Dillon Kearns
eaf15fee50 Update test file and remove test file that has been migrated to elm-form package. 2023-04-19 10:36:45 -07:00
Dillon Kearns
0272216a7e Update AddRoute script. 2023-04-19 10:17:56 -07:00
Dillon Kearns
b550164059 Update blog demo app and upgrade some Form scaffolding. 2023-04-19 09:47:05 -07:00
Dillon Kearns
538338069b Change minimum elm-form version. 2023-04-19 09:15:42 -07:00
Dillon Kearns
4007cbaa18 Update docs.json. 2023-04-17 12:50:43 -07:00
Dillon Kearns
f4fd60213a Add Pages.Form module to exposed package modules. 2023-04-17 12:48:53 -07:00
Dillon Kearns
721555de45 Integrate published elm-form package. 2023-04-17 12:48:53 -07:00
Dillon Kearns
323f2c0411 Update form API for integration to use same Options type. 2023-04-17 12:48:53 -07:00
Dillon Kearns
84b1278186 Wire in serverResponse data for forms. 2023-04-17 12:48:53 -07:00
Dillon Kearns
92a8057c63 Add options builder for form options. 2023-04-17 12:48:53 -07:00
Dillon Kearns
1134af8293 Wire through form action and run the proper platform effects and model changes on submit. 2023-04-17 12:48:53 -07:00
Dillon Kearns
e7056d93c1 Update end-to-end to use latest form API. 2023-04-17 12:48:53 -07:00
Dillon Kearns
a52edc7bc5 Wire in onSubmit handler to renderHtml function. 2023-04-17 12:48:53 -07:00
Dillon Kearns
8275f4e447 More wiring for form integration prototype. 2023-04-17 12:48:53 -07:00
Dillon Kearns
a3f9b98409 Checkpoint for merging API. 2023-04-17 12:48:53 -07:00
Dillon Kearns
6951bdbad7
Update 3.0-upgrade-notes.md 2023-04-06 08:55:01 -07:00
Dillon Kearns
cda211db4a
Update 3.0-upgrade-notes.md 2023-04-06 08:54:10 -07:00
Dillon Kearns
65716ac34e Use latest elm-codegen and fix type annotation in AddRoute example. 2023-04-02 21:49:49 -07:00
Dillon Kearns
755d57e817 Remove obsolete function calls. 2023-03-30 15:57:50 -07:00
Dillon Kearns
2d2e3546eb Bump elm version. 2023-03-29 10:20:46 -07:00
Dillon Kearns
e700dd0ab3 Bump verison. 2023-03-29 10:19:49 -07:00
Dillon Kearns
6ad02ab4d6 3.0.0-beta.33 2023-03-29 10:19:37 -07:00
Dillon Kearns
afb4c3fad1 Update compatability key. 2023-03-29 10:19:19 -07:00
Dillon Kearns
022b2ed130 Handle timeout errors. 2023-03-29 10:09:38 -07:00
Dillon Kearns
1a135ed389 Handle ECONNREFUSED http error code. 2023-03-29 09:45:35 -07:00
Dillon Kearns
ae99e79559 Set exit status to 1 for FatalError from Script's. 2023-03-27 16:17:59 -07:00
Dillon Kearns
186d48c5c5 Bump verison. 2023-03-24 16:39:11 -07:00
Dillon Kearns
0817005a4a 3.0.0-beta.32 2023-03-24 16:38:57 -07:00
Dillon Kearns
12bfcb4fc9 Fix error handling for missing custom-backend-task script. 2023-03-24 16:38:14 -07:00
Dillon Kearns
39fade503a Bump Elm package. 2023-03-24 12:17:41 -07:00
Dillon Kearns
d0880cf5c7 Update type annotations. 2023-03-24 12:17:10 -07:00
Dillon Kearns
20e0e73537 Fix type annotations. 2023-03-24 12:15:17 -07:00
Dillon Kearns
3711703ef5 Bump NPM package. 2023-03-24 12:11:56 -07:00
Dillon Kearns
b19f9ec874 3.0.0-beta.31 2023-03-24 12:11:37 -07:00
Dillon Kearns
938f0c85e6 Update test script. 2023-03-24 12:10:41 -07:00