Skip to content

Releases: statelyai/xstate-tools

@xstate/[email protected]

15 Nov 11:27
141d41f
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

15 Nov 11:27
141d41f
Compare
Choose a tag to compare

Patch Changes

  • b157f29: Moved exports related to Sky to a separate entrypoint.

@xstate/[email protected]

15 Nov 11:27
141d41f
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

14 Nov 15:30
32b7be0
Compare
Choose a tag to compare

Patch Changes

  • bcaeedc: Fix getting env variables from import.meta.env.SOME_KEY

@xstate/[email protected]

14 Nov 12:08
ca05e2d
Compare
Choose a tag to compare

Patch Changes

  • 9789cd7: Make it possible to define the API keys for Sky inline using strings or Node-compatible environment variables like process.env.SKY_API_KEY.

@xstate/[email protected]

16 Oct 09:40
d9cc11d
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

16 Oct 09:40
d9cc11d
Compare
Choose a tag to compare

Patch Changes

  • 8dc07c9: Small internal change to the Sky-related helper

@xstate/[email protected]

16 Oct 09:40
d9cc11d
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

16 Oct 09:20
e115276
Compare
Choose a tag to compare

Patch Changes

  • cf8c2b7: Fix problem with Prettier version conflicts for Sky configs.

@xstate/[email protected]

13 Oct 11:01
2c8387f
Compare
Choose a tag to compare

Patch Changes

  • 0562617: Fixed an issue that could result in loss of information about multiple actions within invoke.onDone/invoke.onError transitions.
  • 6e6ce3b: Fixed an issue that could accidentally recognize "undefined" as a valid action type.