Skip to content
pvande edited this page Oct 18, 2010 · 1 revision

v0.1.0

  • Completed documentation, testing.
  • Otherwise, as-is.

v0.2.0

  • Refactor configuration options.
    • Options are likely to become attribute readers, to be overridden in subclasses.
    • Global configuration may be supported via ${"Template::Mustache::$attribute"}.

v0.3.0

  • Redesign parser.
    • Current parser is a bit wonky, and poorly factored.
    • Replacement parser should be single pass, avoid reading entire file, provide better error messages.

v0.4.0

  • Misc. Improvements.
  • Misc. Bugfixes.

v1.0.0

  • Stable API.
  • Support for v1.0.0 of the Mustache specification.

All versions are expected to comply with Semantic Versioning.

Clone this wiki locally