Commit Graph

4795 Commits

Author SHA1 Message Date
Dillon Kearns
fa68be3069 Update dependencies. 2022-11-30 09:38:24 -08:00
Dillon Kearns
2c22cd3d14 Revert dependency upgrade. 2022-11-30 09:11:09 -08:00
Dillon Kearns
088e9b297d Print formatted error in another location. 2022-11-30 09:02:30 -08:00
Dillon Kearns
2d91992c6e Fix import. 2022-11-23 18:06:02 -08:00
Dillon Kearns
689c9cb7eb Make Script type opaque. 2022-11-23 17:35:43 -08:00
Dillon Kearns
c9e1eecc3c Rename variant. 2022-11-23 16:38:36 -08:00
Dillon Kearns
80b4f69026 3.0.0-beta.12 2022-11-23 09:53:09 -08:00
Dillon Kearns
edbd68abe1 Implement Script.log. 2022-11-23 09:32:02 -08:00
Dillon Kearns
6f5f31bb35 3.0.0-beta.11 2022-11-23 09:20:18 -08:00
Dillon Kearns
d5a46cc895 Bump Elm package. 2022-11-23 09:19:56 -08:00
Dillon Kearns
e8f9c566db Bump compatability key. 2022-11-23 09:18:56 -08:00
Dillon Kearns
ba7e0199de Only run elm-codegen if ./codegen/ folder is present. 2022-11-23 09:04:17 -08:00
Dillon Kearns
f368bb358e Give error status code for invalid CLI arguments. 2022-11-23 08:52:24 -08:00
Dillon Kearns
4c93e64cae Add missing doc comment. 2022-11-23 08:23:46 -08:00
Dillon Kearns
b7f78559d5 Rename generator functions. 2022-11-22 12:45:40 -08:00
Dillon Kearns
3a0534a6a0 Rename Generator to Script. 2022-11-22 12:44:08 -08:00
Dillon Kearns
c71e26029f Fix package docs and elm.json for publishing. 2022-11-22 12:40:51 -08:00
Dillon Kearns
6967822047 Use latest elm-pages run script format for route scaffolding example. 2022-11-22 12:27:53 -08:00
Dillon Kearns
642bbc3398 Change generators to elm-pages run instead of elm-pages codegen, and resolve DataSource's through new generator API. 2022-11-22 11:21:11 -08:00
Dillon Kearns
88500941be Update some links. 2022-11-18 10:38:10 -08:00
Dillon Kearns
0685561fd1 Prevent use of wait in cypress test to make it more resilient. 2022-11-18 10:21:58 -08:00
Dillon Kearns
d16c1699f1 Add fetcher test for race conditions. 2022-11-18 10:08:10 -08:00
Dillon Kearns
2a2950dcff Add an escape hatch for including arbitrary fields in manifest.json. 2022-11-16 16:12:19 -08:00
Dillon Kearns
9883f10905 Use type variable with better name. 2022-11-16 10:00:03 -08:00
Dillon Kearns
8bf9259687 Update docs. 2022-11-16 09:59:53 -08:00
Dillon Kearns
80221864db Update docs. 2022-11-16 09:29:09 -08:00
Dillon Kearns
c268c483d2 Update docs. 2022-11-16 09:03:45 -08:00
Dillon Kearns
4861f9fdca Update docs. 2022-11-16 08:58:55 -08:00
Dillon Kearns
9d71623356 Update docs. 2022-11-16 07:35:52 -08:00
Dillon Kearns
e1e1819ba3 Update docs. 2022-11-16 07:27:51 -08:00
Dillon Kearns
db4d382b0f Update docs. 2022-11-16 07:15:11 -08:00
Dillon Kearns
a418abf3be Bump package-lock files. 2022-11-15 17:19:44 -08:00
Dillon Kearns
956d938dc9 Ignore vendored files in elm-review. 2022-11-15 17:02:08 -08:00
Dillon Kearns
075042e46f Update dependencies. 2022-11-15 16:57:29 -08:00
Dillon Kearns
a62920edb9 Update dependencies. 2022-11-15 16:55:07 -08:00
Dillon Kearns
a2e0f87f0f Update dependencies. 2022-11-15 16:53:10 -08:00
Dillon Kearns
eaadf697a3 Resolve conflict between vendored elm-program-test result-extra package and installed package in example folder. 2022-11-15 16:47:42 -08:00
Dillon Kearns
2b454134fb Vendor elm-program-test (unvendor once elm-test 2.0 PR is merged). 2022-11-15 16:40:43 -08:00
Dillon Kearns
19fd31793b Update dependencies. 2022-11-15 16:40:02 -08:00
Dillon Kearns
62170644e1 Update to latest elm-review. 2022-11-15 16:02:17 -08:00
Dillon Kearns
325e076ec2 3.0.0-beta.10 2022-11-15 12:01:00 -08:00
Dillon Kearns
3d12a15c04 Move compatability key file to make sure it's in NPM bundle. 2022-11-15 12:00:40 -08:00
Dillon Kearns
5b22846c44 Bump package-lock versions. 2022-11-15 11:45:28 -08:00
Dillon Kearns
1844f66c6c 3.0.0-beta.9 2022-11-15 11:44:25 -08:00
Dillon Kearns
c1661039b0 Bump elm version. 2022-11-15 11:44:01 -08:00
Dillon Kearns
91192ca39a Add script to automate updating compatibility key. 2022-11-15 11:43:18 -08:00
Dillon Kearns
cc7344d815 Add note about currentCompatibilityKey and add current value as JSON. 2022-11-15 11:10:45 -08:00
Dillon Kearns
9f6bd8f583 Add Head.nonLoadingNode. 2022-11-15 11:05:30 -08:00
Dillon Kearns
3a24ac361e Add missing annotation. 2022-11-15 10:59:58 -08:00
Dillon Kearns
4ad3e4a4c8 Update docs for 3.0 changes. 2022-11-10 17:18:42 +05:30