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

Merge pull request #1450 from viglucci/patch-1

Update event name reference in docs

github.com/statelyai/xstate - 47e857b6219941adfb4e67ffdb2170da6dd6ba6a authored over 4 years ago by David Khourshid <[email protected]>
Update event names related to Promise rejections

Updates documentation to align with changes from https://github.com/davidkpiano/xstate/pull/461.

github.com/statelyai/xstate - 51e3a42e98b79bde13e28181c5a98cfed899dddd authored over 4 years ago by Kevin Viglucci <[email protected]>
Merge pull request #1366 from davidkpiano/davidkpiano/graph-tograph

github.com/statelyai/xstate - 83920998908eb27e7716af1fe543529e446d19a7 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset + readme

github.com/statelyai/xstate - 142f54e1238919a53c73a40723c415b0044774bb authored over 4 years ago by David Khourshid <[email protected]>
Fix test

github.com/statelyai/xstate - f1cedbe09d04aff8dc94675bfa1b7fa5e5ceca56 authored over 4 years ago by David Khourshid <[email protected]>
Remove yolo index types

github.com/statelyai/xstate - 972d8d7131d9aa1e2e0b1e74fa14d4792235c69f authored over 4 years ago by David Khourshid <[email protected]>
Rename types

github.com/statelyai/xstate - bf1b8d36d358cc8fd999d7a868b482fe20548915 authored over 4 years ago by David Khourshid <[email protected]>
Rename toGraph -> toDirectedGraph

github.com/statelyai/xstate - eb6e5a3531a252d90f71012f52984a102db5c9c1 authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into davidkpiano/graph-toGraph

github.com/statelyai/xstate - ef664f86533ad62e56360550e5eef80faebc515f authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - 9e10660ec2f1e89cbb09a1094edb4f6b8a273a99 authored over 4 years ago by David Khourshid <[email protected]>
Remove "in" in favor of stateIn()

github.com/statelyai/xstate - f52c859f02c50f513f59becb16d32ec343d72848 authored over 4 years ago by David Khourshid <[email protected]>
Add the Cypress Real-World App

github.com/statelyai/xstate - ecfb41d3759f9bc5bef884108d6eb991e97001b6 authored over 4 years ago by David Khourshid <[email protected]>
Update docs with resources

github.com/statelyai/xstate - 69dae5b3d37843bd695f5c7f09c5c95e0b8a513a authored over 4 years ago by David Khourshid <[email protected]>
Update test to show full typing

github.com/statelyai/xstate - b04f5c8b90f4641933c1fffab5d86f85bd376317 authored over 4 years ago by David Khourshid <[email protected]>
Add createModel + test

github.com/statelyai/xstate - 2185b91be57440f5c53d42d497b39880e9f147ac authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 170a4dd00757c3d86f83921a95212897428a50f9 authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' of https://github.com/davidkpiano/xstate

github.com/statelyai/xstate - 1c6402925ebf7938e31866694a399342c11dfde8 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1425 from ivandotv/docs-sequence

github.com/statelyai/xstate - 78e998674b8ac8cbcf926f43b2588787b5631953 authored over 4 years ago by David Khourshid <[email protected]>
docs: final state should not have events

