CHANGELOG.md 1.1 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
- Enh #1799: Added `form_begin`, `form_end` to twig extension (samdark)
11 12 13 14 15
- 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)
16
- Chg: Renamed `TwigSimpleFileLoader` into `FileLoader` (samdark)
Qiang Xue committed
17

18 19
2.0.0-beta April 13, 2014
-------------------------
20

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

Carsten Brandt committed
23
2.0.0-alpha, December 1, 2013
24 25 26
-----------------------------

- Initial release.