fenom/CHANGELOG.md

39 lines
550 B
Markdown
Raw Normal View History

2013-05-30 23:23:22 +04:00
CHANGELOG
=========
## 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