Releases: rails/request.js
v0.0.11
v0.0.10
Breaking change
- Turbo 8 is required due to #74
What's Changed
- Rebrand back to 37signals by @northeastprince in #71
- Use window.Turbo.fetch if available for turbo-stream requests by @brendon in #74
- Automatically active script response by @songjiz in #72
New Contributors
- @northeastprince made their first contribution in #71
- @brendon made their first contribution in #74
- @songjiz made their first contribution in #72
Full Changelog: v0.0.9...v0.0.10
v0.0.9
What's Changed
- Fix copy in README by @p8 in #54
- Allow turbo streams for unprocessable entity responses by @KirilSoshnin in #56
- Allow credentials option to be set by @t27duck in #57
- Bump minimist from 1.2.5 to 1.2.8 by @dependabot in #64
- Bump terser from 5.7.2 to 5.19.2 by @dependabot in #63
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #62
- Bump tmpl from 1.0.4 to 1.0.5 by @dependabot in #61
- Bump ansi-regex from 4.1.0 to 4.1.1 by @dependabot in #60
- Bump node-fetch from 2.6.2 to 2.6.12 by @dependabot in #59
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #58
New Contributors
- @p8 made their first contribution in #54
- @KirilSoshnin made their first contribution in #56
- @dependabot made their first contribution in #64
Full Changelog: v0.0.8...v0.0.9
v0.0.8
v0.0.7
v0.0.6
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
v0.0.4
v0.0.3
Changed: Changed the name of the Request and Response classes to FetchRequest
/FetchResponse
(#8)
Docs: Note about issue with Turbolinks (#12)
Fixed: Uppercase method name (#5)
New: Automatically process Turbo Stream responses (#6)
New: Allow additional/custom headers in request (#7)
New: Adds shorthand functions for request verbs get
, post
, put
, patch
, destroy
(#10)
New: Add request interceptor (#13)