Skip to content

Releases: statelyai/xstate-tools

@xstate/tools-shared@4.0.4

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

Patch Changes

  • Updated dependencies [b157f29]
    • @xstate/machine-extractor@0.12.2

@xstate/machine-extractor@0.12.2

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

Patch Changes

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

@xstate/cli@0.5.10

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

Patch Changes

  • Updated dependencies [b157f29]
    • @xstate/machine-extractor@0.12.2
    • @xstate/tools-shared@4.0.4

@xstate/cli@0.5.9

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/cli@0.5.8

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/tools-shared@4.0.3

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

Patch Changes

  • Updated dependencies [8dc07c9]
    • @xstate/machine-extractor@0.12.1

@xstate/machine-extractor@0.12.1

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

Patch Changes

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

@xstate/cli@0.5.7

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

Patch Changes

  • Updated dependencies [8dc07c9]
    • @xstate/machine-extractor@0.12.1
    • @xstate/tools-shared@4.0.3

@xstate/cli@0.5.6

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

Patch Changes

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

@xstate/tools-shared@4.0.2

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.