Skip to content

Releases: formspree/statickit-core

Version 1.3.1

11 Oct 16:21
Compare
Choose a tag to compare

Clean up npm packaging.

v1.3.0...v1.3.1

Version 1.3.0

10 Oct 22:22
Compare
Choose a tag to compare
  • Fix bugs affecting form data that is not an instance of FormData.
  • Remove use of async/await in favor of promises, to reduce transpilating needs.
  • Remove use of class to reduce transpiling needs.
  • Bundle in ponyfills for window.fetch, Promise, and objectAssign.