Dillon Kearns
|
e19b547808
|
Remove PageUrl argument and rename RouteBuilder.StaticPayload -> RouteBuilder.App.
|
2023-03-02 11:36:34 -08:00 |
|
Dillon Kearns
|
7f23779816
|
Rename DataSource -> BackendTask.
|
2023-01-01 14:45:54 -08:00 |
|
Dillon Kearns
|
4f56f19dc1
|
Bump cypress version.
|
2022-12-11 19:46:22 -08:00 |
|
Dillon Kearns
|
73fb00e38a
|
Bump example project package-lock files.
|
2022-12-07 09:39:36 -08:00 |
|
Dillon Kearns
|
6a06767120
|
Include optional parameter for htmlToString configuration.
|
2022-10-29 19:38:19 +05:30 |
|
Dillon Kearns
|
f6cb6ca7fd
|
Add missing dependency in examples.
|
2022-10-04 17:15:48 -07:00 |
|
Dillon Kearns
|
8ea702f4e7
|
Update examples.
|
2022-06-28 15:45:36 -07:00 |
|
Dillon Kearns
|
aa98e1b914
|
Update test projects.
|
2022-03-09 10:33:33 -08:00 |
|
Dillon Kearns
|
f16a30320d
|
Rename Page.elm -> RouteBuilder.elm.
|
2022-03-05 09:50:01 -08:00 |
|
Dillon Kearns
|
4fedf9ee19
|
Rename prerender -> preRender.
|
2021-12-23 13:34:19 -08:00 |
|
Dillon Kearns
|
010cfb9c2a
|
Rename routes to pages. Routes are the category of page, pages are the specific things to pre-render for a given route, so this terminology is more consistent and clear.
|
2021-12-10 16:03:07 -08:00 |
|
Dillon Kearns
|
9cf98f1177
|
Update references to Template Modules in docs to new term Page Module.
|
2021-10-13 11:08:56 -07:00 |
|
Dillon Kearns
|
f1a564da03
|
Update slides.md
|
2021-10-10 08:58:28 -07:00 |
|
Dillon Kearns
|
b78f8c008b
|
Rename types in ApiRoute module.
|
2021-07-30 15:35:11 -07:00 |
|
Dillon Kearns
|
96ca531ba7
|
Update package lock.
|
2021-07-12 17:44:46 -07:00 |
|
Dillon Kearns
|
e8f71e8eef
|
Add missing dependency.
|
2021-07-12 17:44:35 -07:00 |
|
Dillon Kearns
|
e6c2031737
|
Rename Page builder functions.
|
2021-06-24 10:05:16 -07:00 |
|
Dillon Kearns
|
84933cfd69
|
Update docs and rename File.request -> File.read.
|
2021-05-28 14:00:51 -07:00 |
|
Dillon Kearns
|
86c3dac0fa
|
Move generated browser-elm.js to an already ignored path.
|
2021-05-24 12:23:01 -07:00 |
|
Dillon Kearns
|
5e8f7951d6
|
Remove more references to ImagePath.
|
2021-05-23 15:30:22 -07:00 |
|
Dillon Kearns
|
33ccb1c97d
|
Remove remaining references to ImagePath.
|
2021-05-23 15:15:40 -07:00 |
|
Dillon Kearns
|
4f0f03145b
|
Fix types in slides example.
|
2021-05-23 11:01:44 -07:00 |
|
Dillon Kearns
|
a2bd42f617
|
Use Path instead of PagePath in Manifest API.
|
2021-05-23 10:53:01 -07:00 |
|
Dillon Kearns
|
d908d8d01c
|
Rename Document -> View.
|
2021-05-23 09:00:20 -07:00 |
|
Dillon Kearns
|
2d69c67dec
|
Pass in DataSource with all routes to API Routes for use in generating files like Sitemap.
|
2021-05-22 18:56:16 -07:00 |
|
Dillon Kearns
|
50c4c6d682
|
Vendor elm-html-in-elm in preparation for fixing text node HTML escaping.
|
2021-05-21 09:20:54 -07:00 |
|
Dillon Kearns
|
fff155bc21
|
Generate files in .elm-pages instead of gen. Fixes #165.
|
2021-05-18 11:04:56 -07:00 |
|
Dillon Kearns
|
1aa737c431
|
Rename static/ -> public/.
|
2021-05-18 10:44:30 -07:00 |
|
Dillon Kearns
|
82e0d34afd
|
Add flags.
|
2021-05-17 12:51:04 -07:00 |
|
Dillon Kearns
|
23d1150632
|
Fix error in slides example.
|
2021-05-16 10:15:40 -07:00 |
|
Dillon Kearns
|
62a7399074
|
Move SiteConfig to copied files.
|
2021-05-15 20:38:29 -07:00 |
|
Dillon Kearns
|
62675b6a16
|
Move SharedTemplate to copied gen folder.
|
2021-05-15 20:07:11 -07:00 |
|
Dillon Kearns
|
8686b56943
|
Pass in htmlToString function to API Routes.
|
2021-05-08 14:52:56 -07:00 |
|
Dillon Kearns
|
b1393e0a94
|
Remove unused Http DataSource in slides.
|
2021-05-06 13:27:41 -07:00 |
|
Dillon Kearns
|
1663d434a1
|
Add Api module for slides project.
|
2021-05-06 13:25:41 -07:00 |
|
Dillon Kearns
|
b16f32c1fa
|
Rename field.
|
2021-05-06 07:16:05 -07:00 |
|
Dillon Kearns
|
4d175558ce
|
Remove obsolete generateFiles.
|
2021-05-06 07:14:49 -07:00 |
|
Dillon Kearns
|
80ffd029eb
|
Use new custom router.
|
2021-04-27 16:53:20 -07:00 |
|
Dillon Kearns
|
9e1f3b7b73
|
Add test case for new router prototype.
|
2021-04-27 08:35:07 -07:00 |
|
Dillon Kearns
|
5d8caf5d18
|
Update scaffold command.
|
2021-04-26 14:24:56 -07:00 |
|
Dillon Kearns
|
c7984cccfd
|
Remove unused dependency.
|
2021-04-25 20:36:21 -07:00 |
|
Dillon Kearns
|
5635566712
|
Add setup for elm-doc-preview.
|
2021-04-24 16:31:10 -07:00 |
|
Dillon Kearns
|
735bdeb2af
|
Fix error in slides project.
|
2021-04-24 16:10:10 -07:00 |
|
Dillon Kearns
|
b16d012670
|
Unexpose Shared.Msg variants.
|
2021-04-23 16:52:35 -07:00 |
|
Dillon Kearns
|
521c3c0cc7
|
Rename StaticData -> Data.
|
2021-04-23 16:22:23 -07:00 |
|
Dillon Kearns
|
559c4b6337
|
Rename top-level functions from template -> page.
|
2021-04-23 15:54:07 -07:00 |
|
Dillon Kearns
|
ba6a3c6af4
|
Rename Template modules -> Page modules.
|
2021-04-23 15:46:37 -07:00 |
|
Dillon Kearns
|
594888776b
|
Add missing dependency to slides project.
|
2021-04-23 10:16:40 -07:00 |
|
Dillon Kearns
|
7a30435888
|
Remove completed TODO.
|
2021-04-23 08:57:57 -07:00 |
|
Dillon Kearns
|
eb6ccbc1ef
|
Add a builder API for manifest configs.
|
2021-04-23 08:45:05 -07:00 |
|