Skip to content

v0.7.0

Compare
Choose a tag to compare
@dillonredding dillonredding released this 20 Apr 23:36
· 18 commits to main since this release
33519f1

NOTE: This release includes breaking changes from v0.6.0.

Added

  • Support for relative URLs (#21)

Changed

  • For supporting relative URLs (#21), follow's RequestInit parameter is now nested in an options object
  • Serialization's contentType is now optional
  • The default serializer no longer requires checkbox fields to use the checked extension (#22)

Fixed

  • Submitting a multipart/form-data action now includes the boundary parameter (#23)