Changes in Folio
================

Version 0.3
-----------

* Add :meth:`folio.Folio.register_extension`. The method
  :meth:`folio.Folio.add_extension` will only add it the the `EXTENSIONS` list
  in the configuration. The extensions will be registered the first time
  :meth:`folio.Folio.build` is called within the method
  :meth:`folio.Folio.init_config`.
* Create the extension :mod:`folio.ext.themes`.

Version 0.2
-----------

* Add config to Jinja globals.
* Make :attr:`folio.Folio.import_path` a lazy property.
* :meth:`folio.Folio.is_template` will ignore files in a hidden directory or
  that starts with an underscore.
* Create tests.
* Create documentation.

Version 0.1
-----------

First public release.
