HISTORY.md revision 7b369b959c854408c261b410916a5ab422dc007b
Substitute Utility Change History
=================================
3.4.0
-----
* No changes.
3.3.0
-----
* No changes.
3.2.0
-----
* No change to this utility, but `Y.Lang.sub()` was added to the YUI core.
This is a lightweight version of the substitute utility that follows the
same templating syntax, but lacks recursive replacements, object dumping,
and string formatting. The advantage is that it is very small, and available
in the YUI core -- perhaps the regular expression implementation will be
faster than the string manipulation that happens in substitute in some
situations.
3.1.1
-----
* No changes.
3.1.0
-----
* Substitute has a `recurse` option to support nested templates (the previous
default behavior). Normal operation is now a single level substitution
which is tolerant of brackets in the replacement string.
3.0.0
-----
* No changes.
3.0.0beta1
----------
* No changes.
3.0.0pr1
--------
* Initial release.