v2.19.0
Changed
- Arktype updated to require
2.0.0-rc.8
, fixing some types (last update before 2.0).
Deprecated
- The
failStatus
and SPA action form (string
) options of single-page application mode are now deprecated.failStatus
is rarely used, and SPA action form can be created just by setting invalidateAll and applyAction tofalse
. See this example for details.
Added
- Exceptions thrown in the
onSubmit
,onResult
andonUpdate
events will now be caught and sent toonError
, if it exists.
Fixed
- Updating the same variable to the same value prevented the onChange event from being triggered.
- Factorized SuperDebug clipboard script.