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