Ecosyste.ms: OpenCollective

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

XState

State machines and statecharts for the modern web.
Collective - Host: opensource - https://opencollective.com/xstate - Website: https://xstate.js.org/ - Code: https://github.com/davidkpiano/xstate

Update docs/guides/typescript.md

github.com/statelyai/xstate - 5000273d7835e25daf094e742274a783836b764f authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1090 from rjdestigter/forward-typestate-type

Include `TTypestate` for methods

github.com/statelyai/xstate - 6b3953ded9b445de77ff39669f28eb05f359b53c authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1076 from davidkpiano/conditional-actions

Implement conditional actions

github.com/statelyai/xstate - bb381631c0f1ccb9b66202cee9793a3fc6f81728 authored almost 5 years ago by David Khourshid <[email protected]>
Added ESM builds for @xstate/graph and @xstate/test (#1033)

* build(graph): duplicates rollup config to build esm

Closes #1025

* build(test): adds dup...

github.com/statelyai/xstate - 137b0cdf71054d67f0c5ba2c11021436ec3739ed authored almost 5 years ago by Chris Zempel <[email protected]>
Add @xstate/graph to changeset-managed packages

github.com/statelyai/xstate - d04981b478d3bc306b73659186dfc14315d4fc2d authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Add changeset about conditional actions

github.com/statelyai/xstate - 6c47b66c3289ff161dc96d9b246873f55c9e18f2 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1092 from chriscalo/patch-1

docs(vue): add missing export keyword

github.com/statelyai/xstate - 385ff048e4bb146ab36d64c2195c4f9d4ccc3ac9 authored almost 5 years ago by David Khourshid <[email protected]>
Fixed tests

github.com/statelyai/xstate - c39077170a100bd017b0ea9e5f38f3cff66a6d05 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Add tests for conditional actions

github.com/statelyai/xstate - 94c029a5fa894f546a4e64ef77d1b5ba90a33a33 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
feat(typestates): Additional type typests for core.

github.com/statelyai/xstate - 3d6c015c125c1f5dce0e4e3068d60f23541cf945 authored almost 5 years ago by John de Stigter <[email protected]>
Remove unused constnat

github.com/statelyai/xstate - c17e50dc7cd651875f084a149d87ea7a63c7dd69 authored almost 5 years ago by David Khourshid <[email protected]>
Remove isTransient

github.com/statelyai/xstate - ff3718194b434e6dc7f18f866565c785ddfd07c5 authored almost 5 years ago by David Khourshid <[email protected]>
docs(vue): add missing export keyword

github.com/statelyai/xstate - 6a4767d8b780694c3f1c4234180e36fb09425a7f authored almost 5 years ago by Chris Calo <[email protected]>
feat(typestate): Improved changelog information

github.com/statelyai/xstate - 68392a16cd0c67a22a65c82372b6a43dbb8b9122 authored almost 5 years ago by John de Stigter <[email protected]>
feat(typestate): Correct typestate + useMachine test

github.com/statelyai/xstate - cf45e6dc2244d1af8534c2ebf1b22452329e05d6 authored almost 5 years ago by John de Stigter <[email protected]>
feat(typestate): Added type based test for useMachine combined with typestates

github.com/statelyai/xstate - a8f61a6e99f8aeb1ade121abab8b481238d97ceb authored almost 5 years ago by John de Stigter <[email protected]>
Remove unused type

github.com/statelyai/xstate - 3b67aea19eb891ed50488574899086dd5b4a95db authored almost 5 years ago by David Khourshid <[email protected]>
Remove todo

github.com/statelyai/xstate - bdb2d27c6647a584ba06a48512f841c5fb4385a2 authored almost 5 years ago by David Khourshid <[email protected]>
feat(typestates): Ran yarn changeset

github.com/statelyai/xstate - 88b17b2476ff9a0fbe810df9d00db32c2241cd6e authored almost 5 years ago by John de Stigter <[email protected]>
feat(typestates): Preserve TTypestate in methods

github.com/statelyai/xstate - 23d2f2bb3284a39f1820e12e81e3cab72f716416 authored almost 5 years ago by John de Stigter <[email protected]>
Add strictPropertyInitialization

github.com/statelyai/xstate - 018a0583f1a6ef2f5803810edc58998b2a1b63ec authored almost 5 years ago by David Khourshid <[email protected]>
Use previous raised event instead of initial event for overwriting null event in state

github.com/statelyai/xstate - 5ded8ab631502331688f840b40ea0142c76246cd authored almost 5 years ago by David Khourshid <[email protected]>
Remove doneData from grandparent done event

github.com/statelyai/xstate - 2ce0aaf4aa14822ada04cd5556c0c2756aa6132e authored almost 5 years ago by David Khourshid <[email protected]>
Do not filter actions

github.com/statelyai/xstate - 06621dbfb3fdfd7beae83a5aaa2596778f18adad authored almost 5 years ago by David Khourshid <[email protected]>
Push rather than shift internalQueue

github.com/statelyai/xstate - 2c0fa491d4f26cc27ebea1620fe85cde22a6e875 authored almost 5 years ago by David Khourshid <[email protected]>
Refactor selectEventlessTransitions algorithm

github.com/statelyai/xstate - 25028b9e40ce5310b3fd085901840503aa1b91aa authored almost 5 years ago by David Khourshid <[email protected]>
Update docs

github.com/statelyai/xstate - 6b007a8af40d01ad4d2253bcbb7e70e6a02c8dec authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1088 from kyleshevlin/xstate-react-docs-suggestion

docs: demo switch with hierarchical and parallel states for `xstate-react`

github.com/statelyai/xstate - 19e0e320812ed60f89e05d3c65d6943710eed4fe authored almost 5 years ago by David Khourshid <[email protected]>
docs: demo switch with hierarchical and parallel states

github.com/statelyai/xstate - 027cd89d3e870fe007067a51cca53e2efcf2e2da authored almost 5 years ago by Kyle Shevlin <[email protected]>
Update README.md

github.com/statelyai/xstate - 8f0d3b762a4fa6fcc16f5f9a2df6c3746b7d0ebc authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1086 from sukima/ember-recipe

Add Ember.js recipe to docs

github.com/statelyai/xstate - e41021fd1857582363d2e509dbf4d1dde7030596 authored almost 5 years ago by David Khourshid <[email protected]>
Add Ember recipe to docs

github.com/statelyai/xstate - 815294f999a1820abb530f470ed5d356e2fdc41e authored almost 5 years ago by Devin Weaver <[email protected]>
Merge pull request #1087 from AleksejDix/master

add vue todo mvc

github.com/statelyai/xstate - 4abda096f223b154bfc7a97b2439eb6abc9c2b86 authored almost 5 years ago by David Khourshid <[email protected]>
add vue todo mvc

github.com/statelyai/xstate - 59304a3653ea17c3d5c3b13a54b29365afdf4ced authored almost 5 years ago by Aleksej <[email protected]>
Remove erroneous sub-category in Vue Recipe TOC

Prior to this change, the Vue recipe when navigated showed a repeated
sub category in the TOC. T...

github.com/statelyai/xstate - 77c6703c58a51e299d7be1d52e9913b18d91fbd2 authored almost 5 years ago by Devin Weaver <[email protected]>
Merge pull request #1082 from davidkpiano/davidkpiano/1080

[@xstate/fsm] Expose state in service. Fixes #1080

github.com/statelyai/xstate - aae061426f9138c0c3aba8ff0b79cbf8a0339f08 authored almost 5 years ago by David Khourshid <[email protected]>
@xstate/vue: fix Vue typings

github.com/statelyai/xstate - 074fccce314652de4b917b6ef208a2342abd297a authored almost 5 years ago by David Khourshid <>
Add changeset

github.com/statelyai/xstate - 3d50808ac68b1f52de49969e5e83b2c341fda525 authored almost 5 years ago by David Khourshid <>
Merge pull request #1085 from davidkpiano/fix/root-final-nodes

Fixed an issue with data expressions of root's final nodes being called twice

github.com/statelyai/xstate - e64a368c1c73f999a18e110bf161b07c60acb7d1 authored almost 5 years ago by David Khourshid <[email protected]>
Fixed an issue with data expressions of root's final nodes being called twice

github.com/statelyai/xstate - e88aa18431629e1061b74dfd4a961b910e274e0b authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Add additional test

github.com/statelyai/xstate - 17efb1355f3d27fbddbb45e27971610700c7f162 authored almost 5 years ago by David Khourshid <[email protected]>
Expose state on FSM

github.com/statelyai/xstate - 31dd77844f6dcc51ef1b6a72a8bbc86e38ae4572 authored almost 5 years ago by David Khourshid <[email protected]>
Update typescript.md

Amended as per request

github.com/statelyai/xstate - 77ada22878e325de080fe39c0040f6d0d191001b authored almost 5 years ago by SaulEntersekt <[email protected]>
Merge pull request #1078 from josmithua/patch-1

Fix link for invoking machines

github.com/statelyai/xstate - ed61b16700390e264646921d52cc81f12b4e6117 authored almost 5 years ago by David Khourshid <[email protected]>
Fix link for invoking machines

github.com/statelyai/xstate - d62ff3f7610dcff694e6309ca933c3ad135b0ab6 authored almost 5 years ago by Joshua Smith <[email protected]>
Update typescript.md

Help with action typesafety

github.com/statelyai/xstate - 88e2a2e93b603776a86e232b4c52c00882f053e4 authored almost 5 years ago by SaulEntersekt <[email protected]>
Implement conditional actions

github.com/statelyai/xstate - d36a5c66941bbf78ef4ca0e3bb1285021e4e20b9 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Upgrade prettier

github.com/statelyai/xstate - 70967a3198028ba2645dc68f4a05df8a137ede01 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Update tests

github.com/statelyai/xstate - 34cdbd4c2c2e948da868daa53ab42b7d5299884c authored almost 5 years ago by David Khourshid <[email protected]>
Remove state.events

github.com/statelyai/xstate - 50340f203add506e54eeb2d0c72ab4cc03cfc830 authored almost 5 years ago by David Khourshid <[email protected]>
Clean up internalQueue resolution

github.com/statelyai/xstate - 63805e124da9abc42f66537ba9fc31fb0b13eaa6 authored almost 5 years ago by David Khourshid <[email protected]>
Re-enable JSON tests

github.com/statelyai/xstate - 10a6820dc6c65aa580a3251802c929371ffec11c authored almost 5 years ago by David Khourshid <[email protected]>
Update snapshots

github.com/statelyai/xstate - 907eb96b0ef40f291072c3a8972c2510798c0e1d authored almost 5 years ago by David Khourshid <[email protected]>
Typing fixes

github.com/statelyai/xstate - ce292eb2c429079b2a1d24566cf9ac305ffac833 authored almost 5 years ago by David Khourshid <[email protected]>
Fix typing issues

github.com/statelyai/xstate - 88159f1d2afa58a2905eb4a5a36899416e9c9e8a authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1070 from davidkpiano/dependabot/npm_and_yarn/packages/xstate-dev/panel/acorn-5.7.4

Bump acorn from 5.7.3 to 5.7.4 in /packages/xstate-dev/panel

github.com/statelyai/xstate - c2b2ac2d69894d3ab04a1a8d06a8de5561bf2662 authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1073 from davidkpiano/fix/cleanup-actors

Cleanup internal structures upon receiving termination events from spawned actors

github.com/statelyai/xstate - 823fc77cd5b45f9cda0bf3d716d9d3390b7dc8a7 authored almost 5 years ago by David Khourshid <[email protected]>
Cleanup internal structures upon receiving termination events from spawned actors

github.com/statelyai/xstate - 1a129f0f35995981c160d756a570df76396bfdbd authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1069 from davidkpiano/davidkpiano/570

Loosen types for SendAction. Fixes #570

github.com/statelyai/xstate - 3bc00a9894119e78b31cab585f41018ce2ab3a35 authored almost 5 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - d5f622f68f4065a2615b5a4a1caae6b508b4840e authored almost 5 years ago by David Khourshid <[email protected]>
Bump acorn from 5.7.3 to 5.7.4 in /packages/xstate-dev/panel

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://g...

github.com/statelyai/xstate - 42ecda1df9fbe897acc874445dd47111a06d424e authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge branch 'next' into v5/microstep

github.com/statelyai/xstate - 283d30cdd487ed2a40f978a95158754fded7501e authored almost 5 years ago by David Khourshid <[email protected]>
Loosen types for SendAction. Fixes #570

github.com/statelyai/xstate - 8bd6998805b14e6ebe74a443ba1b9902b35b49d5 authored almost 5 years ago by David Khourshid <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 5fd843e3ae38a3ccba8ee87dca7e242b81b95c51 authored almost 5 years ago by David Khourshid <[email protected]>
Bump acorn from 5.7.3 to 5.7.4 (#1068)

Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://...

github.com/statelyai/xstate - 247180357f818911052444f5d87455919a942865 authored almost 5 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #1066 from knobo/master

docs - get respond from actions

github.com/statelyai/xstate - 3ed2ecea82452092aa7ea40ccd7f1dcfc9fe97f5 authored almost 5 years ago by David Khourshid <[email protected]>
docs - get respond from actions

github.com/statelyai/xstate - effe60586cf6ac0bd3d68bfc433acb8107cfd8ac authored almost 5 years ago by Knut Olav Bøhmer <[email protected]>
Merge pull request #1061 from davidkpiano/fix/use-machine-typestate

Infer Typestate in useMachine based on passed-in machine

github.com/statelyai/xstate - 0a1793328c97925ae5177c4f6e5c0b9c504e6af6 authored almost 5 years ago by David Khourshid <[email protected]>
Infer Typestate in useMachine based on passed-in machine

github.com/statelyai/xstate - af4800fbff6cd4795b484371c6222b5d8003c173 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Add initial state transition type, ignore failing test

github.com/statelyai/xstate - 8fc64fc3cc8bdd0da01d9ed9e46884f467a9628c authored almost 5 years ago by David Khourshid <>
Merge branch 'next' into v5/microstep

github.com/statelyai/xstate - 7aa9d04064c0a07d6a3f24c0f6da44fa8c7531e8 authored almost 5 years ago by David Khourshid <>
Merge pull request #1057 from davidkpiano/simplify-get-configuration

Simplify getConfiguration

github.com/statelyai/xstate - 1335d344a8321859bfda975422b93e1dfceb20a5 authored almost 5 years ago by David Khourshid <[email protected]>
Simplify getConfiguration

github.com/statelyai/xstate - efe53deeb7e5b1237ae6c37eae8e87f8b2451341 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1054 from davidkpiano/remove-non-existent-regions-handling

Do not try to handle invalid state values in the core

github.com/statelyai/xstate - 3ba6654a5f475771197b9ae9045b2f77d5bed2d5 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Do not try to handle invalid state values in the core

github.com/statelyai/xstate - 53a594e9a1b49ccb1121048a5784676f83950024 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1055 from davidkpiano/fix/next-tests

Fix/next tests

github.com/statelyai/xstate - 3a0f78ed6cab2b2e94f605746db495868345ab42 authored almost 5 years ago by David Khourshid <[email protected]>
Fix typing problems

github.com/statelyai/xstate - 11ca412142e8f20bda1ae1d0964cca13c83062b4 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Represent .initial as an initial transition in the JSON schema

github.com/statelyai/xstate - a5aae863eccc27a5fa00886961eef28675959b73 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Bring back setting toJSON in formatTransition

github.com/statelyai/xstate - f9042cd11f6bf3ff09f879b13e9b4f0cc9d3194b authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 756b16d4d1941b8ac25a842f7b5cc36d6a437414 authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Make (most) tests pass

github.com/statelyai/xstate - 2f2bb4da9ae1cd687f97694103a92e1d393cb46d authored almost 5 years ago by David Khourshid <[email protected]>
Merge branch 'next' into v5/microstep

github.com/statelyai/xstate - 1aaafea03eb66671e2ca64691708017e636a8a3b authored almost 5 years ago by David Khourshid <[email protected]>
Remove unused import

github.com/statelyai/xstate - fecfd392e375787b1cbc91fc80e76ec7dbf71cf6 authored almost 5 years ago by David Khourshid <[email protected]>
Deletions

github.com/statelyai/xstate - fa11bd451f0264f271a511b7d84e9ce9e24a5362 authored almost 5 years ago by David Khourshid <[email protected]>
Refactoring

github.com/statelyai/xstate - 83e1391501ac650910c0b5d9cd5e3977ea9748e2 authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1041 from davidkpiano/deep-initials

Deep initials

github.com/statelyai/xstate - abc31bf950fe3e7325d06544108d5e038f19742b authored almost 5 years ago by Mateusz Burzyński <[email protected]>
Macrostep working!

github.com/statelyai/xstate - 10753735a448ba99a8a66f313cf8ad422f25f1e1 authored almost 5 years ago by David Khourshid <[email protected]>
Merge branch 'next' into v5/microstep

github.com/statelyai/xstate - 443616caab5fcf154c07005b387b90e6f83e5973 authored almost 5 years ago by David Khourshid <[email protected]>
WIP

github.com/statelyai/xstate - 2ff485b64c2e6d862ee63456fe6f12485e46208c authored almost 5 years ago by David Khourshid <[email protected]>
Microstep refactor WIP

github.com/statelyai/xstate - 8a4ad12b92d4ff8eec27f4bde87349f962dc6164 authored almost 5 years ago by David Khourshid <[email protected]>
Macrostep WIP

github.com/statelyai/xstate - ec83279a2c859dc88941c2b6eb64b637e85dbb37 authored almost 5 years ago by David Khourshid <[email protected]>
Macrostep WIP

github.com/statelyai/xstate - d17c3413aa53916c619b6abfe17ec05128efaa58 authored almost 5 years ago by David Khourshid <[email protected]>
Merge pull request #1046 from davidkpiano/revert-1037-remove-clock

Revert "Remove clock option"

github.com/statelyai/xstate - 37cfc6c163721661d8129808df7e83f634caf55a authored almost 5 years ago by David Khourshid <[email protected]>
Revert "Remove clock option (#1037)"

This reverts commit 9d34092997b2e3ae5136056f144d2b7083c91ec9.

github.com/statelyai/xstate - 0c085472ea67031b5d789b4c337681c38118970e authored almost 5 years ago by David Khourshid <[email protected]>
Remove unkonwn property

github.com/statelyai/xstate - 8c6db356c3e47c63e639e868881c33df1eaf02be authored almost 5 years ago by David Khourshid <[email protected]>
Cleanup

github.com/statelyai/xstate - b8eac4f40a6306ac8b0804da40cbd1840d67da16 authored almost 5 years ago by David Khourshid <[email protected]>
Remove unused functions

github.com/statelyai/xstate - ddeabbb8a2b53653fd868ec7dc34dab4de2c4df1 authored almost 5 years ago by David Khourshid <[email protected]>
Use microstep in machine.transition()

github.com/statelyai/xstate - 93e4edd8525a17a8cc16b909f8a8548a3829f273 authored almost 5 years ago by David Khourshid <[email protected]>
Merge branch 'next' into v5/microstep

github.com/statelyai/xstate - 242db33b587d8f44df159c9a962384327f2693ed authored almost 5 years ago by David Khourshid <[email protected]>
Merge branch 'next' of ssh://github.com/davidkpiano/xstate into next

github.com/statelyai/xstate - ca292a6908c6ff0b1413bd8db7c6ecafa4b95ad0 authored almost 5 years ago by David Khourshid <[email protected]>