Jcubic Wayne Versions Save

Service Worker Routing library for in browser HTTP requests

0.16.4

1 week ago

Bug fix

  • fix check if request origin match

0.16.3

1 week ago

Bug fix

  • fix handling of binary data in FileSystem

0.16.2

1 week ago

Bug fix

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

0.16.1

1 month ago

Bug fix

  • fix for default options object in Wayne constructor

0.16.0

2 months ago

Features

  • add filter option to Wayne constructor

0.15.0

2 months ago

Features

  • allow using full URL to intercept external URLs

0.14.2

3 months ago

Bug fix

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

0.14.1

3 months ago

Bug fix

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

0.14.0

4 months ago

Features

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

0.13.0

4 months ago

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