Ecosyste.ms: OpenCollective

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

github.com/cyclejs/most-adapter

Moved
https://github.com/cyclejs/most-adapter

Move

66f7e4338dfd680b57be38cb65517c694829fda2 authored over 8 years ago by Andre Staltz <[email protected]>
chore(changelog): generate changelog

5a2510f83133f6d731193f19c4813d1d2087bb0b authored over 8 years ago by Andre Staltz <[email protected]>
chore(release): release new version

a16918ce607d89be2a543bed431257a89a512000 authored over 8 years ago by Andre Staltz <[email protected]>
fix(package): update @cycle/base to v4.0.0

774ec5e17d39adee372678b7851165a18f9341c8 authored over 8 years ago by Andre Staltz <[email protected]>
feat(cast): add cast() to adapter interface

37d747143e130d70a597f6d88c04ba524453c5b0 authored over 8 years ago by Tylor Steinberger <[email protected]>
feat(src): update to the latest stream adapter interface

Removes dispose() and adds remember() to adapter
Improves typings

BREAKING CHANGE:
adapter re...

d20bf082b26482da8feb2122ea33935b3ef83f70 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(release): release new version

474605cc8df028dd312a6285db8408fba6735fed authored over 8 years ago by Andre Staltz <[email protected]>
fix(package): fix typo typeings=>typings

794b2d2c4217c1fe4b00093670072ee8c59bf558 authored over 8 years ago by Andre Staltz <[email protected]>
chore(changelog): generate changelog

d534e201e37e0d73feb7c526e919484b7fe7c294 authored over 8 years ago by Andre Staltz <[email protected]>
chore(release): release new version

1703668c17ab7a4e421f28103b841ac306fabe40 authored over 8 years ago by Andre Staltz <[email protected]>
chore(dist): build dist/

af6f56f990ffdb11b731ab4a31a798506819dd33 authored over 8 years ago by Andre Staltz <[email protected]>
chore(docs): build doc/

644459e855a95ec07dbec8c58dc0c754bb8834bf authored over 8 years ago by Andre Staltz <[email protected]>
fix(package): update @cycle/base to v3.0.0

7e00165196771cc7e770788ce2ccfc9e10f724be authored over 8 years ago by Andre Staltz <[email protected]>
chore(changelog): generate changelog

aa05e0156e6cd3bc83f3cfd33f569739efdbc001 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(release): release new version

dcb3560c0efc5a9e5e03f5a4984d1623b03e203c authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(docs): build doc/

f78b737c0d28163c843a19df70f4ae0e3def5587 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(typings): fix typings to match others

63f32fc0ca910d75040207d00a394cb60297dabf authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(changelog): generate changelog

b1841f1ecf60ca07a206b3759fa13b9b83735be6 authored over 8 years ago by Tylor Steinberger <[email protected]>
1.1.1

bd48df047faa66bdc96c14da90634f80d79b721d authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(dist): build dist/

6f6cadcd4110805b774f1b2cc40494a32d6d833f authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(docs): build doc/

3539b1662fe2ad1cd3905258369b732528738b3e authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(dist): build dist/

66a6d8bf09daa9371be5b393a115b87e46b3d5a5 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(package): fix build script

9e41a4c8b65cc9030cea4afa2c1251596553befd authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(docs): build doc/

cb5a537b6adb4d10931a99d813752acb13fd9e02 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(gitignore): ignore typings folder

83c72746d37fcdd40b72c19849d9cabe8a9c8102 authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(README): add back readme

b156fb0f89350734981311d58072b97c12a456bd authored over 8 years ago by Tylor Steinberger <[email protected]>
feat(src): rewrite in typescript (#4)

* feat(src): rewrite in typescript

Rewrite src in typescript and make use of .subscribe() for...

ec24df9cd87ff321a0419b5ddcf7e6883af8ab5d authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(): build dist/

10c48b8dd64b3a99ff43a69c488b1131ad6b995e authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(): actually update to latest most-subject

2ff21905d5f1f048e1f0c39595f525518e8c241c authored over 8 years ago by Tylor Steinberger <[email protected]>
chore(): update to latest deps

6403590aa90fc43b56ce93ec09684115746a3bfd authored over 8 years ago by Tylor Steinberger <[email protected]>
Merge pull request #3 from cyclejs/rewrite-in-js

feat(): rewrite in JS

3414fb85233251fd35a226b24b9aae785d318aa9 authored over 8 years ago by Tylor Steinberger <[email protected]>
feat(): rewrite in JS

Due to most.js not yet having proper TypeScript definitions
this is being rewritten in plain 'ol...

64f1dcb59ec46e52f7e74d54779799e52ca94db4 authored over 8 years ago by Tylor Steinberger <[email protected]>
Merge pull request #1 from cyclejs/passing-tests

Improved typings and passing tests

87769ff55833c8ba2b0d325e7650d0ec50d91211 authored almost 9 years ago by Tylor Steinberger <[email protected]>
feat(): catching up with type defs and expected features

Improve typings using the latest versions found in @cycle/base
and `most`.
Update adapt() to dis...

9c638f9e99aca09acb56053f49b254e041545920 authored almost 9 years ago by TylorS <[email protected]>
test(): get tests

Reuse the tests from the other adapters, only minor adjustments
required to work with `most`.

a1d92d5c2daa13a1bd3ae6deb48625161bf534f3 authored almost 9 years ago by TylorS <[email protected]>
Setup project structure following rxjs-adapter

eb5df8af06005397ea3fb8eed85fe4004f75d687 authored almost 9 years ago by Andre Medeiros <[email protected]>
chore(tsconfig): switch back to ES5/commonjs

importing with ES6/commonjs is
`const MostAdapter = require('cycle-most-adapter').default`
Switc...

1dfba79aae32f86243448342bc4d930d4ba9891c authored almost 9 years ago by TylorS <[email protected]>
chore(package): fix browserify section

Remove unneeded browserify-shim transformation

c86af77ccc691e21e83741747265368b8f84ed3d authored almost 9 years ago by TylorS <[email protected]>
build dist/

da4d58183750c938af67587d605c11acab640971 authored almost 9 years ago by TylorS <[email protected]>
refactor(): import TS definitions rather than define them.

Imports the interfaces/types required to write an adapter rather than
define them locally.

b939ccfc7f59e06b8bb8f25d0a24670a63a741a0 authored almost 9 years ago by TylorS <[email protected]>
chore(package): fix dependencies and builds

Add browserify section for external libraries to properly browserify this
package from an extern...

4549188c9498335023b66ed1ec473ac3fd1c4925 authored almost 9 years ago by TylorS <[email protected]>
chore(tsconfig): fix compiling

Compile using ES6. 'module' must be commonjs to include files imported
from node_modules.

435d05a2ca5af8ce2b032cb5b458b6dee37187d6 authored almost 9 years ago by TylorS <[email protected]>
Initial

85e988f02dc8115c9d87ed558b61fca99ae05712 authored almost 9 years ago by TylorS <[email protected]>
Initial commit

fef9c2b26900819f816d016b58e4e00adc16cb7a authored almost 9 years ago by Tylor Steinberger <[email protected]>