Skip to content

Releases: kasihagustinusT/soulstate

Release list

v1.0.7

Choose a tag to compare

@kasihagustinusT kasihagustinusT released this 20 Jul 03:38

SoulState v1.0.7

Overview

SoulState v1.0.7 is a maintenance release focused on improving runtime stability, documentation consistency, and ensuring that published package metadata accurately reflects the current implementation.

This release aligns project documentation, package versioning, and runtime behavior to provide a more reliable development experience when building reactive applications with SoulState.


Highlights

Runtime Stability Improvements

  • Improved runtime stability across the core state management pipeline.
  • Refined internal behavior to provide more predictable state updates and subscription handling.
  • Verified existing runtime functionality against the current implementation.

Documentation Alignment

  • Updated documentation to match the current API implementation.
  • Ensured examples, API references, and usage guides reflect the actual exported features.
  • Removed inconsistencies between documented behavior and library implementation.

Package Release Improvements

  • Updated package version metadata to 1.0.7.
  • Regenerated distribution artifacts.
  • Verified package build output before release publication.

Verification

This release has been verified through:

  • ✅ TypeScript build validation
  • ✅ Package build verification using tsup
  • ✅ Distribution artifact generation
  • ✅ API documentation review
  • ✅ Runtime compatibility checks

Installation

Install SoulState v1.0.7:

npm install soulstate@1.0.7

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 14:23

1.0.0 (2025-11-17)

Bug Fixes