Skip to content

v0.12.0: 0.12.0: Sub-command and liquid improvements

Compare
Choose a tag to compare
@johannhof johannhof released this 23 Mar 04:00
· 1169 commits to master since this release

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

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

  • clean: Don't error on double-clean (a380fd15)
  • import: import is self-contained (4e0be270, closes #394)
  • new:
    • Dont assume dirs are files (35bed0c5, closes #401)
    • Error if file isn't a part of a collection (99a0d017)
  • serve: Fix site.base_url by adding http:// (1a3ae383)
  • slug: Dont ignore non-ascii in slug (08f0621c, closes #383)
  • liquid:
    • date_in_tz correctly parse date strings (8fca4340)
    • Improve value coercion (8fca4340)
    • if can do existence check again (0ed5247)
  • config: Bug fixes with ignore (0ed5247)