Dillon Kearns
|
73fb00e38a
|
Bump example project package-lock files.
|
2022-12-07 09:39:36 -08:00 |
|
Dillon Kearns
|
642bbc3398
|
Change generators to elm-pages run instead of elm-pages codegen, and resolve DataSource's through new generator API.
|
2022-11-22 11:21:11 -08:00 |
|
Dillon Kearns
|
6a06767120
|
Include optional parameter for htmlToString configuration.
|
2022-10-29 19:38:19 +05:30 |
|
Dillon Kearns
|
7c9fb152c8
|
Move some meta tags from elm-pages.config.mjs template to Elm code.
|
2022-10-29 18:54:03 +05:30 |
|
Dillon Kearns
|
40201e7b17
|
Fix dependencies in example.
|
2022-10-19 15:17:52 -07:00 |
|
Dillon Kearns
|
d0ca727ac6
|
Update dependencies.
|
2022-10-19 09:05:08 -07:00 |
|
Dillon Kearns
|
23202cc650
|
Expose Generate.single helper.
|
2022-10-18 13:50:00 -07:00 |
|
Dillon Kearns
|
f726d128fa
|
Add a way to scaffold pre-rendered pages in Generate API.
|
2022-10-18 11:02:39 -07:00 |
|
Dillon Kearns
|
81a1fc98e3
|
Update dependency in sample projects.
|
2022-10-14 09:55:40 -07:00 |
|
Dillon Kearns
|
eb398c30e3
|
Move nested Maybe wrapped in Result to flat Err variant in Session API, and remove obsolete expectSession helper.
|
2022-10-06 09:50:44 -07:00 |
|
Dillon Kearns
|
b4a603fca8
|
Change argument order.
|
2022-10-06 09:35:42 -07:00 |
|
Dillon Kearns
|
96ad324e4b
|
Make HttpOnly cookies the default (opt in to JS visibile cookies instead of opting out).
|
2022-10-06 07:56:14 -07:00 |
|
Dillon Kearns
|
fbfcd49721
|
Separate out SetCookie records from Options so the Options can be passed as standalone value.
|
2022-10-05 15:30:29 -07:00 |
|
Dillon Kearns
|
ca3ffe0427
|
Update todos example.
|
2022-10-05 14:07:36 -07:00 |
|
Dillon Kearns
|
8e30daff12
|
Add dependency.
|
2022-10-05 12:20:01 -07:00 |
|
Dillon Kearns
|
f6cb6ca7fd
|
Add missing dependency in examples.
|
2022-10-04 17:15:48 -07:00 |
|
Dillon Kearns
|
810eb62aac
|
Add withType helper for temporary incorrect type in codegen.
|
2022-09-15 07:56:59 -07:00 |
|
Dillon Kearns
|
48dec4bbd0
|
Add missing dependency.
|
2022-09-15 07:56:31 -07:00 |
|
Dillon Kearns
|
59a7165fa3
|
Add missing dependencies.
|
2022-09-13 10:54:49 -07:00 |
|
Dillon Kearns
|
fdefee7036
|
Update send-grid repo branch.
|
2022-09-12 12:17:32 -07:00 |
|
Dillon Kearns
|
80fb8a1466
|
Simplify elm-codegen setup in todos app.
|
2022-09-11 07:50:12 -07:00 |
|
Dillon Kearns
|
be28313594
|
Fix module name patterns.
|
2022-09-10 10:53:46 -07:00 |
|
Dillon Kearns
|
cddaab7264
|
Add function for generator with buildNoState.
|
2022-09-10 10:18:39 -07:00 |
|
Dillon Kearns
|
2a1cd5cb8d
|
Use builder pattern for Pages.Generate.
|
2022-09-09 17:18:23 -07:00 |
|
Dillon Kearns
|
6f1af9a288
|
Update name in docs.json.
|
2022-09-09 16:21:34 -07:00 |
|
Dillon Kearns
|
d6597b43ce
|
Generate docs.json file as part of scaffold command.
|
2022-09-09 15:19:08 -07:00 |
|
Dillon Kearns
|
459f6df9de
|
Remove module contract requirement for View.placeholder since it is obsolete now with new scaffolding.
|
2022-09-09 13:09:02 -07:00 |
|
Dillon Kearns
|
8e8ab404db
|
Extract out hardcoded names for framework types into helper.
|
2022-09-09 11:09:25 -07:00 |
|
Dillon Kearns
|
8711b7185a
|
Add basic setup for a scaffold command using elm-codegen.
|
2022-09-09 10:56:54 -07:00 |
|
Dillon Kearns
|
67af0e53d0
|
Include View and Effect modules in elm-application.json, and include @docs comments to make them valid.
|
2022-09-09 10:53:19 -07:00 |
|
Dillon Kearns
|
07075b35ee
|
Force rebuild.
|
2022-09-06 15:04:05 -07:00 |
|
Dillon Kearns
|
880b32563d
|
Force build.
|
2022-09-06 10:14:41 -07:00 |
|
Dillon Kearns
|
2a0c775462
|
Handle decoding events for form submissions with no buttons (no submitter).
|
2022-09-06 09:47:37 -07:00 |
|
Dillon Kearns
|
e264ce3d07
|
Include completed fetcher items with their parsed ActionData in fetchers list.
|
2022-09-06 09:24:07 -07:00 |
|
Dillon Kearns
|
18a5d20ccf
|
Review fixes.
|
2022-08-25 11:57:33 -07:00 |
|
Dillon Kearns
|
5415fd83d7
|
Pass in fetchers with their formId's, and implement isTransitioning status for fetchers.
|
2022-08-25 10:59:39 -07:00 |
|
Dillon Kearns
|
c7d8c07939
|
Rename value.
|
2022-08-25 10:21:39 -07:00 |
|
Dillon Kearns
|
7f61f2bf93
|
Rename function.
|
2022-08-25 09:51:37 -07:00 |
|
Dillon Kearns
|
82b2f358fa
|
Rename type.
|
2022-08-24 20:12:26 -07:00 |
|
Dillon Kearns
|
dc9f2f3014
|
Force build.
|
2022-08-24 12:45:54 -07:00 |
|
Dillon Kearns
|
17e57beac6
|
Force build.
|
2022-08-24 12:12:35 -07:00 |
|
Dillon Kearns
|
0218c8d2a4
|
Force build.
|
2022-08-24 11:57:20 -07:00 |
|
Dillon Kearns
|
5f8a777c54
|
Turn real email sending back on.
|
2022-08-24 09:59:51 -07:00 |
|
Dillon Kearns
|
f4a61769b6
|
elm-pages TodoMVC example.
|
2022-08-24 09:19:54 -07:00 |
|
Dillon Kearns
|
f73fa4866a
|
Commit for git diff with TodoMVC example.
|
2022-08-24 09:19:36 -07:00 |
|
Dillon Kearns
|
5a2c283e32
|
Reorganize example.
|
2022-08-24 09:18:26 -07:00 |
|
Dillon Kearns
|
20632f90b2
|
Reorganize example.
|
2022-08-24 09:14:23 -07:00 |
|
Dillon Kearns
|
9b51b26c72
|
Move function to minimize diff with example.
|
2022-08-24 09:08:15 -07:00 |
|
Dillon Kearns
|
e463fe4cb0
|
Rename for smaller diff.
|
2022-08-24 09:06:18 -07:00 |
|
Dillon Kearns
|
643df60af1
|
Remove unused.
|
2022-08-24 09:01:30 -07:00 |
|