Ecosyste.ms: OpenCollective

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

github.com/mswjs/msw

Seamless REST/GraphQL API mocking library for browser and Node.js.
https://github.com/mswjs/msw

Improves context utilities JSDoc

8f989ef5fdc1680aac1d78f2e4d785ab93767bc1 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Improves "graphql" handlers JSDoc

833887261cdc8a9cba3ea5ee8f87f8e92878ea3b authored almost 4 years ago by Artem Zakharchenko <[email protected]>
v0.24.0

e8caa512b0f34a9a39b5e000c240e6dbf743e6dc authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Uses custom context util for JSONBig serialization

3f2bc99c45af28cfb446819c430c235eeeb2dc2b authored almost 4 years ago by Artem Zakharchenko <[email protected]>
data, errors: Merges previous JSON body manually

db1c1cafd4f7ca2d92a2af930f43a97339ebd30a authored almost 4 years ago by Artem Zakharchenko <[email protected]>
data, errors: Removes JSON merging

db48ed098472e42125db6b0c8294e4dd3332df78 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
response: Removes default JSON body transformer

642301142a30a45474de8b7a9e65c08a911baf5c authored almost 4 years ago by Artem Zakharchenko <[email protected]>
json: Always stringifies the given body

1bd21c2b1f7292029b6da55e757dc313250170a7 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Uses custom context util for "setupWorker" custom transformers integration test

997730d0b67a0c7aaecf1b6edd08463f43b5a469 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
fix: do not stringify res.body if content is string

3f020a071cee2c605978901142b1fb302f4b2cb4 authored almost 4 years ago by Otacilio Lacerda <[email protected]>
Composes "halJson" custom util for custom request handler context scenario

95af5fdc6b20f59c3780fc52d196052c4f0b2729 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
v0.23.0

33022cdecb6c979b5e2963dc88aaa2b886d7adba authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Adds type annotations to the "compose" function

f91c850c7e517222db567b7407d34df71b2ce97c authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Adds async default transformer integration test

bc7b08218e62f2728392f0643730ad604d65d712 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
compose: Supports composing async functions

23852364919722bee551838725992c8a6eab2f9b authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Provides global "url-loader" definition for tests

84b9d71db58e1538bdc771b9b0a29910fbfa6bd0 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Exports the "compose" function publicly

4c01e54cf235383900180087661cdf5d91a85639 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Handles "response" as potentially async in unit tests

d89fb47bc4e9a1682657c43e34d08c3258d7d42c authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Supports async response transformers

d9a85a7625b2870dd33f33e9f76f2dc3d2095c1b authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Change sandbox config

fa7be561307aff5d47c0cbfa19524d35d74c0f79 authored almost 4 years ago by Matt Sutkowski <[email protected]>
Add codesandbox ci config

384fb5aec95e32a73ae6c644fdad0edd53ad0ad5 authored almost 4 years ago by Matt Sutkowski <[email protected]>
Codesandbox: Uses "msw-react" remplate

e32b97efcf5424dc8d5c0474d17acda9b68373d9 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Try using goofy darwin

5a64dcdb1c3072474195ffe20905bf136790492b authored almost 4 years ago by Matt Sutkowski <[email protected]>
v0.22.3

56b459bf1ecda6200d6160622524199884bd5a9d authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Adds "type" to the request handle meta info

4cd49a071c01225fdf4037e74bf4201ea31ae677 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
rest: Removes "method" from the returned meta info

4691b1236c51501bba71e017a2c9150dabeb7355 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Renames ".list()" to ".printHandlers()"

2ffd1b62df56850b0e30f9f9b9a3fcedc4a39cdd authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Exposes "mask" and "method" in request handler meta. Adds REPL preview

7eda8183fb4d7ade70e095f317d16a1aa39160a7 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Supports listing current request handlers

944d805d17777bc3d1faac94e6d1dfcb973b80fa authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Adds browser integration tests for "printHandlers"

5b232eb181c9b78bc0fb26954b448e5ccd26ed24 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
v0.22.2

7e8ea98384332001b563a88acbc053871e705d23 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
fix duplicate param error

ccc197de36b1eea90872a0f51c1a25bb435ad413 authored almost 4 years ago by Pawel Socha <[email protected]>
Uses publicly exported "SetupWorkerApi" in integration tests

d502daf40da492f2a48b01e08b0f0f019af268a9 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
declare ServerInstance interface

411f26199ae60e2cd17f3d8df254ebe276992b4f authored almost 4 years ago by Ofek Deitch <[email protected]>
Exports "SetupWorkerApi" and "SetupServerApi" types publicly

904203ae2f059382e8279fa754ed045207d34a19 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
move "SetupWorkerApi" and "SetupServerApi" into own glossaries

f2814acb85f8e79faf8d1ff8d4bfc0fbe52b8533 authored almost 4 years ago by Ofek Deitch <[email protected]>
setupServer: Removes inferred argument types

