Skip to content

Releases: audreyfeldroy/complexity

Depend on Jinja2 >= 2.4, not == 2.7.

03 Dec 05:22

Choose a tag to compare

Patch release to allow for more flexibility with Jinja2 version. For example, some people install this globally and already have Jinja2 2.7.1.

Multi-level template directories

26 Jul 13:21

Choose a tag to compare

  • Support for multi-level template directories.
  • Skip non-HTML files in templates/ rather than raising NonHTMLFileException.

Root assets & better API.

26 Jul 11:50

Choose a tag to compare

  • Improved static site generation API - better parameters are used.
  • Files in the root of assets/ (or the asset directory) now get copied over to the output.
  • Much more documentation.