Releases: neveldo/TextGenerator
Releases · neveldo/TextGenerator
1.0.2
1.0.1
1.0.0
0.4.0
- Sort the function calls tree from left to right and from bottom to up
- Add 'substring' filter to FilterFunction
- Fix error when a filter doesn't exist
- Fix set function when the variable name contains another existing variable name
- Return an error in date filter is used with a wrong format
0.3.0
- Add new #choose{} function
- Add new #prandom{} function
- Add new #expr{} function
- Allow variables assignment through #set{} function
- Update statements execution order to allow variables assignment
- Use the special caracter '@' for tags in every cases
- Allow text to be indented with ';;'