Commit Graph

5273 Commits

Author SHA1 Message Date
Dillon Kearns
9e83230a18 Update docs.json. 2023-03-14 17:31:43 -07:00
Dillon Kearns
3f5c7b1785 Change Session API to give empty session by default, and expose more low-level withSessionResult in case Result needs to be accessed. 2023-03-14 17:31:25 -07:00
Dillon Kearns
d879644f91 Change default SetCookie path to be "/", and add a withoutPath to options builder. 2023-03-14 17:30:21 -07:00
Dillon Kearns
b83ba27b89 Update Netlify script. 2023-03-14 16:35:40 -07:00
Dillon Kearns
7c7fe23e6d Try busting node cache. 2023-03-14 16:21:21 -07:00
Dillon Kearns
d563d7b6d1 Add new docs section. 2023-03-14 16:17:36 -07:00
Dillon Kearns
0eceb60fee Remove obsolete section and rename. 2023-03-14 16:17:28 -07:00
Dillon Kearns
28d1944ef2 Update landing page examples. 2023-03-14 16:17:07 -07:00
Dillon Kearns
a3716c4a39 Update landing page examples. 2023-03-14 11:11:58 -07:00
Dillon Kearns
c548e9b85b Include lamdera/codecs dependency in elm.json rewriting helpers. 2023-03-11 14:10:57 -08:00
Dillon Kearns
15edcd502e Add helpers for JSON Encoder for fields in Scaffold module. 2023-03-09 11:07:22 -08:00
Dillon Kearns
1e66901d93 Move elm-codegen type information to package instead of user-code. 2023-03-09 11:03:54 -08:00
Dillon Kearns
7360c36a34 Add dependency. 2023-03-09 11:03:17 -08:00
Dillon Kearns
8a60199a7d Remove unused folder from source-directories. 2023-03-09 11:03:12 -08:00
Dillon Kearns
edae49d96a Use pipeline for required fields in scaffold. 2023-03-08 11:13:32 -08:00
Dillon Kearns
30de168196 Use pipeline for RouteBuilder definition. 2023-03-08 11:10:02 -08:00
Dillon Kearns
590eb91bbc Update elm-codegen package in example. 2023-03-08 11:02:17 -08:00
Dillon Kearns
022778120a Update package-lock. 2023-03-08 11:02:10 -08:00
Dillon Kearns
068b265491
Merge pull request #10 from henriquecbuss/pipe-operators-for-form-scaffolding
Pipe operators for form scaffolding
2023-03-07 18:55:38 -10:00
Henrique Buss
a95b5d20a4
Convert all fields to use pipes 2023-03-08 01:22:03 -03:00
Henrique Buss
370ce772e7
Use Elm.Op.pipe to generate friendlier pipelines in Scaffold.Form 2023-03-08 01:08:58 -03:00
Dillon Kearns
1d39799276 Bump elm package. 2023-03-05 11:10:10 -08:00
Dillon Kearns
e0ec2b48f6 3.0.0-beta.30 2023-03-05 11:08:03 -08:00
Dillon Kearns
bda07df399 Don't use unexposed function in generated Main.elm module. 2023-03-05 11:07:29 -08:00
Dillon Kearns
016bef7bd1 Bump elm package. 2023-03-05 10:47:16 -08:00
Dillon Kearns
eae0dc80ff Bump NPM version. 2023-03-05 10:46:30 -08:00
Dillon Kearns
53b28f7954 3.0.0-beta.29 2023-03-05 10:46:18 -08:00
Dillon Kearns
a2c0022a82 Bump compatability key. 2023-03-05 10:46:12 -08:00
Dillon Kearns
337354b21c Fix example. 2023-03-05 10:38:41 -08:00
Dillon Kearns
b87928cc64 Fix test. 2023-03-05 10:36:24 -08:00
Dillon Kearns
2463f2a7a9 Remove test for deleted API. 2023-03-05 10:32:40 -08:00
Dillon Kearns
98bc1ba6c0 Update docs site to latest elm-tailwind-modules. 2023-03-05 10:15:42 -08:00
Dillon Kearns
bc6c5b6143 Fix docs. 2023-03-05 09:40:49 -08:00
Dillon Kearns
ef7bb724bf Delete commented code. 2023-03-05 09:37:35 -08:00
Dillon Kearns
e5ca534fc0 Extract common function. 2023-03-05 09:34:29 -08:00
Dillon Kearns
3266c997a4 Ignore unused destructure. 2023-03-05 09:31:05 -08:00
Dillon Kearns
154a4ff0b0 Handle form result in case expression in route generator. 2023-03-04 07:39:10 -08:00
Dillon Kearns
2c3665c70f Fix argument order and type for route scaffold helper. 2023-03-04 07:29:51 -08:00
Dillon Kearns
792389ea08 Update docs.json. 2023-03-03 18:45:40 -08:00
Dillon Kearns
f4cf8a7069 Make transition strategy the default and move formId argument to rendering. 2023-03-03 18:45:25 -08:00
Dillon Kearns
a8b8e7421d Move formId argument to Form render functions. 2023-03-03 16:55:18 -08:00
Dillon Kearns
cd3cae8393 Remove comment. 2023-03-03 16:09:26 -08:00
Dillon Kearns
6724ffc99d Remove unused import. 2023-03-03 16:09:19 -08:00
Dillon Kearns
2a30fb7e74 Delete comment. 2023-03-03 15:31:47 -08:00
Dillon Kearns
77b3d76954 Update docs.json. 2023-03-03 14:58:43 -08:00
Dillon Kearns
3045c108a5 Remove obsolete extra type FinalForm. 2023-03-03 14:54:41 -08:00
Dillon Kearns
57b147f046 Add options as part of Form type in preparation for removing extra FinalForm. 2023-03-03 13:22:53 -08:00
Dillon Kearns
8f0c334b22 Re-order RouteBuilder parameters for consistency. 2023-03-03 11:06:28 -08:00
Dillon Kearns
74249406f9 Use a plain List String for Path instead of Custom Type. 2023-03-03 10:13:51 -08:00
Dillon Kearns
ecf2dc897c Remove QueryParams parser in favor of a plain Dict String (List String). 2023-03-03 10:02:51 -08:00