Skip to content

0.14.0

Compare
Choose a tag to compare
@maciejhirsz maciejhirsz released this 07 Jun 09:08
· 10 commits to master since this release
dc7751d

This patch adds great work from @grego:

  • You can now nest sections in fields such that instead of writing {{#section}}{{field}}{{/section}} you can just write {{section field}}. You can also use this nesting for opening and closing of sections (#59).
  • The main Ramhorns struct can now take a custom hasher as a generic param for its internal partials HashMap (also #59).
  • Updated dependencies, pulldown_cmark is now an optional dependency (enabled by default).