Skip to content

Releases: statelyai/xstate-tools

@xstate/[email protected]

21 Jun 12:32
0e72909
Compare
Choose a tag to compare

Patch Changes

@xstate/[email protected]

09 May 15:25
44f0c48
Compare
Choose a tag to compare

Patch Changes

  • #341 be2caea Thanks @Andarist! - Fixed an issue with typegen files being sometimes generated when they shouldn't be.

[email protected]

06 May 13:20
fe424aa
Compare
Choose a tag to compare

Patch Changes

  • #338 1ebfcea Thanks @Andarist! - Fixed an issue with not being able to apply code updates in files containing satisfies keyword

@xstate/[email protected]

06 May 13:20
fe424aa
Compare
Choose a tag to compare

Patch Changes

  • #338 1ebfcea Thanks @Andarist! - Fixed an issue with not being able to apply code updates in files containing satisfies keyword

[email protected]

29 Apr 17:20
1dea616
Compare
Choose a tag to compare

Patch Changes

  • #333 2823e81 Thanks @Andarist! - Fixed an issue that caused inline actors with IDs being marked as not provided by typegen. This could result in false positive "Some implementations missing" error.

  • Updated dependencies [2823e81, 87bf22a]:

@xstate/[email protected]

29 Apr 17:20
1dea616
Compare
Choose a tag to compare

Major Changes

Patch Changes

  • #333 2823e81 Thanks @Andarist! - Fixed an issue that caused inline actors with IDs being marked as not provided by typegen. This could result in false positive "Some implementations missing" error.

@xstate/[email protected]

29 Apr 17:20
1dea616
Compare
Choose a tag to compare

Minor Changes

  • #328 87bf22a Thanks @Andarist! - A local version of Prettier (if available) should now be used when writing typegen files.

Patch Changes

[email protected]

20 Apr 09:32
e195dfe
Compare
Choose a tag to compare

Patch Changes

  • #327 d1e290d Thanks @Andarist! - Fixed an issue with typegen files being sometimes generated when they shouldn't be.

[email protected]

19 Apr 16:39
d9d2a50
Compare
Choose a tag to compare

Minor Changes

  • #323 6e524df Thanks @Andarist! - Upgraded the Babel parser used to analyze the content of the files and machines. This should fix parsing issues with new TS features such as const type parameters.

  • #322 cddae40 Thanks @andreash, @Andarist! - Introduced a new opt-in option useDeclarationFileForTypegenData. It's the recommended way of using this extension and typegen and it fixes compatibility with modern moduleResolution options in TypeScript. It can also help you to avoid issues in frameworks that derive pages based on the directory content (such as Nuxt).

    Enabling this might require using at least TypeScript 5.0.

[email protected]

28 Feb 14:44
fe49b6f
Compare
Choose a tag to compare

Minor Changes

  • #305 7689f10 Thanks @Andarist! - Changed the default location for the layout string insertion to be within the machine config (before its first property).