v0.8.0
- Custom URL encoding supported at the per-input level (#6). You can add
encodeanddecodemethods to an input via initialaddInput, or by setting them on the object returned fromfindInput. - Inputs can be marked minor to encourage
replaceStatebehavior when they change. You can similarly add theminorattribute viaaddInputorfindInput. - Expose internal helper methods:
getParameterByName,getInputValue,getInputDefaultValue,setInputValue,queueMicrotask. This enables overriding behavior more, and I had need of manualgetParameterByName.
Full Changelog: v0.7.0...v0.8.0