Commit Graph

2517 Commits

Author SHA1 Message Date
Dillon Kearns
adedf33b4a Update docs. 2021-06-18 10:56:31 -07:00
Dillon Kearns
fc4af243ac Update docs. 2021-06-18 10:29:58 -07:00
Dillon Kearns
09bd2e982e Add distill helpers for codec packages. 2021-06-18 10:29:23 -07:00
Dillon Kearns
c2599426bc Bump elm-review CLI. 2021-06-18 09:02:11 -07:00
Dillon Kearns
5ecda98e2c Add a markdown codec. 2021-06-18 09:01:03 -07:00
Dillon Kearns
35def235b8 Successfully merge two distilled values when they have the same key and same encoded JSON. 2021-06-18 09:00:54 -07:00
Dillon Kearns
fad00c6186 elm-review fixes. 2021-06-17 11:57:42 -07:00
Dillon Kearns
0cc2ea519b Update elm-review CLI. 2021-06-17 11:56:02 -07:00
Dillon Kearns
e63678c490 Send errors on non-unique distill keys. 2021-06-17 11:55:22 -07:00
Dillon Kearns
dd07e2ead1 Add distill function. 2021-06-17 10:06:13 -07:00
Dillon Kearns
432587ba05 Add some codecs. 2021-06-17 10:06:13 -07:00
Dillon Kearns
2fe09bb0eb Remove some commented code. 2021-06-17 10:06:13 -07:00
Dillon Kearns
b31b9e9c2a Add some type annotations. 2021-06-17 10:06:13 -07:00
Dillon Kearns
89d5ab85b0 Use shared data for table of contents instead of having a duplicate data source. 2021-06-17 10:06:13 -07:00
Dillon Kearns
b809af6e45 Add DataSource.validate. 2021-06-17 10:06:13 -07:00
Dillon Kearns
e83d6caf8a
Update 2.0-beta.md 2021-06-14 16:19:41 -07:00
Dillon Kearns
79c284f6bd Fix typo. 2021-06-10 15:44:25 -07:00
Dillon Kearns
374c356e01
Update 2.0-beta.md 2021-06-10 15:16:18 -07:00
Dillon Kearns
7650ec4651 Remove {} arguments in empty route params in Route type. 2021-06-10 15:09:27 -07:00
Dillon Kearns
a9020fbf69
Update 2.0-beta.md 2021-06-10 13:46:18 -07:00
Dillon Kearns
4824fb050f Update not found page. 2021-06-10 12:38:21 -07:00
Dillon Kearns
80974a8c38 Use empty list of routes for default generated page module. 2021-06-10 12:38:11 -07:00
Dillon Kearns
b328651c4a Add generated module to review unsued ignore. 2021-06-10 12:06:28 -07:00
Dillon Kearns
623db29656 Remove hardcoding in matched route params in 404 dev page. 2021-06-10 12:05:28 -07:00
Dillon Kearns
908e9a4243 Include more not found context. 2021-06-10 11:53:36 -07:00
Dillon Kearns
07bed53a79 Update NotFound view. 2021-06-09 10:52:54 -07:00
Dillon Kearns
37b3efc055 Fix error. 2021-06-08 15:39:38 -07:00
Dillon Kearns
890707d911 Run more rules and apply fixes. 2021-06-08 15:36:33 -07:00
Dillon Kearns
eb62ee4f38 Extract some rules for generated files. 2021-06-08 15:28:36 -07:00
Dillon Kearns
2416268a46 Remove a log statement. 2021-06-08 15:24:04 -07:00
Dillon Kearns
8572a54b6e Add rules and remove some Debug functions. 2021-06-08 15:23:00 -07:00
Dillon Kearns
e38c3bda3e Fix types for route params to string function. 2021-06-08 15:20:21 -07:00
Dillon Kearns
60eb206470 Fix test. 2021-06-08 15:17:56 -07:00
Dillon Kearns
66aa5ee4dc Apply fixes. 2021-06-08 15:15:42 -07:00
Dillon Kearns
e719939c33 Generate Elm type representation of pre-rendered RouteParams. 2021-06-08 13:42:52 -07:00
Dillon Kearns
33dd1814a9 Handle error case. 2021-06-08 11:29:43 -07:00
Dillon Kearns
d1539e1b73 Update message. 2021-06-08 11:29:14 -07:00
Dillon Kearns
bf272c5768 Show list of pre-rendered route params for found routes but not pre-rendered. 2021-06-08 11:27:44 -07:00
Dillon Kearns
967d9cbdc2 Try setting up elm-tooling before elm-publish. 2021-06-08 10:43:24 -07:00
Dillon Kearns
4af54e4ad5 Fix test. 2021-06-08 10:36:05 -07:00
Dillon Kearns
cc9cb1901d Extract more values to use 404 helper function. 2021-06-08 09:59:01 -07:00
Dillon Kearns
697536f890 Extract function for 404 rendering. 2021-06-08 09:57:21 -07:00
Dillon Kearns
b0a1737497 Update package-lock. 2021-06-08 09:54:21 -07:00
Dillon Kearns
7a6ca22ad1 Handle 404 pages for found routes but not prerendered, and don't resolve DataSource if it's not pre-rendered. 2021-06-08 09:54:10 -07:00
Dillon Kearns
a69b1fbeea Remove Debug.log. 2021-06-06 21:56:26 -07:00
Dillon Kearns
3668768919 Update not found page style. 2021-06-06 21:44:08 -07:00
Dillon Kearns
e9dd54c4b0 Update not found dev page. 2021-06-06 19:09:52 -07:00
Dillon Kearns
4c0303d942 Add missing field in test. 2021-06-06 11:11:34 -07:00
Dillon Kearns
cffafc2171 Remove unnecessary destructuring in connector module that required View type to be a record with body and title. 2021-06-06 11:09:39 -07:00
Dillon Kearns
852a84d8bb Update not found page. 2021-06-06 11:04:06 -07:00