Version 4.5.0
- Tmp file names are now seeded by
mt_rand
instead ofuniqid
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