Full list of changes between releases.
Changes in Folio
Version 0.4
- Recreate mdown extension as mdwnbuilder using new
folio.builders.Wrapper class.
- Builders can have an attribute enable.
- Make folio.Folio.logger a lazy property that will print to stderr
when running in debug mode.
- The defaults builder will be only be added when no builders are added. The
patterns are configurable with the keys STATIC_BUILDER_PATTERN and
TEMPLATE_BUILDER_PATTERN.
Version 0.1
First public release.