-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
28 lines (21 loc) · 1.12 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
2011-02-15 Paul Millar <[email protected]>
Add support for conditional processing with choose, optionally and when elements
2011-02-14 Paul Millar <[email protected]>
Add support for discovering the value of an RDN via parent-rdn; add mandatory attr 'use'
2010-01-11 Paul Millar <[email protected]>
Add support for relative paths in lookup element
2008-10-02 Paul Millar <[email protected]>
Make depth a parameter to allow caller to override value.
Switch to using the path-stack and depth instead of rel-path for user-elements.
2008-09-30 Paul Millar <[email protected]>
Add support for a path-stack, fixes loop-in-loop.
2008-09-25 Paul Millar <[email protected]>
Add support for numerical predicates.
Allow more flexible allow/suppress combinations.
Add support for building new rel-path when conducting loops within loops.
2008-09-24 Paul Millar <[email protected]>
Fix comments; add a time-stamp to output.
2008-07-17 Paul Millar <[email protected]>
Fix default attribute check.
Tidy up comments, indentation, error msgs.
Be much more careful to always return default, if element isn't found.