Remote Form Versions Save

Submit forms via AJAX with ease

v0.4.0

3 weeks ago

What's Changed

Full Changelog: https://github.com/github/remote-form/compare/v0.3.0...v0.4.0

v0.3.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/remote-form/compare/v0.2.1...v0.3.0

v0.2.1

1 year ago

What's Changed

Full Changelog: https://github.com/github/remote-form/compare/v0.2.0...v0.2.1

v0.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/remote-form/compare/v0.1.1...v0.2.0

v0.1.1

4 years ago
  • export interfaces and classes that are needed (#21)

https://github.com/github/remote-form/compare/v0.1.0...v0.1.1

v0.1.0

4 years ago
  • Converted project to Typescript (#18)
  • Removed form-data-entries & selector-set (#20)

v0.0.11

4 years ago

Update some development dependencies fd41475

https://github.com/github/remote-form/compare/v0.0.10...v0.0.11

v0.0.10

4 years ago

ErrorWithResponse has been added as an exported type to the TypeScript definition file.

https://github.com/github/remote-form/compare/v0.0.9...v0.0.10

v0.0.9

4 years ago
  • Merge pull request #11 from github/allow-promises-in-handler-return-value 5cc3e86
  • Merge pull request #12 from github/dependabot/npm_and_yarn/eslint-utils-1.4.2 0f694ca
  • Bump eslint-utils from 1.3.1 to 1.4.2 86efa42
  • add Promise<void> to handlers return types 6b1ee48

https://github.com/github/remote-form/compare/v0.0.8...v0.0.9

v0.0.8

4 years ago
  • Merge pull request #8 from github/add-typescript-definition-file 23a859c
  • change callback return types to void from mixed a28805d
  • Merge branch 'master' of github.com:github/remote-form into add-typescript-definition-file 9346927
  • Merge pull request #10 from github/ci fe300ba
  • Use GitHub CI d27c2f3
  • statusText is not nullable 9e361d2
  • SimpleRequest.body cannot be undefined 4f07da1
  • use long form of a optional type fa7c3ae
  • add typescript definition file d02d369

https://github.com/github/remote-form/compare/v0.0.7...v0.0.8