Skip to content

v0.8.0

Choose a tag to compare

@edemaine edemaine released this 06 Apr 18:18
· 10 commits to main since this release
  • Custom URL encoding supported at the per-input level (#6). You can add encode and decode methods to an input via initial addInput, or by setting them on the object returned from findInput.
  • Inputs can be marked minor to encourage replaceState behavior when they change. You can similarly add the minor attribute via addInput or findInput.
  • Expose internal helper methods: getParameterByName, getInputValue, getInputDefaultValue, setInputValue, queueMicrotask. This enables overriding behavior more, and I had need of manual getParameterByName.

Full Changelog: v0.7.0...v0.8.0