CHANGELOG.md 1.71 KB
Newer Older
1 2 3
Yii Framework 2 twig extension Change Log
=========================================

Qiang Xue committed
4 5 6 7 8 9
2.0.1 under development
-----------------------

- no changes in this release.


Qiang Xue committed
10 11
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
12

13
- Bug #5308: object function calls in templates were passing arguments in a wrong way (genichyar, samdark)
Qiang Xue committed
14 15


16 17
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
18

19
- Bug #2925: Fixed throwing exception when accessing AR property with null value (samdark)
20
- Bug #3767: Fixed repeated adding of extensions when using config. One may now pass extension instances as well (grachov)
Alexander Makarov committed
21
- Bug #3877: Fixed `lexerOptions` throwing exception (dapatrese)
22
- Bug #4290: Fixed throwing exception when trying to access AR relation that is null (samdark, tenitski)
23
- Bug #5191: Sandbox was ignored for models and AR relations (genichyar)
24
- Enh #1799: Added `form_begin`, `form_end` to twig extension (samdark)
25 26 27 28
- Enh #3674: Various enhancements (samdark)
    - Removed `FileLoader` and used `\Twig_Loader_Filesystem` instead.
    - Added support of Yii's aliases.
    - Added `set()` that allows setting object properties.
29 30 31 32 33
- Chg #3535: Syntax changes:
    - Removed `form_begin`, `form_end` (samdark)
    - Added `use()` and `ViewRenderer::uses` that are importing classes and namespaces (grachov, samdark)
    - Added widget dynamic functions `*_begin`, `*_end`, `*_widget`, `widget_end` (grachov, samdark)
    - Added more tests (samdark)
34
- Chg: Renamed `TwigSimpleFileLoader` into `FileLoader` (samdark)
Qiang Xue committed
35

36 37
2.0.0-beta April 13, 2014
-------------------------
38

39
- Added file based Twig loader for better caching and usability of Twig's file based functions (dev-mraj, samdark)
40

Carsten Brandt committed
41
2.0.0-alpha, December 1, 2013
42 43 44
-----------------------------

- Initial release.