Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Releases: service-mocker/service-mocker

2.1.2

30 Oct 03:21

Choose a tag to compare

Bug Fixes

  • server: check ports != null in message events. (#45)

v2.1.1

22 Sep 19:10

Choose a tag to compare

Minor Changes

  • server/router: add router.patch method. (#42)

v2.1.0

21 Sep 06:07

Choose a tag to compare

Features

  • server: support middleware. (#40)

v2.0.1

05 Aug 16:36

Choose a tag to compare

Bug Fixes

  • server/request: avoid decoding empty parameters. (#38)

2.0.0

06 May 14:43

Choose a tag to compare

Bug Fixes

  • client: fix occasionally hanging in Chrome. (#32)

Breaking Changes

Switch to Babel + es2017. TypeScript based sources are now maintaining in 1.x branch.

1.1.1

09 Apr 09:19

Choose a tag to compare

Features

  • Add TypeScript compatibility check. (#28)

1.1.0

15 Feb 04:33

Choose a tag to compare

Bug Fixes

  • router: support chainable base URLs. (#23)

Features

  • router: add router.scope() method for route prefixes.

Minor Changes

  • router: deprecate router.base() method.

1.0.4

11 Feb 10:09

Choose a tag to compare

Bug Fixes

  • router: matching baseURL from the begining of request.url. (#19)
  • client: fix HTTPS protocol comparison. (aad0418)

1.0.3

28 Jan 09:11

Choose a tag to compare

Bug Fixes

  • client/modern: force worker registration to use scope: location.pathname to ensure current page is under controlling. (#18)

1.0.2

27 Jan 10:12

Choose a tag to compare

Bug Fixes

  • router: intercept all requests in spite of the potential non-mockers, fix #14 (#17)

Minor Changes

  • server: remove clientManager module (0fbcc3d)