Commit Graph

1594 Commits

Author SHA1 Message Date
Dillon Kearns
a41b5f5f03 Add review config. 2020-12-07 08:31:06 -08:00
Dillon Kearns
f679179212 Install elm-review. 2020-12-07 08:29:15 -08:00
Dillon Kearns
c9d95edeae Remove dead module. 2020-12-07 08:29:06 -08:00
Dillon Kearns
82a2e90569 Update changelog. 2020-11-02 11:27:12 -08:00
Dillon Kearns
f2670b7b37 1.5.4 2020-11-02 11:26:33 -08:00
Dillon Kearns
cc4a07605d Generate template modules file. 2020-10-30 10:32:52 -07:00
Dillon Kearns
ec88c4fa78 Use template modules file plus pages.elm file for fingerprint. 2020-10-30 10:30:24 -07:00
Dillon Kearns
1a183799a4 Only copy Template.elm module once. 2020-10-30 10:27:33 -07:00
Dillon Kearns
168c3a9384 Back to webpack dev server with no template modules codegen. 2020-10-30 10:11:34 -07:00
Dillon Kearns
760e971140 1.5.3 2020-10-29 10:30:19 -07:00
Dillon Kearns
f67990c638 Update changelog. 2020-10-29 10:30:03 -07:00
Dillon Kearns
5938b5d7d9 Fix dev server infinite re-building, and fix the double compilation for dev server. 2020-10-29 10:27:27 -07:00
Dillon Kearns
41f24bd6d6 Update changelog. 2020-10-28 07:47:56 -07:00
Dillon Kearns
decca619f2 1.5.2 2020-10-28 07:47:01 -07:00
Dillon Kearns
725101fec9 Fix infinite looping in elm-pages develop from the new generated module. 2020-10-28 07:46:55 -07:00
Dillon Kearns
27715ea9f3 Fix anchor links in docs site. 2020-10-28 07:44:14 -07:00
Dillon Kearns
806e39e30f 1.5.1 2020-10-27 15:50:28 -07:00
Dillon Kearns
1b7b7e753b Update changelog. 2020-10-27 15:50:21 -07:00
Dillon Kearns
27fb6a4f82 Make cli script executable. 2020-10-26 20:36:05 -07:00
Dillon Kearns
04792c15d6 Ensure slash separator for content.json fetch. 2020-10-26 20:35:42 -07:00
Dillon Kearns
634f269801 Add closing head tag. 2020-10-26 19:09:45 -07:00
Dillon Kearns
00d4a86d73
Update CHANGELOG-ELM.md 2020-10-26 13:16:05 -07:00
Dillon Kearns
745b2aa812 Update content. 2020-10-26 13:10:00 -07:00
Dillon Kearns
c4cf9e2430 Merge branch 'template-modules' 2020-10-26 12:00:33 -07:00
Dillon Kearns
59354bc02f 1.5.0 2020-10-26 11:53:33 -07:00
Dillon Kearns
6f608102c4 Bump elm version. 2020-10-26 11:53:20 -07:00
Dillon Kearns
73cf428b19
Merge pull request #109 from dillonkearns/template-modules
Try file structure with each template in its own module
2020-10-26 11:52:55 -07:00
Dillon Kearns
74b3ba2b5e Fix compiler error. 2020-10-26 11:50:06 -07:00
Dillon Kearns
aa2c80165c Move jest tests to another directory. 2020-10-26 11:48:13 -07:00
Dillon Kearns
7bb55dd9ff Update upgrade guide. 2020-10-26 11:40:15 -07:00
Dillon Kearns
3f1af7bb21 Add initial release notes info. 2020-10-26 11:28:36 -07:00
Dillon Kearns
f6b956c5aa Run prettier on markdown. 2020-10-26 11:15:50 -07:00
Dillon Kearns
dfa71340a2 Hide counter views and fix current path highlighting in docs page. 2020-10-26 11:09:26 -07:00
Dillon Kearns
b26d05b88c Generate Template.elm module. 2020-10-26 11:03:43 -07:00
Dillon Kearns
3aa978578b Update template modules file name. 2020-10-26 10:50:11 -07:00
Dillon Kearns
7478642190 Wire in OnPageChange to shared. 2020-10-25 12:06:08 -07:00
Dillon Kearns
3964dc43b6 Use Maybe instead of NoOp for SharedMsg's. 2020-10-25 11:24:52 -07:00
Dillon Kearns
75cca61597 Add a generator for the template modules beta. 2020-10-25 09:15:17 -07:00
Dillon Kearns
b2926149ff Update docs. 2020-10-25 09:06:21 -07:00
Dillon Kearns
68a25f24c7 Rename template aliases. 2020-10-25 08:35:30 -07:00
Dillon Kearns
7fbcfb60d8 Add setup for local docs for generated module. 2020-10-25 08:22:50 -07:00
Dillon Kearns
3aaf631c62 Generate template modules file in beta build. 2020-10-24 16:35:54 -07:00
Dillon Kearns
28692cf003 Use new decoder in template module decoder. 2020-10-24 15:55:45 -07:00
Dillon Kearns
12d9decf04 Fix type variables in template modules. 2020-10-24 15:46:01 -07:00
Dillon Kearns
3442cf02a8 Merge branch 'master' into template-modules
# Conflicts:
#	.gitignore
#	examples/docs/src/Main.elm
2020-10-24 13:02:17 -07:00
Dillon Kearns
e5a7752498
Merge pull request #149 from dillonkearns/elm-to-html
No-webpack build beta
2020-10-24 11:42:32 -07:00
Dillon Kearns
938692b518 Rename some files in dist and add some preload tags. 2020-10-23 15:56:39 -07:00
Dillon Kearns
61686bd3f7 Make sure elm-optimize-level-2 was successful or else fail beta build. 2020-10-23 15:42:40 -07:00
Dillon Kearns
489de6cfbc Fix source-directories in examples. 2020-10-22 13:16:39 -07:00
Dillon Kearns
05704eb744 Pass in all metadata to make sure files are generated correctly. 2020-10-22 12:49:24 -07:00