- Adds support for suffix on eject fences (#46)
- Fix to ensure Blueprint is recompiled when templates change (#45)
- Include Blueprint template file in published Hex package (#43)
- Fix issue where template files beginning with
.
weren't compiled (#40) - Remove warning whenever
app
not used by a template (#40)
- Support globs with
Path.wildcard
wildcard characters infile
(#37) - Remove support for lists of paths in
file
,template
,cp
, andcp_r
(#37)
- Rename
code_fences
toeject_fences
- Compile templates into Blueprint (#36)
- Make
templates
optional inuse Uniform.Blueprint
(#33) - Stop requiring
# uniform:deps
code fences in mix.exs (#34)
- Change API of
mix uniform.eject
to acceptmy_app
instead ofMyApp
(#31) - Add
mix uniform.ejectable_apps
(#31) - Add
Uniform.ejectable_app_names
andUniform.ejectable_apps
to public API (#31) - Automatically import
code_fences/3
in Blueprint (#30)
- Support captured anonymous functions with
modify/2
(#26)