summaryrefslogtreecommitdiff
path: root/Changes
blob: ca4d9e2843e95aa9fcceb50930a123838cc12f28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
2011-03-04: v1.1.0
  Implicit iterators.
    A single period (`.`) may now be used as a name in Interpolation tags,
    which represents the top of stack (cast as a String).
  Dotted names.
    Names containing one or more periods should be resolved as chained
    properties; naïvely, this is like nesting section tags, but with some
    built-in scoping protections.

2011-03-02: v1.0.1
  Clarifying a point in the README about version compliance.
  Adding high-level documentation to each spec file.

2011-02-28: v1.0.0
  Initial Release