v0.12.0: 0.12.0: Sub-command and liquid improvements
This release drops support for migrating from pre-0.11. Please use 0.11 to migrate first.
Performance
- layouts: Switch from lazy to eager loading (b2cbe13a)
Features
new
:- New
rename
subcommand (1fee0775, closes #393) - liquid:
serve
: Custom host support (e654541)debug
:- More details available with
--trace
(0ed5247)
Breaking Changes
migrate
: Removing migration support (20b29932)import
:import
is self-contained (4e0be270, closes #394)- layouts: Switch from lazy to eager (b2cbe13a)
- liquid:
Bug Fixes