- Notifications
You must be signed in to change notification settings - Fork2
Releases: rlaffers/xstate-ninja
Releases · rlaffers/xstate-ninja
extension@1.7.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
✨ Features
- Display the detected xstate-ninja inspector version and add incompatibility warning (#13)
🔧 Other Changes
- refactor the extension logic to use state machines
Assets2
v2.1.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
✨ Features
- send the inspector version to the extension
🔧 Other Changes
- add CI workflows to watch code quality
Assets2
v2.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
✨ Features
- a new
configure
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
Assets2
magic-json-tree@2.0.2
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Bug Fixes
- fix formatting of values which are not strings
Assets2
magic-json-tree@2.0.1
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
Bug Fixes
- Prevent value summaries from wrapping to a new line
Assets2
v1.3.10
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
🔧 Other Changes
- fix TS errors
- relax parameter types in type guards for inspect events
Assets2
v1.3.9
v1.3.8
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
v1.3.7
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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
Assets2
magic-json-tree@2.0.0
Compare
Could not load tags
Nothing to show
{{ refName }}defaultLoading
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