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

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

- no changes in this release.


Qiang Xue committed
10
2.0.1 December 07, 2014
Qiang Xue committed
11 12 13 14 15
-----------------------

- no changes in this release.


Qiang Xue committed
16 17
2.0.0 October 12, 2014
----------------------
Qiang Xue committed
18

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


22 23
2.0.0-rc September 27, 2014
---------------------------
Qiang Xue committed
24

25
- Bug #2925: Fixed throwing exception when accessing AR property with null value (samdark)
26
- Bug #3767: Fixed repeated adding of extensions when using config. One may now pass extension instances as well (grachov)
Alexander Makarov committed
27
- Bug #3877: Fixed `lexerOptions` throwing exception (dapatrese)
28
- Bug #4290: Fixed throwing exception when trying to access AR relation that is null (samdark, tenitski)
29
- Bug #5191: Sandbox was ignored for models and AR relations (genichyar)
30
- Enh #1799: Added `form_begin`, `form_end` to twig extension (samdark)
31 32 33 34
- 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.
35 36 37 38 39
- 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)
40
- Chg: Renamed `TwigSimpleFileLoader` into `FileLoader` (samdark)
Qiang Xue committed
41

42 43
2.0.0-beta April 13, 2014
-------------------------
44

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

Carsten Brandt committed
47
2.0.0-alpha, December 1, 2013
48 49 50
-----------------------------

- Initial release.