Skip to content

Releases: jcubic/wayne

0.14.1

10 Feb 17:00
1575fc0
Compare
Choose a tag to compare

Bug fix

  • fix throwing error from FileSystem when different HTTP requests is sent
  • ignore requests to different domains with FileSystem

0.14.0

27 Jan 19:11
0470ea2
Compare
Choose a tag to compare

Features

  • allow to use async function in test and dir with FileSystem middleware

0.13.0

27 Jan 19:11
6dabb1e
Compare
Choose a tag to compare

Features

  • allow to use non promise FS libraries like BrowserFS with FileSystem middleware
  • add dir option to FileSystem middleware to change default FS directory

Bugfix

  • fix errors with FileSystem when prefix or test are not defined

0.11.2

24 Aug 16:40
74ae76d
Compare
Choose a tag to compare

Bugfix

  • don't show stack trace when request is blocked by AdBlock

0.11.1

22 Aug 17:55
14335fc
Compare
Choose a tag to compare

Technical release

0.11.0

22 Aug 17:55
decf9e4
Compare
Choose a tag to compare

Make Response::fetch accept Request object.

0.10.1

02 Jul 18:56
179777c
Compare
Choose a tag to compare

Technical version

0.10.0

02 Jul 18:21
2803776
Compare
Choose a tag to compare

Features

  • add HTTPResponse::download method

0.9.0

02 Jul 17:07
0263769
Compare
Choose a tag to compare

Features

  • add HTTPResponse::fetch method

0.8.0

13 Jun 16:21
d5a1341
Compare
Choose a tag to compare

Features

  • improve the URL parser #24