Skip to content

Releases: neveldo/TextGenerator

1.0.2

14 Mar 16:53
Compare
Choose a tag to compare
  • Add u modifier to preg_replace_callback() call

1.0.1

13 Mar 15:35
Compare
Choose a tag to compare
  • Allow to load dependency expression-language 2.x or 3.x

1.0.0

08 Mar 17:02
Compare
Choose a tag to compare
  • Add coalesce function
  • Handle properly UTF-8 characters
  • Remove whitespaces around variable name in set function

0.4.0

12 Sep 19:41
Compare
Choose a tag to compare
  • 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

04 Sep 22:21
Compare
Choose a tag to compare
  • 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 ';;'