Dillon Kearns
|
7bcb589125
|
Shorten URLs for docs image cards.
|
2021-06-24 11:43:29 -07:00 |
|
Dillon Kearns
|
ae6133377f
|
Rearrange template.
|
2021-06-24 11:34:32 -07:00 |
|
Dillon Kearns
|
7943d52e58
|
Update landing page.
|
2021-06-24 10:38:51 -07:00 |
|
Dillon Kearns
|
e8c57985e9
|
Fix spacing.
|
2021-06-24 10:15:45 -07:00 |
|
Dillon Kearns
|
91e341a4ac
|
Update example.
|
2021-06-24 10:13:10 -07:00 |
|
Dillon Kearns
|
e6c2031737
|
Rename Page builder functions.
|
2021-06-24 10:05:16 -07:00 |
|
Dillon Kearns
|
fbdc5c9888
|
Use prefetch links for next/previous.
|
2021-06-24 09:55:12 -07:00 |
|
Dillon Kearns
|
bc78f9cb1f
|
Format elm compiler errors in terminal.
|
2021-06-24 08:53:26 -07:00 |
|
Dillon Kearns
|
0dd2f8ecb6
|
Use Cli DataSource resolution for Api requests. This resolves an issue with MissingHttpResponse when resolving distilled DataSources in the dev server.
|
2021-06-24 08:23:40 -07:00 |
|
Dillon Kearns
|
22a3d88f63
|
Use OS-agnostic path delimter to split.
|
2021-06-24 07:38:12 -07:00 |
|
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 |
|