Ecosyste.ms: OpenCollective

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

github.com/cyclejs/isolate

Moved
https://github.com/cyclejs/isolate

Move

48471a3c7482c838dc6f96dea16dfdc7aa51f0c6 authored over 8 years ago by Andre Staltz <[email protected]>
1.4.0

0759debcf3cc8e2b87fe5fbcefff15ef3a606e21 authored over 8 years ago by Andre Staltz <[email protected]>
Build dist/

af5b66ec4cda5e2d1af828897c4f541e14877ada authored over 8 years ago by Andre Staltz <[email protected]>
Convert scope in string if it's not. (#10)

* merge and resolve conflict on dist folder

* correct code from feedback

* forget to compi...

abff1485fc0a1745fc3e5d5ee28eaecf1cbd3cea authored over 8 years ago by William <[email protected]>
1.3.3

cef2b21db620081c026c00328a5acc8a37778e94 authored over 8 years ago by Andre Staltz <[email protected]>
Build dist/

41da70ec0d3d1879ea9a6db73edd4f8286157cf1 authored over 8 years ago by Andre Staltz <[email protected]>
Fix isolateAllSinks bug for sink-only drivers

1d7cdb6d62ed6063e4695a5c4371c634aeee6785 authored over 8 years ago by Andre Staltz <[email protected]>
1.3.2

e327fc8c1d800eeb5f40f26a7f3a35e422dedf66 authored over 8 years ago by Andre Staltz <[email protected]>
Fix TypeScript generics signature for sources/sinks

58feeba9f39588813ed55bff94f97e0585a3bbfb authored over 8 years ago by Andre Staltz <[email protected]>
1.3.1

6d73b7ab3b7d800607b6d36fc2dd6d7995df76bd authored over 8 years ago by Andre Staltz <[email protected]>
Add typings field in package.json

ac46fb78ded067467b9cb44c4971976096ca6214 authored over 8 years ago by Andre Staltz <[email protected]>
1.3.0

6e6a5897dba149eb445e024a4e2c706b326cf7e1 authored over 8 years ago by Andre Staltz <[email protected]>
Build dist/

d7ee1c9d63461d01060cc7c147a13b66eab801ae authored over 8 years ago by Andre Staltz <[email protected]>
Convert codebase to TypeScript

57bfea89858945369aabeaf734a845a4365ef5bc authored over 8 years ago by Andre Staltz <[email protected]>
Build dist/

6dbc3724068cb24fb7b0287466b5f94e125ff9a0 authored over 8 years ago by Andre Staltz <[email protected]>
1.2.1

54c9106d89ae336aa13b76245a3533549b916fc5 authored over 8 years ago by Andre Staltz <[email protected]>
safeguard against driver with no source (#9)

604090aefb9fd058e7595f488b17cab381f8071e authored over 8 years ago by Krawaller <[email protected]>
Merge pull request #8 from SteveALee/patch-1

Added link to docs on components isolation

bbe3f68db6e0bb869e2300e6b858a44739968d53 authored almost 9 years ago by André Staltz <[email protected]>
Minor changes after PR review

da71b47798ae71a7596892dec67da181044e6706 authored almost 9 years ago by Steve Lee <[email protected]>
Added link to docs on components isolation

f5fcd4af36e9d6b989df1677301e1e89a281f19c authored almost 9 years ago by Steve Lee <[email protected]>
Update README.md

37469b29c90ce5ae8becb8dc31d52d4867ba459a authored almost 9 years ago by André Staltz <[email protected]>
1.2.0

c36522da5b7ea32f11e4b1c190a3f3a9078fac8f authored about 9 years ago by Andre Medeiros <[email protected]>
Build dist/

84d4d8bc8b9671ac8ed6b99781506cc765ded14c authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #4 from Widdershin/restart-support

[WIP] Allow restarting autoScope counter with isolate.reset()

93c446d31866e254c406fba5698775cba35b063e authored about 9 years ago by André Staltz <[email protected]>
Allow restarting autoScope counter with isolate.reset()

In order to hot reload code, we need to get the same results from
isolate each time we run the m...

0fbeb0110fd84d278aef9508cc3e2f39efeaafdd authored about 9 years ago by Nick Johnstone <[email protected]>
Add cyclejs/motorcyclejs badges

9e2c36bc81d3874a0700c03a76f80d5290849930 authored about 9 years ago by André Staltz <[email protected]>
1.1.1

b30f8997116256e9d1c44b0a22f524ff4c93b66c authored about 9 years ago by Andre Medeiros <[email protected]>
Build dist/

981f89af613fe5a47b1db3f021bffa9f7ec5d290 authored about 9 years ago by Andre Medeiros <[email protected]>
Update README.md with latest docs

844bc65d4d5097bd7bdf668fe8876d2c11526504 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #1 from joneshf/master

Explain pure behavior of `isolate` more explicitly

591e9e254ee9f46e9691f329307b35e801d48b33 authored about 9 years ago by André Staltz <[email protected]>
Build dist/

13d2733467413e0f366a74b40417e64a2dbd09c4 authored about 9 years ago by Andre Medeiros <[email protected]>
1.1.0

b84a61998b9f38a25a988a10584e9e8634c9d003 authored about 9 years ago by Andre Medeiros <[email protected]>
Merge pull request #3 from Frikki/master

fix(isolate): add rest parameter to and rename `scopedDialogue`

1a50627d6b712174fc51b09d8dc9f935f09e7844 authored about 9 years ago by André Staltz <[email protected]>
chore(package): add contributors

449dd00a096f1d1ff9c213a64050481c82cf63b9 authored about 9 years ago by Frederik Krautwald <[email protected]>
fix(isolate): add rest parameter to and rename `scopedDialogue`

Rename `scopedDialogue` to `scopedDataflowComponent`.
Update test.

**Before:**
```js
function D...

3cdc728c2b7792996c0037fa2a67d910d7edce9b authored about 9 years ago by Frederik Krautwald <[email protected]>
Explain pure behavior of `isolate` more explicitly

It wasn't immediately clear that calling `isolate` with both arguments
is a pure function.
Makin...

cd242c12356d1cb9f5ab44e3f63e282edf6b0283 authored about 9 years ago by joneshf <[email protected]>
1.0.2

a9c8dd6abbb297aff45c402791bb2e9edee67f86 authored about 9 years ago by Andre Medeiros <[email protected]>
Add dist folder

98cb822da5402c40543a53f1a032d5940d964178 authored about 9 years ago by Andre Medeiros <[email protected]>
1.0.1

3b207684b7be5a55ab11bda80f6da878ab090698 authored about 9 years ago by Andre Medeiros <[email protected]>
Fix counter to start from a number

d33cb7a977e79d78102d21cc5a12e614c56f3a82 authored about 9 years ago by Andre Medeiros <[email protected]>
Add import in README.md example usage

0204db71b150604a09be621967e144913a9ea1e7 authored about 9 years ago by Andre Medeiros <[email protected]>
Implement isolate()

b74710749488144a8e0a61f9323b94ca6fc1eb25 authored about 9 years ago by Andre Medeiros <[email protected]>