Commit Graph

98 Commits

Author SHA1 Message Date
Dillon Kearns
10bbeb491d Use more declarative interface for Server Requests. 2021-12-26 21:56:33 -08:00
Dillon Kearns
5d5750b17f Update docs for SetCookie API. 2021-12-23 20:17:30 -08:00
Dillon Kearns
99b35546cf Add starting point for SetCookie API. 2021-12-23 19:25:51 -08:00
Dillon Kearns
6f82aa59f8 Add ServerRequest.withRequestTime, and make body nullable. 2021-12-23 13:34:54 -08:00
Dillon Kearns
8bbee7478e Update docs. 2021-12-23 09:21:20 -08:00
Dillon Kearns
6df0ce9987 Add cookie parser. 2021-12-22 14:42:35 -08:00
Dillon Kearns
c43d7f474b Wire through key for accessing DataSource.ServerRequest. 2021-12-22 11:29:16 -08:00
Dillon Kearns
86eeb4cef9 Move internal-only modules outside of Elm package and into generated code folders. 2021-12-11 11:42:35 -08:00
Dillon Kearns
b41fc3be47 Bump elm package. 2021-12-01 14:25:34 -08:00
Dillon Kearns
c91b01d5a4 Port over HTML to string helpers from elm-explorations/test. TODO - still need to port the escaping fixes I did to the elm-explorations/test implementation. 2021-10-07 11:34:08 -07:00
Dillon Kearns
8808ac1926 Address review errors. 2021-08-27 11:47:31 -07:00
Dillon Kearns
83e1aeddb0 Move review rule to Elm package. 2021-08-26 10:27:30 -07:00
Dillon Kearns
56dec4752c Bump elm package. 2021-08-03 13:40:09 -07:00
Dillon Kearns
af2b63bfa5 Bump Elm package. 2021-08-01 14:05:06 -07:00
Dillon Kearns
2f41a30d3c Bump Elm package. 2021-07-31 19:52:29 -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
c0891afb13 Remove serverless/on-demand helpers temporarily since they're not going to be in the initial 2.0 release. 2021-07-29 14:13:22 -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
cf0b7235eb Add DataSource.Port to exposed modules. 2021-07-29 10:10:05 -07:00
Dillon Kearns
9c995f9c90 Hash data source keys to reduce JSON size. 2021-07-16 11:32:39 -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
Dillon Kearns
09bd2e982e Add distill helpers for codec packages. 2021-06-18 10:29:23 -07:00
Dillon Kearns
819dd0d5e2 Add new rule. 2021-06-03 17:57:57 -07:00
Dillon Kearns
dcf3205092 Rename ServerRequest to be under DataSource namespace. 2021-06-03 17:27:28 -07:00
Dillon Kearns
9f435f5b20 Expose package module. 2021-06-03 17:22:01 -07:00
Dillon Kearns
2dad37d154 Expose ApiRoute module and add some doc comments. 2021-06-02 13:41:43 -07:00
Dillon Kearns
2ac7dd0b24 Wire up PageUrl. 2021-05-24 11:17:34 -07:00
Dillon Kearns
48dabe8673 Add Pages.Url and replace ImagePath with Pages.Url.Url type. 2021-05-23 15:11:46 -07:00
Dillon Kearns
231d38cc69 Unexpose PagePath module. 2021-05-23 11:13:15 -07:00
Dillon Kearns
8a982aa884 Add new Path API. 2021-05-23 10:03:21 -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
82e0d34afd Add flags. 2021-05-17 12:51:04 -07:00
Dillon Kearns
df1d623f5a Update Glob name in elm.json exposed modules. 2021-04-28 14:07:32 -07:00
Dillon Kearns
c7984cccfd Remove unused dependency. 2021-04-25 20:36:21 -07:00
Dillon Kearns
810010bd1a Parser-based implementation doesn't work because it's greedy (not possible to do lazy matching like regex). 2021-04-25 15:17:52 -07:00
Dillon Kearns
2cb1162f35 Add language tag package dependency. 2021-04-22 21:28:08 -07:00
Dillon Kearns
93d8572ddf Rename Pages.StaticFile -> DataSource.File. 2021-04-20 14:27:36 -07:00
Dillon Kearns
fb2c5be7ce Update doc comments. 2021-04-20 14:24:36 -07:00
Dillon Kearns
c2a6ff6be6 Remove old module from package exposed. 2021-04-16 09:47:19 -07:00
Dillon Kearns
543243de88 Remove unused module. 2021-04-10 13:58:08 -07:00
Dillon Kearns
ba6a5b9cca Remove unused module. 2021-04-10 13:15:39 -07:00
Dillon Kearns
222382ce7f Update elm-codec version. 2021-04-08 08:42:07 -07:00
Dillon Kearns
39b83767b6 Fix some test errors. 2021-04-02 21:43:57 -07:00
Dillon Kearns
b1047709c6 Add Glob and StaticFile as exposed package modules. 2021-04-02 13:58:54 -07:00
Dillon Kearns
5c64e4e2d4 Address some elm-review errors. 2020-12-07 08:55:12 -08:00
Dillon Kearns
6f608102c4 Bump elm version. 2020-10-26 11:53:20 -07:00
Dillon Kearns
61a46aef91 Add icons to manifest config. 2020-10-20 16:41:00 -07:00