This repository was archived by the owner on Sep 28, 2022. It is now read-only.
0.9.0
Release Notes
Breaking changes
File change sections no longer run on form-load by default. Now to make the file change section run on form-load you need to append the new onLoad parameter (see New features below).
Deprecation
The always tag on start sections is now deprecated. To achieve the same result swap to using the onLoad parameter. The always parameter will be removed in a future release.
New features
The onLoad parameter was added to all sections. If the onLoad parameter is present the code within that given section will also run whenever the form page is loaded.