Releases: humanwhocodes/mentoss
Releases · humanwhocodes/mentoss
mentoss: v0.12.0
13 Oct 21:38
Immutable
release. Only release title and notes can be modified.
Compare
Sorry, something went wrong.
No results found
0.12.0 (2025-10-13)
Features
Enhance called() method to throw error when no routes match (#112 ) (206eda2 )
mentoss: v0.11.0
25 Apr 20:19
Compare
Sorry, something went wrong.
No results found
0.11.0 (2025-04-24)
Features
Bug Fixes
Remove unused HttpOnly flag for cookies (fc7bb10 )
mentoss: v0.10.0
22 Apr 18:08
Compare
Sorry, something went wrong.
No results found
mentoss: v0.9.2
09 Apr 14:38
Compare
Sorry, something went wrong.
No results found
0.9.2 (2025-04-01)
Bug Fixes
mentoss: v0.9.1
28 Mar 20:06
Compare
Sorry, something went wrong.
No results found
0.9.1 (2025-03-28)
Bug Fixes
Ensure ArrayBuffer is passed throughto response (#90 ) (f473bf9 )
ReadableStream in request body should require preflight (08c5521 )
mentoss: v0.9.0
21 Mar 20:57
Compare
Sorry, something went wrong.
No results found
0.9.0 (2025-03-21)
Features
Match against already-called routes for better errors (#84 ) (9eeb95a )
Bug Fixes
More succinct message when no partial matches found (#82 ) (1f89e60 )
mentoss: v0.8.0
07 Mar 22:42
Compare
Sorry, something went wrong.
No results found
0.8.0 (2025-03-07)
Features
mentoss: v0.7.1
03 Mar 21:32
Compare
Sorry, something went wrong.
No results found
0.7.1 (2025-03-03)
Bug Fixes
Ensure baseUrl is properly applied to route matching (#71 ) (96d103c )
mentoss: v0.7.0
28 Feb 22:34
Compare
Sorry, something went wrong.
No results found
0.7.0 (2025-02-27)
Features
Implement fetch with mode: 'same-origin' (9add18f )
Implement fetch with mode: "same-origin" (#65 ) (9add18f )
Pass more detail to response creator functions (#67 ) (dc78d00 )
Bug Fixes
CORS errors should be TypeErrors (#70 ) (98a46ba )
Ensure Access-Control-Allow-Origin header contains valid origin (#68 ) (0e529ee )
mentoss: v0.6.0
21 Feb 21:37
Compare
Sorry, something went wrong.
No results found
0.6.0 (2025-02-21)
Features
Add FetchMocker#mockObject() method to mock non-global fetch (#59 ) (43495c5 )
Implement 'no-cors' mode for fetch (#62 ) (d394e75 )
Bug Fixes
Ensure Response#mode is 'cors' when Request#type is 'cors' (#60 ) (910bc87 )