View Source Changelog
v0-6-0-2023-02-06
v0.6.0 (2023-02-06)
- Adds support for suffix on eject fences (#46)
v0-5-3-2022-09-07
v0.5.3 (2022-09-07)
- Fix to ensure Blueprint is recompiled when templates change (#45)
v0-5-2-2022-09-02
v0.5.2 (2022-09-02)
- Include Blueprint template file in published Hex package (#43)
v0-5-1-2022-08-19
v0.5.1 (2022-08-19)
- Fix issue where template files beginning with
.weren't compiled (#40) - Remove warning whenever
appnot used by a template (#40)
v0-5-0-2022-08-19
v0.5.0 (2022-08-19)
- Support globs with
Path.wildcardwildcard characters infile(#37) - Remove support for lists of paths in
file,template,cp, andcp_r(#37)
v0-4-0-2022-08-15
v0.4.0 (2022-08-15)
- Rename
code_fencestoeject_fences - Compile templates into Blueprint (#36)
v0-3-0-2022-08-09
v0.3.0 (2022-08-09)
- Make
templatesoptional inuse Uniform.Blueprint(#33) - Stop requiring
# uniform:depscode fences in mix.exs (#34)
v0-2-0-2022-08-08
v0.2.0 (2022-08-08)
- Change API of
mix uniform.ejectto acceptmy_appinstead ofMyApp(#31) - Add
mix uniform.ejectable_apps(#31) - Add
Uniform.ejectable_app_namesandUniform.ejectable_appsto public API (#31) - Automatically import
code_fences/3in Blueprint (#30)
v0-1-1-2022-08-06
v0.1.1 (2022-08-06)
- Support captured anonymous functions with
modify/2(#26)