Changeset 1101:7273894e61b8 for inc/libs/twig/CHANGELOG
- Timestamp:
- 02/15/13 08:35:19 (13 years ago)
- Branch:
- twig
- Children:
- 1106:a4487f3ca4b4, 1147:2e5cb79e4782
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/libs/twig/CHANGELOG
r991 r1101 1 * 1.12.2 (2013-02-09) 2 3 * fixed the timezone used by the date filter and function when the given date contains a timezone (like 2010-01-28T15:00:00+02:00) 4 * fixed globals when getGlobals is called early on 5 * added the first and last filter 6 7 * 1.12.1 (2013-01-15) 8 9 * added support for object instances as the second argument of the constant function 10 * relaxed globals management to avoid a BC break 11 * added support for {{ some_string[:2] }} 12 13 * 1.12.0 (2013-01-08) 14 15 * added verbatim as an alias for the raw tag to avoid confusion with the raw filter 16 * fixed registration of tests and functions as anonymous functions 17 * fixed globals management 18 19 * 1.12.0-RC1 (2012-12-29) 20 21 * added an include function (does the same as the include tag but in a more flexible way) 22 * added the ability to use any PHP callable to define filters, functions, and tests 23 * added a syntax error when using a loop variable that is not defined 24 * added the ability to set default values for macro arguments 25 * added support for named arguments for filters, tests, and functions 26 * moved filters/functions/tests syntax errors to the parser 27 * added support for extended ternary operator syntaxes 28 1 29 * 1.11.1 (2012-11-11) 2 30
Note: See TracChangeset
for help on using the changeset viewer.