Commit Graph

787 Commits

Author SHA1 Message Date
Dillon Kearns
2ea1898620 Map virtual DOM property names to correct attribute names. 2021-08-03 13:22:20 -07:00
Dillon Kearns
f2402899f6 Clean up error message printing in build and dev server. 2021-08-02 17:38:38 -07:00
Dillon Kearns
440b3f28b7 Don't escape HTML text in <style> tags. 2021-08-01 11:17:00 -07:00
Dillon Kearns
c1fb9c3436 Remove obsolete argument. 2021-08-01 10:23:20 -07:00
Dillon Kearns
d35619a3f9 Remove unused. 2021-07-31 19:48:27 -07:00
Dillon Kearns
92ed0a37b0 Update docs. 2021-07-30 15:49:39 -07:00
Dillon Kearns
75fdb62684 Update docs. 2021-07-30 15:45:55 -07:00
Dillon Kearns
2cfffb7da1 Update docs. 2021-07-30 15:44:04 -07:00
Dillon Kearns
b78f8c008b Rename types in ApiRoute module. 2021-07-30 15:35:11 -07:00
Dillon Kearns
8678c95208 Rename internal module. 2021-07-30 15:21:16 -07:00
Dillon Kearns
8575d56284 Rename internal module. 2021-07-30 15:13:32 -07:00
Dillon Kearns
43948c6b39 Rename internal module. 2021-07-30 15:08:30 -07:00
Dillon Kearns
731bea779b Rename DataSource.Port.send -> DataSource.Port.get. 2021-07-30 14:34:10 -07:00
Dillon Kearns
63667f3e65 Update docs. 2021-07-30 14:29:23 -07:00
Dillon Kearns
4a24a1c72a Update docs. 2021-07-30 10:16:40 -07:00
Dillon Kearns
2a2872e6fa Update docs and move HTTP body functions out of DataSource and into DataSource.Http. 2021-07-29 15:57:44 -07:00
Dillon Kearns
0dd10c3192 Update references to use DataSource instead of StaticHttp in docs. 2021-07-29 14:33:20 -07:00
Dillon Kearns
0429ff0343 Update docs. 2021-07-29 14:29:09 -07:00
Dillon Kearns
e8298bf8af Formatting. 2021-07-29 14:11:53 -07:00
Dillon Kearns
a63dd1b09d Expose some internal modules that are needed in generated code. 2021-07-29 14:06:34 -07:00
Dillon Kearns
602c74d57b Expose some internal modules that are needed in generated code, ignore some review rules with incorrect results. 2021-07-29 12:55:26 -07:00
Dillon Kearns
0c1a7ccc3e Add annotations. 2021-07-29 10:10:12 -07:00
Dillon Kearns
cf0b7235eb Add DataSource.Port to exposed modules. 2021-07-29 10:10:05 -07:00
Dillon Kearns
4e0c4d3fe6 Make function call tail-call optimized. 2021-07-29 10:06:46 -07:00
Dillon Kearns
820198bbc2 Address review errors. 2021-07-29 10:03:42 -07:00
Dillon Kearns
99fdb7a80d Add missing doc comment reference. 2021-07-29 09:56:40 -07:00
Dillon Kearns
a0be8419c7 Add doc comment placeholder. 2021-07-29 09:53:47 -07:00
Dillon Kearns
e97ef235b7 Format file. 2021-07-29 09:50:22 -07:00
Dillon Kearns
dfe6330abf Use ports for HTTP requests in unit tests. 2021-07-29 09:17:36 -07:00
Dillon Kearns
17fb3f0230 elm-review fix. 2021-07-28 09:45:59 -07:00
Dillon Kearns
3ac35efa71 Remove todo. 2021-07-28 09:22:56 -07:00
Dillon Kearns
83128c5112 Update tests for single-item flow (not batched page build runs). 2021-07-28 08:06:05 -07:00
Dillon Kearns
7ce73cc3e3 elm-review fixes. 2021-07-27 09:39:06 -07:00
Dillon Kearns
3f1539260b Use explicit exposing. 2021-07-27 09:38:18 -07:00
Dillon Kearns
ddc4538c14 Remove empty segments from paths. 2021-07-26 21:05:25 -07:00
Dillon Kearns
d22d2bebaf Simplify ContentCache.init function. 2021-07-26 11:18:48 -07:00
Dillon Kearns
0a77ab5f04 Read path from the right spot for initial ContentCache data. 2021-07-26 11:17:39 -07:00
Dillon Kearns
aafd5a29e5 Rename frontmatter to route. 2021-07-21 14:53:27 -07:00
Dillon Kearns
182fb89ddf Use same URL normalization for inserting into ContentCache as for lazyLoad. 2021-07-21 14:53:12 -07:00
Dillon Kearns
573c6d72dd Handle base path for 404 pages. 2021-07-21 14:42:58 -07:00
Dillon Kearns
00c91c8e9d Include base path in ProgramConfig. 2021-07-21 14:29:37 -07:00
Dillon Kearns
c3f7c622dd Remove hardcoded href. 2021-07-21 10:33:50 -07:00
Dillon Kearns
4ede380fab Remove baseUrl from model, parse Path into the actual path including the base URL. 2021-07-19 20:59:42 -07:00
Dillon Kearns
a264ce10f2 Add --base option, and remove <base> tags. 2021-07-19 18:39:23 -07:00
Dillon Kearns
93a595c869 Change foldl's to foldr's to get DataSource markdown renderer resolution showing up in the correct order. 2021-07-17 08:29:31 -07:00
Dillon Kearns
9c995f9c90 Hash data source keys to reduce JSON size. 2021-07-16 11:32:39 -07:00
Dillon Kearns
b4bf20239e Normalize matched routes. 2021-07-14 19:44:55 -07:00
Dillon Kearns
22c5fc968d Update error formatting. 2021-07-14 18:05:03 -07:00
Dillon Kearns
e0bb9e0757 Use Ansi.Color instead of custom color type. 2021-07-14 15:56:35 -07:00
Dillon Kearns
d96e24a25c Use ANSI color codes for error messages from NodeJS elm-pages engine. 2021-07-14 15:45:06 -07:00