Skip to content

Releases: rails/request.js

v0.0.13

Choose a tag to compare

@marcelolx marcelolx released this 11 Dec 11:46
v0.0.13
973fcd2

What's Changed

  • Always use Turbo.fetch when available regardless of response kind by @marcelolx in #90

Full Changelog: v0.0.12...v0.0.13

v0.0.12

Choose a tag to compare

@marcelolx marcelolx released this 30 Apr 11:43
v0.0.12
83620bb

What's Changed

New Contributors

Full Changelog: v0.0.11...v0.0.12

v0.0.11

Choose a tag to compare

@marcelolx marcelolx released this 03 Sep 11:32
000abce

Breaking change

Be aware of breaking changes in v0.0.10

What's Changed

  • Remove test files from the published package 8064c9c

Full Changelog: v0.0.10...v0.0.11

v0.0.10

Choose a tag to compare

@marcelolx marcelolx released this 03 Sep 11:31
f7fde8f

Breaking change

  • Turbo 8 is required due to #74

What's Changed

New Contributors

Full Changelog: v0.0.9...v0.0.10

v0.0.9

Choose a tag to compare

@marcelolx marcelolx released this 25 Sep 12:56
v0.0.9
6e5dfac

What's Changed

New Contributors

Full Changelog: v0.0.8...v0.0.9

v0.0.8

Choose a tag to compare

@marcelolx marcelolx released this 16 Nov 13:15
dd0369b

Fixes the v0.0.7 release which was missing the dist esm file

v0.0.7

Choose a tag to compare

@marcelolx marcelolx released this 15 Nov 15:14
80b733e

What's Changed

New Contributors

Full Changelog: v0.0.6...v0.0.7

v0.0.6

Choose a tag to compare

@marcelolx marcelolx released this 09 Dec 11:09

New: Function to check if the response status is unprocessableEntity #31 @olimart
New: Added support for URL Objects #39 @excid3
New: Accept application/vnd.api+json response content type when responseKind: 'json' is provided #41 @MatthewKennedy
Fixed: Remove anchor from the URL when making a request #34 @KonoMaxi
Fixed: Await turbo stream insertion in DOM #36 @excid3

Docs: Add simple example for hooks #40 @rainerborene

A huge thank you to @KonoMaxi that also added a test suite to Request.JS! #33

v0.0.5

Choose a tag to compare

@marcelolx marcelolx released this 10 Aug 11:36

New: Allow redirect value to be configurable (#25)
New: Append query params to url if provided (#28)
New: Make query to accept a FormData and URLSearchParams (#27)

v0.0.4

Choose a tag to compare

@marcelolx marcelolx released this 30 Jun 11:02

New: Cache text and json after reading (#21)
New: Expose response.redirected to FetchResponse (#22)
New: Add support to stringify automatically the body of the request if the type of it isn't a string (#24)