- Switched to explicit plugins list in config.yml - Added 'init' hook on Site init - Added support for 'init_site' callbacks in plugins - Include config.globals in template context by default
0.3.4
------------------
- Handle `gilbert` being run with no options - Fix support for nested schema - Added lifetime 'hooks'
0.3.3
------------------
- Fix broken limit handling on Collection plugin - refactor the cli code to use sub-parsers - Make 'serve' command pass paths as str not Path Fixes issues on Windows
0.3.2
------------------
- Add limit to Collection plugin - Add 'serve' action
0.3.1
------------------
- Switch from Markdown2 to Markdown (significantly faster) - Fix broken Templated API after interface changes
0.3.0
------------------
- Rework Content API to separate data / meta / content - Use InstanceValidator (nes SimpleValidator) as default schema validator - Make Raw objects lazy; saves memory