Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Mock Service Worker

A seamless REST/GraphQL API mocking library for JavaScript applications.
Collective - Host: opensource - https://opencollective.com/mswjs - Website: https://mswjs.io - Code: https://github.com/mswjs/msw

0.2.1

github.com/mswjs/msw - 77d2ce155180b80ae96bcbb99dccb8b7c7ce1790 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Includes "yargs" as dependency

github.com/mswjs/msw - 75fc188a3fde7609f95b8ae2a4c4d50180cc6ffb authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - 042613faca20886fe6b52eb0e956aad32d85ae1a authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - 92ab7f9209db4f0d5ec06eb9c53600db4e2a02b7 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates example README

github.com/mswjs/msw - 77da7fd734bd351867f43d2d9adbdae71d87f6d4 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates .npmignore

github.com/mswjs/msw - 6ff40f719667c1efac968aa256552448317ac022 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
0.2.0

github.com/mswjs/msw - e12943928c1622ca6be7adc4f975a072410e8bea authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Registers "mockServiceWorker.js" by default

github.com/mswjs/msw - a0fd47247b2225c1155dc3602a3f409e6f2a440f authored almost 6 years ago by Artem Zakharchenko <[email protected]>
CLI: Use "yargs" to design commands

github.com/mswjs/msw - a8a9854114caa353f6ca45c6a9acdb232f4d0d75 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
SW: Adds header, minor adjustments

github.com/mswjs/msw - aca7c441322661ee88f23e099bc5c4191c9ad1f1 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Accepts "scriptUrl" instead of registration Promise

github.com/mswjs/msw - 829084994c1fe7e69f0dc74584c408af2c0b1694 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds usage example with CRA

github.com/mswjs/msw - e6499e94f7e77fa1229f528a4686a8f8e4c21e83 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds "msw" CLI to create Service Worker

github.com/mswjs/msw - aa8b2942b9ca40351d3e750c6aebcf6278ab816d authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - 1ddffa2e9f6a6c25fd36a19f1c9c51c38b054a94 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Improves existing tests

github.com/mswjs/msw - bbb1d4b3d9583286d3bf2aced3cb080ed174c9e5 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Provides global "Headers" to make tests work

github.com/mswjs/msw - 7ee436952ff3b210e3d6b2ef347f98bca14beacf authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Improves namespaces and error handling in SW

github.com/mswjs/msw - eb9b72032ce594b5600c71e2917a29cd0bd5f50f authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Response: Sets custom "X-Powered-By" response header

github.com/mswjs/msw - e52bf4b6fed90ee6cb0a01b58a32fb5644f7243b authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - 7939f025280f253bdd499dae8276eb5ba54f0fd1 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Serializes and deserializes req/res headers properly

github.com/mswjs/msw - 58bdfd689bc9a7065032e9ee437d280cc76f5507 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
0.1.2

github.com/mswjs/msw - 1bea5bfb74e7f53c3d34a517586b61c720e5118e authored almost 6 years ago by Artem Zakharchenko <[email protected]>
assertUrl: Fixes replacement of slashes in stringified RegExp

github.com/mswjs/msw - f8c45bb319df0e486e3152c806b2d5aed1531e1c authored almost 6 years ago by Artem Zakharchenko <[email protected]>
assertMask: Unifies RegExp to string conversion; Adds unit tests for RegExp and "*"

github.com/mswjs/msw - f16265d429ba0f4d31e1e89adbce1bd06366b2d8 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
assertUrl: Gets param names from the mask

github.com/mswjs/msw - cee896a8b08386e51d6a467241f3fb104033ef2d authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Scopes and creates new Headres for each response

github.com/mswjs/msw - fceaa06405cd8460ff24a5f05a38213fffb4d1ec authored almost 6 years ago by Artem Zakharchenko <[email protected]>
assertUrl: Handles strings and RegExp differently

github.com/mswjs/msw - 86978135f7f6f6eeb963e403293e2289240ac549 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Provides proper type annotation for "Routes" type

github.com/mswjs/msw - 3921f2e1550bafe9a5e4e59b88e8eaf6013704d3 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
msw: Assigns the instance reference to the "window"

github.com/mswjs/msw - dca855f887d4c8c3d620e0eda73248ef2bf5b4e3 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds unit tests for "context"

