Releases: neveldo/TextGenerator
Releases · neveldo/TextGenerator
2.0.0
- update PHP version, update dependencies, improve code quality
- Add a reproducable random function "reprandom"
1.7.0
- Remove recursive regex and recursive sort in template compilation step
- Add test testImbricatedFunctions()
- Fix unit tests
1.6.0
1.6.0 - February 11, 2020
- Other text functions now returns '[empty]' instead of ''
1.5.0
1.5.0 - February 11, 2020
- ProbabilityRandomFunction and RandomFunction now returns '[empty]'' instead of '' if there is no valid choices as arguments.
1.4.0
1.4.0 - February 11, 2020
- ExprFunction now returns [empty] if the expression thrown an Error or an Exception.
1.2.1
1.2.1 - December 10, 2018
- Fix reset sortedStatementsStack within TextGenerator::compile()
1.2.0
1.2.0 - June 4, 2018
- Update phpunit and expression-language versions
1.1.1
- Replace strtolower() call to mb_strtolower() within LoopFunction
1.1.0
- Add rmna function
- Prevent filters to be called on empty values
- Prevent 'number' filter to be called on non-numeric values