Skip to content

Version 4.5.0

Compare
Choose a tag to compare
@jonnnnyw jonnnnyw released this 16 Jun 20:44
· 26 commits to master since this release
  • Tmp file names are now seeded by mt_rand instead of uniqid to avoid conflicts when running in parallel processes - #101
  • Can now add repeating header and footer to PDF output - #99
  • Comment blocks in procedures and partials no longer break validation - #103
  • Can now set client to lazy load requests which will wait until all resources are loaded before rendering the page. This includes images, AJAX requests etc. - #85