fenom/CHANGELOG.md

77 lines
1.4 KiB
Markdown
Raw Normal View History

2013-05-30 23:23:22 +04:00
CHANGELOG
=========
2013-07-24 19:37:07 +04:00
## 1.2.0
- Feature #29: add {unset} tag
- Add hook for loading modifiers and tags
2013-07-22 18:03:43 +04:00
## 1.1.0
- Bug #19: Bug with "if" expressions starting with "("
- Bug #16: Allow modifiers for function calls
- Bug #25: Invalid option flag for `auto_reload`
- Bug: Invalid options for cached templates
- Bug: Removed memory leak after render
- Fix nested bracket pull #10
- Fix bugs with provider
- Improve providers' performance
- Improve #1: Add `is` and `in` operator
- Remove Fenom::addTemplate(). Use providers for adding custom templates.
- Big refractory: parsers, providers, storage
- Improve tokenizer
- Internal optimization
- Add options for benchmark
- Add stress test (thanks to @klkvsk)
2013-07-23 11:32:31 +04:00
- Bugs--
2013-07-22 18:03:43 +04:00
- Comments++
- Docs++
- Test++
## 1.0.8
- Perform auto_escape options
- Fix bugs
- Update documentation
## 1.0.7
- Perform auto_escape options
- Fix bugs
## 1.0.6 (2013-07-04)
- Fix modifiers insertions
2013-07-04 01:48:25 +04:00
## 1.0.5 (2013-07-04)
2013-07-04 01:28:10 +04:00
2013-07-04 01:48:25 +04:00
- Add `Fenom::AUTO_ESCAPE` support (feature #2)
- Update documentation
2013-07-04 01:28:10 +04:00
## 1.0.4 (2013-06-27)
2013-07-04 01:48:25 +04:00
- Add nested level for {extends} and {use}
- Small bug fix
- Update documentation
2013-07-04 01:28:10 +04:00
2013-06-20 11:11:37 +04:00
## 1.0.3 (2013-06-20)
2013-07-04 01:48:25 +04:00
- Allow any callable for modifier (instead string)
- Bug fix
- Update documentation
2013-06-20 11:11:37 +04:00
## 1.0.2 (2013-06-18)
2013-07-04 01:48:25 +04:00
- Optimize extends
- Bug fix
- Update documentation
2013-05-30 23:23:22 +04:00
2013-05-30 23:37:39 +04:00
## 1.0.1 (2013-05-30)
2013-07-04 01:48:25 +04:00
- Bug fix
2013-05-30 23:37:39 +04:00
- comments don't work
2013-05-30 23:23:22 +04:00
## 1.0 (2013-05-30)
2013-07-04 01:48:25 +04:00
- First release