github.com/statelyai/xstate - 5036bedddfed96f85cf5d617f44af65fd6fb9891 authored over 4 years ago by Ivan V <[email protected]>
Version Packages (#1390)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

github.com/statelyai/xstate - 319d738577c8c77eea8d5c60e449a1609a1de03e authored over 4 years ago by github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Fixed an issue with not being able to run XState in a web-worker (#1407)

* allow running xstate in a web-worker

* Update .changeset/nervous-shoes-retire.md

Co-auth...

github.com/statelyai/xstate - ad3026d4309e9a1c719e09fd8c15cdfefce22055 authored over 4 years ago by Tom Enden <[email protected]>
Merge pull request #1409 from jirutka/fix-extract-state-value

github.com/statelyai/xstate - 34a309717eff4ca04477a02c79e3d2ee3f142f8a authored over 4 years ago by David Khourshid <[email protected]>
fix(core): fix type ExtractStateValue to describe real state value

Consider the following schema:

type LightStateSchema = {
states: {
green: {},...

github.com/statelyai/xstate - f51614dff760cfe4511c0bc7cca3d022157c104c authored over 4 years ago by Jakub Jirutka <[email protected]>
Update CONTRIBUTING.md

github.com/statelyai/xstate - 56cafab84f8a0b8ff581992d7b5310337e20310b authored over 4 years ago by David Khourshid <[email protected]>
Update CONTRIBUTING.md

Closes #1406

github.com/statelyai/xstate - 7c1013b40f703a31dbf0d86e21c35d2ae18e5b69 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1405 from davidkpiano/davidkpiano/1020

Add test for #1020

github.com/statelyai/xstate - 87a12c1059b699ace56a1680e29182a6b4b4889f authored over 4 years ago by David Khourshid <[email protected]>
Add test for #1020

github.com/statelyai/xstate - 949649457b9b7b75fa12894e4a59961bc0699500 authored over 4 years ago by David Khourshid <[email protected]>
Slight TS performance improvement (#1402)

github.com/statelyai/xstate - b1684eadb1f859db5c733b8d403afc825c294948 authored over 4 years ago by Mateusz Burzyński <[email protected]>
Fixed an issue with spawning actors multiple times when they got spawned in the nested initial state (#1401)

github.com/statelyai/xstate - 4e949ec856349062352562c825beb0654e528f81 authored over 4 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1388 from hudecsamuel/state-value-type

github.com/statelyai/xstate - 1212d0b9a811fce98f7d369e214717bc0946d462 authored over 4 years ago by David Khourshid <[email protected]>
Improve changeset

github.com/statelyai/xstate - 0ee35538a6723a39373a8b115a33c82630c26b29 authored over 4 years ago by Mateusz Burzyński <[email protected]>
added changeset

github.com/statelyai/xstate - 0f07c84daba6ca4913f5311b4e99b67cf489baba authored over 4 years ago by hudecsamuel <[email protected]>
updated State interface value type

github.com/statelyai/xstate - 7c6f5b0703427f6f8dfa4039e6d53144d39f25ce authored over 4 years ago by hudecsamuel <[email protected]>
Merge branch 'master' of https://github.com/davidkpiano/xstate

github.com/statelyai/xstate - 2eb14e172e866924b1df1efd0d20e97de7ec03dc authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1274 from davidkpiano/changeset-release/master

Version Packages

github.com/statelyai/xstate - fa113a033a2820e40ee67a54de99fa0063649b52 authored over 4 years ago by David Khourshid <[email protected]>
Updated svelte-jester to allow running tests from project root.

github.com/statelyai/xstate - a416d656fe1eb8d65e95f5b7bbe4b71da0f9104e authored over 4 years ago by James Opstad <[email protected]>
Version Packages

github.com/statelyai/xstate - 0e7d3f34251c7796750eb75b28c97a0cb1498e30 authored over 4 years ago by github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Merge pull request #1373 from CyberAP/patch-1

github.com/statelyai/xstate - cb53aae8699cdd4090447f0daddf966d8eac9c01 authored over 4 years ago by David Khourshid <[email protected]>
Fix Async Sequences example

github.com/statelyai/xstate - 2788c30658ecef6d9e51a2e9b69cd06445033a60 authored over 4 years ago by Stanislav Lashmanov <[email protected]>
Merge pull request #1372 from christianchown/fix/service-config-type

github.com/statelyai/xstate - 39abda6c09ae2c370f7c70e7c69fe6d923f402fa authored over 4 years ago by David Khourshid <[email protected]>
docs: added changeset

github.com/statelyai/xstate - 8270d5a76c71add3a5109e069bd85716b230b5d4 authored over 4 years ago by Christian Chown <[email protected]>
fix: use event generic in ServiceConfig type

github.com/statelyai/xstate - 30fe3cca61512af5773e853c2d065fd3ec4f65a4 authored over 4 years ago by Christian Chown <[email protected]>
Merge pull request #1371 from montogeek/patch-1

Fix inconsistent options documentation

github.com/statelyai/xstate - 3095a399cf5cd9f0cdb246263f2674ef63890c4f authored over 4 years ago by David Khourshid <[email protected]>
Fix inconsistent options documentation

github.com/statelyai/xstate - 25832994b5b2ae0cab5704d9b411f8d741b577f1 authored over 4 years ago by Fernando Montoya <[email protected]>
Add simple tests for entry/exit actions on source & proper descendant states of internal transitions (#1370)

github.com/statelyai/xstate - 3555928831e87b8975134145738c99d4cd01a6e2 authored over 4 years ago by Mateusz Burzyński <[email protected]>
Docs: update Vue with 2.x notice

github.com/statelyai/xstate - 75aefc6ea18067237f6e024cce43a016f1c1b20f authored over 4 years ago by David Khourshid <[email protected]>
Export toGraph

github.com/statelyai/xstate - 144aa920e7aaaa463151ed5cdc87daf2463c9528 authored over 4 years ago by David Khourshid <[email protected]>
Improve types and add tests

github.com/statelyai/xstate - 75aeecaf6a382e21ef6ad9fd1ef7d6de77f61bcc authored over 4 years ago by David Khourshid <[email protected]>
Added support for xstate and tests.

github.com/statelyai/xstate - 03a726dc3093406405651b0e1b4bd7d793dcbd6c authored over 4 years ago by James Opstad <[email protected]>
Merge branch 'master' into davidkpiano/graph-tograph

github.com/statelyai/xstate - 06006f804a646adf3cabf9b848490dacc3f5fd12 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1365 from davidkpiano/dependabot/npm_and_yarn/prismjs-1.21.0

github.com/statelyai/xstate - 0976f0550b4345837126f4781927613955c09a1c authored over 4 years ago by David Khourshid <[email protected]>
Bump prismjs from 1.19.0 to 1.21.0

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.19.0 to 1.21.0.
- [Release notes](https...

github.com/statelyai/xstate - fe8154038591d725da75dc23d7a17ab91cf0a214 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Created xstate-svelte directory and added support for @xstate/fsm.

github.com/statelyai/xstate - 2d4c757e42aed52ea10d21530f1ebe19962082e6 authored over 4 years ago by James Opstad <[email protected]>
Merge pull request #1336 from davidkpiano/davidkpiano/1334

github.com/statelyai/xstate - ab7329eaf849b613b94cb815a7e1575e9c9f7ea9 authored over 4 years ago by David Khourshid <[email protected]>
Add InterpreterOf and fix types

github.com/statelyai/xstate - ef84b6395568e6c655308ae9e6df93782445eae4 authored over 4 years ago by David Khourshid <[email protected]>
Add missing dependency

github.com/statelyai/xstate - 0cff136d5b02fffd1c874dad97afde8d632c923d authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 47232b28a5f5fd378222be2132a09934e2a78569 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1354 from davidkpiano/davidkpiano/ts-3.9.7

github.com/statelyai/xstate - 4c3a274a8c9777e8076c4538fedbfc90966b5d87 authored over 4 years ago by David Khourshid <[email protected]>
Update .changeset/curvy-mails-retire.md

Co-authored-by: Mateusz Burzyński <[email protected]>

github.com/statelyai/xstate - ed9a277eda75433d2cc839941cc0210e07abda85 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - b72e29dd728b4c1be4bdeaec93909b4e307db5cf authored over 4 years ago by David Khourshid <[email protected]>
... except for this one

github.com/statelyai/xstate - b1b0531e45bb5f02acb257797c1d5a0304207e92 authored over 4 years ago by David Khourshid <[email protected]>
Remove @ts-ignore statements

github.com/statelyai/xstate - 9959b7ea516ca9bedee8392e0140bd1ea0a2d222 authored over 4 years ago by David Khourshid <[email protected]>
Fix toActionObject type error

github.com/statelyai/xstate - cf08b6023b6be1d758633dd2546662d271c85439 authored over 4 years ago by David Khourshid <[email protected]>
Simplify Action type

github.com/statelyai/xstate - fa40ca3042ff9fae1af02f8dea9c6b04281ee075 authored over 4 years ago by David Khourshid <[email protected]>
Upgrade to TS 3.9.7

github.com/statelyai/xstate - b2b6012d448f50aff4ccf785ccc639f0e18ac07d authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1351 from NewAlexandria/patch-1

github.com/statelyai/xstate - 781640d09eb52f4da1fd4796677988b6d70e21bf authored over 4 years ago by David Khourshid <[email protected]>
Update ISSUE_TEMPLATE.md

Make it easier, and more likely, that people will confirm if the new feature idea is already on ...

github.com/statelyai/xstate - 3dc050d1ff1a417368a56c33b0bfcfaa2a80ef5b authored over 4 years ago by NewAlexandria <[email protected]>
Simplify currentState

github.com/statelyai/xstate - 56cd6f496c94c98e0cba4313f923b39c3ec5d8d0 authored over 4 years ago by David Khourshid <[email protected]>
Update packages/xstate-react/test/useMachine.test.tsx

Co-authored-by: Mateusz Burzyński <[email protected]>

github.com/statelyai/xstate - 6a932316b98fdd0ad944a8484e5407b43cf2304e authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1317 from davidkpiano/fix/react-matches

Unified declarations with TTypestate

github.com/statelyai/xstate - 00f902bfb0e86a169fcb252029a0f5564760587e authored over 4 years ago by Mateusz Burzyński <[email protected]>
Do not return StateNodes parametrized with TTypestate from the getStateNodes method

github.com/statelyai/xstate - 02fcec7ac654ee398c941f15757603cfe2266925 authored over 4 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1342 from SeonMyungLim/docs-tutorial-jsx-key-fix

github.com/statelyai/xstate - df4317a17f3772e4f09fec7c366e8ae6d123ab4e authored over 4 years ago by David Khourshid <[email protected]>
fix react component key prop

until the line 409
subreddit is just string not object, so doesn't have id inside it.

github.com/statelyai/xstate - 09ae0d04adfb5e8b0b3dc042c40eaf03e2be4840 authored over 4 years ago by vivid <[email protected]>
Add toGraph

github.com/statelyai/xstate - 9cbb19dbddf8d521ad4202cd8b1554cd8714dcf6 authored over 4 years ago by David Khourshid <[email protected]>
Rehydration should initialize machine first. Fixes #1334

github.com/statelyai/xstate - 9ecefca84bfc3db6df09c41b884ac00ef0f6efb1 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1332 from hatrunghung/master

add covid tracker example to the xstate doc

github.com/statelyai/xstate - 11dba3e971c6f9303647f1920b96423f914f18e6 authored over 4 years ago by David Khourshid <[email protected]>
add covid tracker example to the xstate doc

github.com/statelyai/xstate - e1914724f7daf0323e0f887ede947a800720d892 authored over 4 years ago by Hung Ha Trung <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 4a265e0b49e770118408363fb86235e515f4a50c authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1320 from davidkpiano/davidkpiano/invoke-config

github.com/statelyai/xstate - 16b602c6a3089b804f9957bd49550eab4d0aa746 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset for bug fix

github.com/statelyai/xstate - 01e3e2dcead63dce3eef5ab745395584efbf05fa authored over 4 years ago by David Khourshid <[email protected]>
Add docs

github.com/statelyai/xstate - d1405417c3dd3a685a83a2785ad5a0bb0dccc6e7 authored over 4 years ago by David Khourshid <[email protected]>
Fix double serialization bug + refactor

github.com/statelyai/xstate - be85b34d4b771e39acc3873cfac8407222695fee authored over 4 years ago by David Khourshid <[email protected]>
Add fix script, fix tests

github.com/statelyai/xstate - 242359f4cb0674df0e31f84f65c8c96b4b49cb64 authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'master' into next

github.com/statelyai/xstate - 0cabb02ba7794e821dfa76e49b29ca01ccbfc23d authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - 4dbabfe7d5ba154e852b4d460a2434c6fc955726 authored over 4 years ago by David Khourshid <[email protected]>
Fix Actor.ts

github.com/statelyai/xstate - dcb99d8e7a607b4f0a15eebf32238e0658477553 authored over 4 years ago by David Khourshid <[email protected]>
Add support for invoke source object (definition)

github.com/statelyai/xstate - 60d77e42a37dca1a65a063d44c7cd5a7dd91a21e authored over 4 years ago by David Khourshid <[email protected]>
Fixed an issue with `raise` return type

github.com/statelyai/xstate - c1f3d26069ee70343f8045a48411e02a68f98cbd authored over 4 years ago by Mateusz Burzyński <[email protected]>
Pass through Typestate type param correctly and default it everywhere to the same value

github.com/statelyai/xstate - 8662e543393de7e2f8a6d92ff847043781d10f4d authored over 4 years ago by Mateusz Burzyński <[email protected]>
Merge pull request #1290 from davidkpiano/davidkpiano/1281

Ensure that prematurely spawned actors are also deferred. Fixes #1281

github.com/statelyai/xstate - 597cfdc659b03f2095e73faf3f82702ae68a3911 authored over 4 years ago by David Khourshid <[email protected]>
Add changeset

github.com/statelyai/xstate - a7da14510fd1645ad041836b567771edb5b90827 authored over 4 years ago by David Khourshid <[email protected]>
Merge pull request #1284 from davidkpiano/v5/deferred

github.com/statelyai/xstate - 33f882f63bc4809770aea5b0598b9f58e032168a authored over 4 years ago by David Khourshid <[email protected]>
Optimization

github.com/statelyai/xstate - 42ead539588f2a0bcd3867bef5c403da8ccaa21a authored over 4 years ago by David Khourshid <[email protected]>
Fix types

github.com/statelyai/xstate - a56eca6676ec95f77f53e0cfa3578825e0b77883 authored over 4 years ago by David Khourshid <[email protected]>
Enforce laziness

github.com/statelyai/xstate - 8d83787316c31c0cc25976eefa8f7b536cb9c53e authored over 4 years ago by David Khourshid <[email protected]>
Behavior: change current -> initial (current is only relevant in Actor)

github.com/statelyai/xstate - 9f7a759ddc9f4e7b488496f500d0891bb7a702dc authored over 4 years ago by David Khourshid <[email protected]>
Fix import

github.com/statelyai/xstate - f0d6370b080a32a9af8f13ef3d1d71898cc69925 authored over 4 years ago by David Khourshid <[email protected]>
Rename createInvocation -> createActorRefFromInvokeAction

github.com/statelyai/xstate - 99da6994886e1839d802fc6dcc694d22af4a4157 authored over 4 years ago by David Khourshid <[email protected]>
Merge branch 'next' into v5/deferred

github.com/statelyai/xstate - 9a7cbca614051d3f2bc6297739253cae71737e75 authored over 4 years ago by David Khourshid <[email protected]>
Silence warning for lazy entities

github.com/statelyai/xstate - d7c2c2b519ee8fb5529c5c7eee8ee818e0b0d6b1 authored over 4 years ago by David Khourshid <[email protected]>