github.com/mswjs/msw - 0ccfa1dcd5ebb7f73e8f93f6e316879966e964f5 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Excludes configuration files from ".npmignore"

github.com/mswjs/msw - 18a4a9028c7c8256f99a3adcb67dad8642dbae8d authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds routes definition unit test for "msw"

github.com/mswjs/msw - 91d26a3d11eb80ebf017daafd5f16688f9515cc1 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds unit tests for "assertUrl"

github.com/mswjs/msw - 787ef15e2560b31bd6afd4a5c330c9317409072b authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds "patch" and "options" request methods support

github.com/mswjs/msw - 3d242f1f2465134d79b499a65dcfaa2cdc412d8b authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Supports RegExp as the route mask

github.com/mswjs/msw - 2e934ade35bda1f83e2607ccd6c672ef2386d53a authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - bc7de93e8c02f6e149c0595a7881959f71b5a567 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates the example in README

github.com/mswjs/msw - e8ea9a099acfa7b1e738a80b56c63ddef77e50c7 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Response: Supresses TypeScript "pipe" arity error

github.com/mswjs/msw - 2cca378b59954af7b327e1ffe479ed46439fb3a0 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds "body" response utility

github.com/mswjs/msw - bf569b53bf111afb951a2f4dc71661c226999a72 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Exports already created class instance

github.com/mswjs/msw - 0b077e31e1b1389092772097b77e6339bcad1022 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds "body" response utility

github.com/mswjs/msw - ec6748876363ee20f7b37ec277959738f1215f6e authored almost 6 years ago by Artem Zakharchenko <[email protected]>
0.1.1

github.com/mswjs/msw - bf0924403ba7e0f7e886b5949d4a9ce3b73ab66e authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds ".npmignore"

github.com/mswjs/msw - dd5d973ae071d084413683101ad5138fe89a9d27 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Response: Adopts functional composition of "res"

github.com/mswjs/msw - 34e4c69333bed3d1552aab68a86a2e85d9fa458e authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Passes cloned request instance to the handler function

github.com/mswjs/msw - 1c34ad5e7def6f47d40d2251762acdd5d82e9345 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Uses simple Object instead for "Headers"

github.com/mswjs/msw - b91f489fcd15614a2bedd1961ee551b56e4c66e7 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
README: Adds browser support

github.com/mswjs/msw - 080fe34557ee20d7c1f221b457ff93776766dfa5 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Update README.md

github.com/mswjs/msw - ff1a77b5bffca4f3a08a0c5837120cee0253cca0 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Removes unused internal flag

github.com/mswjs/msw - a7fda5070e0df004b746a09e90ca927474b19966 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Checks for worker state on beforeunload

github.com/mswjs/msw - e64dd220ef597f5d77db89ea816da3030d0edf29 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Establishes communication channel between ServiceWorker and Client

github.com/mswjs/msw - 9c7d4f6a657c3c6efabe7c0b255a7c6978540cff authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - 52423494c8a6753630afc008a8b9ed0c0e3ecce3 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds LICENSE

github.com/mswjs/msw - ca7878b01fa682032ac354943be1147a41265666 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Updates README

github.com/mswjs/msw - 67391c875d93a806d60b0359511f3bcc7cb7f060 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds basic README

github.com/mswjs/msw - 2df266c46d9aa00d7a9f9f730452942800001a42 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Supports "res.delay" for delayed responses

github.com/mswjs/msw - 003c154e548a47b5488d06f0e2ca13c876caa9da authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Supports "res.set" for setting headers

github.com/mswjs/msw - 3e49b5b79a31d5194e065174925060d9600a5669 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Adds "res" abstraction

github.com/mswjs/msw - 0541c30093c914cb3a4edf19150028bba7fa926a authored almost 6 years ago by Artem Zakharchenko <[email protected]>
ServiceWorker: Adds "parseRoute" function

github.com/mswjs/msw - 322f268fbd989faba540417eb1d2af4af3fd4ff0 authored almost 6 years ago by Artem Zakharchenko <[email protected]>
Initial commit

github.com/mswjs/msw - a1196004c390d115d29941de405d9db571357107 authored almost 6 years ago by Artem Zakharchenko <[email protected]>