e76f1989fd425ceb812cae86076dc7b94ebfc1d6 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
README: Replaces david dependencies badges with libraries.io

d015cc2870062d6be0bc4d1f6698f6274fae4d93 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
README: Removes company usage notice

0baacc5d34cf775cdfd31bb2b05cc8dbe0435799 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Fixes "custom-transformers" integration test

820446d67b87ef55204887d719bb10445967c434 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Adds "graphql" unit test suite

e0d25545a23ffc6a75d63780cb6034b0c6c64b38 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Renames "rest" unit test suite

7429ddbf3a71f43d430d912432f4dbf239b212a2 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
v0.22.1

4826a3c996aaa98610be8cc6b1ffe13d1578b5c3 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
fix: parses JSON req/res body if its content-type includes 'json'

a33a153016adcb0aebe6fab1c8b21a9ceab0a0c9 authored almost 4 years ago by Otacilio Lacerda <[email protected]>
Updates project dependencies

a851536cc00b23ce7c3a7d71cb5a02ae865adec0 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
v0.22.0

9ea621f54c66196df5e99d5631f10e769a80da65 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
feat: add custom transformers

fix #440

08efe63628c575fd31428a339550c3d8e7f29663 authored almost 4 years ago by marcosvega91 <[email protected]>
Flattens "createResponseComposition" function arguments

c0c9d7c7b411ec2def84cb745c4528dc16820c4d authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Exports response types publicly

8b90f109e10de33ac2566b94865e8b2a0522882b authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Updates "node-match-path" to 0.5.2

6dc1debb6189855995a5317141fe1f2c1d550276 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
fix: .json() must be awaited

c9855a88ba41a8ae757c297312399e0bc8c6f3d1 authored almost 4 years ago by marcosvega91 <[email protected]>
ctx.status: Adds integration tests

a940e2a3d3d32ff2063f0a2633d740bf67360420 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
ctx.status: Flattens unit tests

719f40913d6600803678077bbe5f84ac203b8e26 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
ctx.status: Fixes synthetic default import of the "statuses" package

b02ea2cae5d321756867972d34164388782d81ce authored almost 4 years ago by Artem Zakharchenko <[email protected]>
ctx.errors: handles undefined and null values

327b384938b1fdf44e77c5bd79e91b7fab0aaad4 authored almost 4 years ago by Alejandro Garcia Anglada <[email protected]>
docs: add build note to integration tests

a1d1c4d53a72d2e0c82103675fb7132ba0dff418 authored almost 4 years ago by timdeschryver <[email protected]>
mockServiceWorker: Short-circuits on the navigation and missing client states early

39e4451e0ea446913a62055c752d9c7381b9e19b authored almost 4 years ago by Artem Zakharchenko <[email protected]>
refactor: improve to embed into transformers

347b4a5b08b2a56f810ca190aab35ece1129c859 authored almost 4 years ago by tdeekens <[email protected]>
parseBody: Adds unit test for JSON-like content types

996012934aaf2ef7d4e8f4b27fa0e197c1200444 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Fixes custom request handler integration test mocks

12608804b16084e5060a7d8e2f460d6f5c08a4e0 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Throws when attempting to run a focused test given a test suite

ac5755d7eead28c52d0f659c5c1f57275b9dfddc authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Handles JSON body merging and stringification

9fa11b1290c31dbc848094b2adf170a99885efa1 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
Adds "isObject" utility

c97b9a64d7fd6eb3926ac455691ef0c94948d921 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
refactor: to pass down the value

53a2aee3d6860163efdd1bea8a3f48dbd794e685 authored almost 4 years ago by tdeekens <[email protected]>
refactor: to use ternary

b08dc99e3684422ccd47c4a4c5bd24e1b5fcff2a authored almost 4 years ago by tdeekens <[email protected]>
mergeRight: Uses the internal "isObject" utility

bb4f872adda14670b52af47eb7dab5cc698ae59e authored almost 4 years ago by Artem Zakharchenko <[email protected]>
fix: to use type inference for return

c066c2523394241d058920832c4e832b50c98c62 authored almost 4 years ago by tdeekens <[email protected]>
refactor: remove premature optimization

2bcdb5d448ffa82499ed5171da12dda09e340dc3 authored almost 4 years ago by tdeekens <[email protected]>
test: add spec for data and errors merging calls

549a157c752d1543b85a44a91313357f60941351 authored almost 4 years ago by tdeekens <[email protected]>
fix: the typing of body type for json

13e221b0e95786d7bc81b37f844e6ff91d144463 authored almost 4 years ago by tdeekens <[email protected]>
refactor: to use mergeRight to merge deeply

c7e1b922f2c5fd6ee1f65ff201a38422a7fb2b83 authored almost 4 years ago by tdeekens <[email protected]>
fix: order of overwrites due to pipe (flowRight)

