Skip to content

Releases: neveldo/TextGenerator

2.0.0

23 Oct 20:38
Compare
Choose a tag to compare
  • update PHP version, update dependencies, improve code quality
  • Add a reproducable random function "reprandom"

1.7.0

03 Jun 17:29
Compare
Choose a tag to compare
  • Remove recursive regex and recursive sort in template compilation step
  • Add test testImbricatedFunctions()
  • Fix unit tests

1.6.0

11 Mar 11:20
Compare
Choose a tag to compare

1.6.0 - February 11, 2020

  • Other text functions now returns '[empty]' instead of ''

1.5.0

11 Mar 10:29
Compare
Choose a tag to compare

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

11 Mar 09:41
Compare
Choose a tag to compare

1.4.0 - February 11, 2020

  • ExprFunction now returns [empty] if the expression thrown an Error or an Exception.

1.3.0

09 Mar 14:56
Compare
Choose a tag to compare

1.3.0 - February 9, 2020

  • Add "replace" filter

1.2.1

10 Dec 15:19
08538fc
Compare
Choose a tag to compare

1.2.1 - December 10, 2018

  • Fix reset sortedStatementsStack within TextGenerator::compile()

1.2.0

04 Jun 13:56
Compare
Choose a tag to compare

1.2.0 - June 4, 2018

  • Update phpunit and expression-language versions

1.1.1

11 Nov 21:34
Compare
Choose a tag to compare
  • Replace strtolower() call to mb_strtolower() within LoopFunction

1.1.0

30 Mar 22:27
Compare
Choose a tag to compare
  • Add rmna function
  • Prevent filters to be called on empty values
  • Prevent 'number' filter to be called on non-numeric values