You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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