8b94707430deffcb1998075f8b1c9cb38460e33c authored almost 4 years ago by tdeekens <[email protected]>
feat: add support for composing data and errors in graphql

c937313da3ef10ca93a928d95064c1a063d14382 authored almost 4 years ago by tdeekens <[email protected]>
Parses JSON request/response body if its content-type ends with "json"

e6b60c0fbc467850ca3a4cbd117ad900bf19dd66 authored almost 4 years ago by Artem Zakharchenko <[email protected]>
refactor: to post process json body

470cad55be78ed86ecb309d043d33fc052d9a53f authored almost 4 years ago by tdeekens <[email protected]>
Excludes all modules from the "node" build directory

02cb11cfc1b43a56487ccd24f04137f0b299b3eb authored almost 4 years ago by Artem Zakharchenko <[email protected]>
v0.21.3

d48a2afb892e7abfefb7f099097d644a1ca6dbc9 authored about 4 years ago by Artem Zakharchenko <[email protected]>
Annotates request params in the integration test

34adad350ad1e69861a8ad9a7652dc604401e431 authored about 4 years ago by Artem Zakharchenko <[email protected]>
add the necessary typings

26940a8ce0dd36d9e28abb6e80300abdcf7361e6 authored about 4 years ago by Wojciech Matuszewski <[email protected]>
Export GraphQLRequestParsedResult type to fix TypeScript errors

0df95bbe6723cd0e39ff43bb4ace6411190d823c authored about 4 years ago by Alex <[email protected]>
fix: update message and rename files

107fa96ca5052dd74cf3c15d01572e637965745b authored about 4 years ago by marcosvega91 <[email protected]>
test: add failing tests

4abf5edd4bef117858a7cdf08e09399c200cacd3 authored about 4 years ago by marcosvega91 <[email protected]>
Uses "Array" term instead of ambiguous "list"

2b133436cd405a9ebf6d6882d5b8e47997b943f6 authored about 4 years ago by Artem Zakharchenko <[email protected]>
fix: add check on setupWorker and setupServer functions

fix #400

c957b28bfd760dba56f5fedb0d846ec67ce27d84 authored about 4 years ago by marcosvega91 <[email protected]>
Flattens MSW API integration test suites

b617392a17d3d4356e52ac4dca8ac0c120599ec0 authored about 4 years ago by Artem Zakharchenko <[email protected]>
Adds "fs-extra" dependency

1c4244881322dca3827ab05fb1fd6bebe233df4e authored about 4 years ago by Artem Zakharchenko <[email protected]>
Flattens GraphQL API integration test suites

42b406f50ae36dbb26bbf59c8b7125a4c9ba5e8d authored about 4 years ago by Artem Zakharchenko <[email protected]>
Flattens REST API integration test suites

710bdf67848e414c70cda86e011227bc1285ddce authored about 4 years ago by Artem Zakharchenko <[email protected]>
spawnServer: Errors on non-existing example or msw build file paths

bf8cee88badc46508806028f89b65923648ff809 authored about 4 years ago by Artem Zakharchenko <[email protected]>
Changelog: Uses the "https" protocol in the URL

181b17def8d570fbf13cb7363476671a8ca1ef2d authored about 4 years ago by Artem Zakharchenko <[email protected]>
Uses "test" instead of "it" in test suites

7585f5440fec589524626bfa70ec8ed666faf986 authored about 4 years ago by Artem Zakharchenko <[email protected]>
Create CHANGELOG.md

80977581977f9a0a3f81e08399053d346ffae241 authored about 4 years ago by balavishnuvj <[email protected]>
Update CHANGELOG.md

35ff9d1a5b541a145ffecda85d09ffcdc5d8f924 authored about 4 years ago by balavishnuvj <[email protected]>
Update CHANGELOG.md

c272f45128192be310f4550d78cf82705efb859f authored about 4 years ago by balavishnuvj <[email protected]>
v0.21.2

5d842c54a48722ec96b6fa93e580400468e9ce3b authored about 4 years ago by Artem Zakharchenko <[email protected]>
Replaces the "unknown" generic with "any"

81da2b9ed1d11b93de4c922d9ae3231b3f54ffa6 authored about 4 years ago by Artem Zakharchenko <[email protected]>
v0.21.1

db6f22c57c13e81690c86404ed05f2701cb34083 authored about 4 years ago by Artem Zakharchenko <[email protected]>
Annotates request handler generics as "any" by default

eec2a9ee3450af2ad3f33369157a1220117289c6 authored about 4 years ago by Artem Zakharchenko <[email protected]>
v0.21.0

079abcc49aefb35f947596cce353312109b4e67b authored about 4 years ago by Artem Zakharchenko <[email protected]>
Updates package description

4deba2c0e470f011e06f4f609da60c9bc11e5161 authored about 4 years ago by Artem Zakharchenko <[email protected]>