Releases: service-mocker/service-mocker
Releases Β· service-mocker/service-mocker
2.1.2
30 Oct 03:21
Compare
Sorry, something went wrong.
No results found
Bug Fixes
server : check ports != null in message events. (#45 )
v2.1.1
22 Sep 19:10
Compare
Sorry, something went wrong.
No results found
Minor Changes
server/router : add router.patch method. (#42 )
v2.1.0
21 Sep 06:07
Compare
Sorry, something went wrong.
No results found
Features
server : support middleware. (#40 )
v2.0.1
05 Aug 16:36
Compare
Sorry, something went wrong.
No results found
Bug Fixes
server/request : avoid decoding empty parameters. (#38 )
2.0.0
06 May 14:43
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Features
Add TypeScript compatibility check. (#28 )
1.1.0
15 Feb 04:33
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Bug Fixes
router : intercept all requests in spite of the potential non-mockers, fix #14 (#17 )
Minor Changes
server : remove clientManager module (0fbcc3d )