====== Changelog ======
===== 0.2 =====
==== beta 5 ====
- Fixed a bug which occurs in mixing direct and non-direct signatures.
- Updated documentation for [[bp0.2:examples#conditions|conditions]] and [[technology:Direct rendering signatures]].
- Fixed the slow-compiler bug in beta 4 (wrong benchmark template generation).
- Reenabled the caching feature.
==== beta 4 ====
- Added support for accessing objects (changed array notation).
- Array index name is now changeable. See both in [[bp0.2:examples#render_arrays_and_objects|Render arrays and objects]] example.
- The compiler is now slightly slower than in previous versions. See [[#speed_comparison|Speed comparison]].
==== beta 3 ====
- Its now possible to use your own delimiters. That feature prevents error messages in HTML IDEs. See [[bp0.2:examples#custom_delimiters|Custom Delimiters]].
==== beta 2 ====
- Built-in support for Xajax has been moved to a plugin.
- Support for direct rendering signatures (more information later).
- Unfortunately the new internal design makes older (before 0.2) templates incompatible.
- Less code, more speed.