Commit Graph

2633 Commits

Author SHA1 Message Date
Dillon Kearns
aa0381c13d Fix bug where dev server didn't perform some andThen http requests. 2021-06-23 08:22:14 -07:00
Dillon Kearns
0e5356058a Add markdown helper function. 2021-06-23 08:22:14 -07:00
Dillon Kearns
ba436fb555 Change formatting. 2021-06-23 08:22:14 -07:00
Dillon Kearns
eafed150ef Remove comment. 2021-06-23 08:22:14 -07:00
Dillon Kearns
de855c012c Fix typo in docs. 2021-06-22 08:11:06 -07:00
Dillon Kearns
a461a2daf3 Add DataSource.andMap. 2021-06-22 08:10:53 -07:00
Dillon Kearns
5b6ad1d615 Change argument order to make function more pipeline-friendly. 2021-06-20 08:20:44 -07:00
Dillon Kearns
44d6811f71 Add helper for optimized markdown data source. 2021-06-20 08:18:56 -07:00
Dillon Kearns
66c6bf7063 Remove log statement in dev server. 2021-06-19 22:03:13 -07:00
Dillon Kearns
127607961a Fix the require'd Elm code memory leak by moving the dev server's Elm module require into the top-level dev server code instead of the renderer. 2021-06-19 21:49:42 -07:00
Dillon Kearns
5949de3f2c Add finally to clean up Elm runtime after dev server responses are sent. 2021-06-19 21:40:19 -07:00
Dillon Kearns
bab477e7d2 Update aria navigation announcements exactly once on new page using initial title for each page, instead of announcing every time the title changes. 2021-06-19 08:44:22 -07:00
Dillon Kearns
961882515b Add aria-live page change announcements. 2021-06-18 12:57:03 -07:00
Dillon Kearns
d61fce0e4d elm-review fix. 2021-06-18 11:01:57 -07:00
Dillon Kearns
66a38e11b7 Update example with dependencies. 2021-06-18 11:01:23 -07:00
Dillon Kearns
b5e4e35693 Update docs formatting. 2021-06-18 10:58:21 -07:00
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