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

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

- no changes in this release.


10 11
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
12

13
- Bug #2925: Fixed throwing exception when accessing AR property with null value (samdark)
14
- Bug #3767: Fixed repeated adding of extensions when using config. One may now pass extension instances as well (grachov)
Alexander Makarov committed
15
- Bug #3877: Fixed `lexerOptions` throwing exception (dapatrese)
16
- Bug #4290: Fixed throwing exception when trying to access AR relation that is null (samdark, tenitski)
17
- Bug #5191: Sandbox was ignored for models and AR relations (genichyar)
18
- Enh #1799: Added `form_begin`, `form_end` to twig extension (samdark)
19 20 21 22
- 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.
23 24 25 26 27
- 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)
28
- Chg: Renamed `TwigSimpleFileLoader` into `FileLoader` (samdark)
Qiang Xue committed
29

30 31
2.0.0-beta April 13, 2014
-------------------------
32

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

Carsten Brandt committed
35
2.0.0-alpha, December 1, 2013
36 37 38
-----------------------------

- Initial release.