Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Releases: rlaffers/xstate-ninja

extension@1.7.2

21 Oct 19:00
Compare
Choose a tag to compare
Loading

✨ Features

  • Display the detected xstate-ninja inspector version and add incompatibility warning (#13)

🔧 Other Changes

  • refactor the extension logic to use state machines
Assets2
Loading

v2.1.0

07 Oct 16:29
Compare
Choose a tag to compare
Loading

✨ Features

  • send the inspector version to the extension

🔧 Other Changes

  • add CI workflows to watch code quality
Loading

v2.0.0

02 Oct 18:01
Compare
Choose a tag to compare
Loading

✨ Features

  • a newconfigure function is now exported which should be used to enable/disable the inspector, or set the log level.

🪲 Fixes

  • add units tests for the core library
  • fix TS and linting errors
  • fix the examples

💔 Breaking Changes

Setting options (enabled orlogLevel) with the default export is no longer possible. Use the newconfigure function instead:

// ❌ DEPRECATED xstate-ninja v1importXStateNinjafrom'xstate-ninja'XStateNinja({enabled:false})// ✅ xstate-ninja v2import{configure}from'xstate-ninja'configure({enabled:false})

The default export is strictly for getting the instance of the XState Ninja Inspector.

importgetInspectorfrom'xstate-ninja'constinspector=getInspector()// instance of XStateNinjaInspector

Read more about configuring XState Ninja here.

Loading

magic-json-tree@2.0.2

01 Oct 12:36
Compare
Choose a tag to compare
Loading

Bug Fixes

  • fix formatting of values which are not strings
Loading

magic-json-tree@2.0.1

01 Oct 12:34
Compare
Choose a tag to compare
Loading

Bug Fixes

  • Prevent value summaries from wrapping to a new line
Loading

v1.3.10

01 Oct 12:33
Compare
Choose a tag to compare
Loading

🔧 Other Changes

  • fix TS errors
  • relax parameter types in type guards for inspect events
Loading

v1.3.9

01 Oct 12:30
Compare
Choose a tag to compare
Loading

🪲 Bug Fixes

  • fix serialization of machine context and snapshots when sending them to the extension to prevent mutation of the machine (#10)
Loading

v1.3.8

01 Oct 12:28
Compare
Choose a tag to compare
Loading

⚠️ Important note: This release is broken and may cause errors in your state machines.Install v1.3.9+ instead.

Bug Fixes

  • prevent mutations of state machine context and snapshots when serializing data (#10)
Loading

v1.3.7

14 Sep 19:05
Compare
Choose a tag to compare
Loading

⚠️ Important note: This release is broken and may cause errors in your state machines.Install v1.3.9+ instead.

Bug Fixes

  • fix issue with serializing circular data in machine contexts (#10)

Other Changes

  • set up proper linting and type checking

Full Changelog:v1.3.6...v1.3.7

Loading

magic-json-tree@2.0.0

14 Sep 19:03
Compare
Choose a tag to compare
Loading

BREAKING CHANGES

  • The minimum required Node version has been raised to 16.0.0

Features

  • add TS type declarations

Other

  • set up proper linting and type checking
  • fix linting issues
  • fix TS issues
  • Upgrade dependencies
Loading
Previous134
Previous

[8]ページ先頭

©2009-2025 Movatter.jp