All Versions
16
Latest Version
Avg Release Cycle
100 days
Latest Release
1652 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.0 Changes
June 03, 2020- โ Remove recursive regex and recursive sort in template compilation step
- โ Add test testImbricatedFunctions()
- ๐ Fix unit tests
-
v1.6.0 Changes
March 11, 20201.6.0 - February 11, 2020
- Other text functions now returns '[empty]' instead of ''
-
v1.5.0 Changes
March 11, 20201.5.0 - February 11, 2020
- ProbabilityRandomFunction and RandomFunction now returns '[empty]'' instead of '' if there is no valid choices as arguments.
-
v1.4.0 Changes
March 11, 20201.4.0 - February 11, 2020
- ๐ป ExprFunction now returns [empty] if the expression thrown an Error or an Exception.
-
v1.3.0 Changes
March 09, 20201.3.0 - February 9, 2020
- โ Add "replace" filter
-
v1.2.1 Changes
December 10, 20181.2.1 - December 10, 2018
- ๐ Fix reset sortedStatementsStack within TextGenerator::compile()
-
v1.2.0 Changes
June 04, 20181.2.0 - June 4, 2018
- โก๏ธ Update phpunit and expression-language versions
-
v1.1.1 Changes
November 11, 2017- Replace strtolower() call to mb_strtolower() within LoopFunction
-
v1.1.0 Changes
March 30, 2017- โ Add rmna function
- Prevent filters to be called on empty values
- Prevent 'number' filter to be called on non-numeric values
-
v1.0.2 Changes
March 14, 2017- Add u modifier to preg_replace_callback() call