Skip to content

Releases: jcubic/wayne

0.16.4

18 May 21:41
d1c85f0
Compare
Choose a tag to compare

Bug fix

  • fix check if request origin match

0.16.3

15 May 10:48
e0ca864
Compare
Choose a tag to compare

Bug fix

  • fix handling of binary data in FileSystem

0.16.2

15 May 10:47
5f4f61d
Compare
Choose a tag to compare

Bug fix

  • fix for directories that don't end with trailing slash #33

0.16.1

01 Apr 13:45
8547893
Compare
Choose a tag to compare

Bug fix

  • fix for default options object in Wayne constructor

0.16.0

22 Mar 20:21
24df1e6
Compare
Choose a tag to compare

Features

  • add filter option to Wayne constructor

0.15.0

22 Mar 20:20
cc6b503
Compare
Choose a tag to compare

Features

  • allow using full URL to intercept external URLs

0.14.2

11 Feb 18:02
1ae8b1e
Compare
Choose a tag to compare

Bug fix

  • fix check if request came from a different domain in the FileSystem

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