Skip to content

Releases: humanwhocodes/mentoss

mentoss: v0.12.0

13 Oct 21:38
Immutable release. Only release title and notes can be modified.
56c681b

Choose a tag to compare

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
2973e82

Choose a tag to compare

0.11.0 (2025-04-24)

Features

Bug Fixes

  • Remove unused HttpOnly flag for cookies (fc7bb10)

mentoss: v0.10.0

22 Apr 18:08
3366e0b

Choose a tag to compare

0.10.0 (2025-04-22)

Features

mentoss: v0.9.2

09 Apr 14:38
6b462ee

Choose a tag to compare

0.9.2 (2025-04-01)

Bug Fixes

  • Response body support plain Array (#92) (bf2b699)

mentoss: v0.9.1

28 Mar 20:06
383c897

Choose a tag to compare

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
db6f0e7

Choose a tag to compare

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
c68c095

Choose a tag to compare

0.8.0 (2025-03-07)

Features

mentoss: v0.7.1

03 Mar 21:32
4311178

Choose a tag to compare

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
0bd301a

Choose a tag to compare

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
4194ec7

Choose a tag to compare

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)