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

Qiang Xue committed
4 5 6
2.0.0-rc under development
--------------------------

7
- Bug #2925: Fixed throwing exception when accessing AR property with null value (samdark)
8
- Bug #3767: Fixed repeated adding of extensions when using config. One may now pass extension instances as well (grachov)
Alexander Makarov committed
9
- Bug #3877: Fixed `lexerOptions` throwing exception (dapatrese)
10
- Bug #4290: Fixed throwing exception when trying to access AR relation that is null (samdark, tenitski)
11
- Enh #1799: Added `form_begin`, `form_end` to twig extension (samdark)
12 13 14 15
- 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.
16 17 18 19 20
- 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)
21
- Chg: Renamed `TwigSimpleFileLoader` into `FileLoader` (samdark)
Qiang Xue committed
22

23 24
2.0.0-beta April 13, 2014
-------------------------
25

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

Carsten Brandt committed
28
2.0.0-alpha, December 1, 2013
29 30 31
-----------------------------

- Initial release.