Skip to content
Bohdan Makohin edited this page Jun 10, 2013 · 13 revisions

Last Update: March 2013

This document describes the high-level roadmap for HxDtl.

Versioning

HxDtl releases are versioned according to Sematic Versioning:

MAJOR.MINOR.BUGFIX

Upcoming Releases

HxDtl 0.2.0

  • High Level API for template engine
  • Support of custom tags and filters
  • Fully supported targets:
    • Neko
    • C++
    • JavaScript
    • Flash

Current Releases

HxDtl 0.1.1

  • Support of Haxe 3.0.0

HxDtl 0.1.0

  • Syntax: variables, tags, filters, comments
  • Built-in tags:
    • comment
    • filter
    • for
    • for ... empty
    • if
      • and, or, not
      • ==, !=, <, >, <=, >=
  • Built-in filters:
    • add
    • default
    • length
  • Template API: configurable Environment and Template classes
  • Fully supported targets:
    • Neko
    • C++
Clone this wiki locally