Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Latest commit

 

History

History
62 lines (39 loc) · 1.61 KB

CHANGELOG.md

File metadata and controls

62 lines (39 loc) · 1.61 KB

3.5.4 (2013-08-24)

  • Fix #7 where setting the template in one file would change the default template for all subsequent files. Thanks to @inouire for spotting it.

3.5.1 – 3.5.3 (2013-08-04)

  • The phar is now generated by the Box app
  • Various code-standards-related fixes (undeclared properties, formatting, etc)
  • Dependencies have been updated and tested

3.5.0 (2013-04-28)

  • Added an extras/ folder with a "live view" script.
  • Performance improvements - the container is compiled and cached, and Twig templates can be cached too. You must add cache = false (or a path to the cache folder) to config.ini
  • Back to 100% test coverage

3.4.0 (2013-04-26)

  • Siteroot listener replaced with pagecontext listener (thanks @inouire)

3.3.0 (2013-04-25)

  • Add siteroot listener
  • Move frontmatter parsing to own listener
  • Add data holder to FileCopyEvent
  • Listeners now registered with priority

3.2.8 (2013-04-18)

  • Don't die if sass isn't installed

3.2.5 (2013-04-14)

  • Minor fixes to Travis automated testing
  • Switch to Composer autoloader

3.2.2 (2013-04-11)

  • Improve test coverage
  • The sass transformer now relies on a sass process builder
  • Update architecture notes

3.2.1 (2013-04-09)

  • Removed badly-implemented logging

3.2.0 (2013-04-09)

  • Transformers are now event listeners instead of being registered with the TransformingFilesystem.

3.1.0 (2013-04-08)

  • Add SassTransformer to compile SCSS files. You need to add sass_path = to your config.ini

3.0.0 (2013-04-08 )

  • Complete rewrite, built around an extension of the Symfony Filesystem component.