Skip to content

Releases: devhimanshuu/asyncflowstate

AsyncFlowState v3.0.0

30 Apr 11:08

Choose a tag to compare

AsyncFlowState v3.0.0 — The AI-Native Release 🚀

We are thrilled to announce the official release of AsyncFlowState v3.0.0, a massive leap forward in making asynchronous state management autonomous, intelligent, and distributed.

🌟 What's New in v3.0?

🧠 Next-Gen AI & Mesh Engine

AsyncFlowState is no longer just a behavior orchestrator; it is now a self-healing, environmental-aware engine.

  • Flow DNA (Genetic Auto-Tuning): Flows now record their own performance fingerprints and evolve their configuration (timeouts, retries, etc.) over time based on real production data.
  • Ambient Intelligence: Native awareness of network speed, battery level, and CPU pressure, allowing flows to automatically adapt (e.g., offloading to Web Workers or enabling compression).
  • Flow Mesh: A distributed P2P cache built on BroadcastChannel, enabling cross-tab coordination, leader election, and state consensus.
  • Emotional UX: Sentiment analysis for interactions, featuring Rage-Click Detection (Purgatory gates) and Hesitation Tracking for predictive pre-warming.

🔌 New Framework Adapters

We've expanded the ecosystem with first-class support for:

  • Nuxt 3: Native composables and useAsyncData integration.
  • Remix: Deep integration with Action & Navigation lifecycles.
  • Astro: Server-side action adapters for islands architecture.

⚡ Performance & Reliability

  • Edge-First Native: Optimized detection and specialized utilities for Cloudflare Workers, Vercel Edge, and Deno.
  • CRDT Flows: Collaborative state management for multi-user environments.
  • Main-Thread Offloading: Effortless execution of heavy logic in Web Workers.

🛠 Fixes & Improvements

  • Resolved process variable errors in browser/edge environments.
  • 100% test coverage across the core engine and all 9 adapters (161/161 tests passing).
  • Hardened React hook dependency management.
  • Standardized documentation site with a premium "Creator" profile.

📦 Getting Started

Install the latest version for your framework:

npm install @asyncflowstate/react@latest
# or
npm install @asyncflowstate/nuxt@latest

Check out the full documentation for detailed guides on the new AI features.


AsyncFlowState TeamOrchestrating the future of async UI.

Full Changelog: https://github.com/devhimanshuu/asyncflowstate/compare/@asyncflowstate/angular@2.0.2...v3.0.0

@asyncflowstate/vue@2.0.2

09 Apr 22:38

Choose a tag to compare

Major Changes

  • final v2.0.2 release

Patch Changes

  • Updated dependencies
    • @asyncflowstate/core@2.0.2

@asyncflowstate/vue@2.0.1

09 Apr 22:08

Choose a tag to compare

Minor Changes

  • update documentation links

Patch Changes

  • Updated dependencies
    • @asyncflowstate/core@2.1.0

@asyncflowstate/vue@2.0.0

09 Apr 20:20

Choose a tag to compare

Major Changes

  • 🎉 Initial release of @asyncflowstate/vue — Official Vue 3 bindings for AsyncFlowState.
  • useFlow() composable with full lifecycle control, button/form helpers, and validation.
  • useFlowSequence() for orchestrating sequential workflows.
  • useFlowParallel() for running flows in parallel with aggregate state.
  • useFlowList() for managing multiple keyed flow instances.
  • provideFlowConfig() for global configuration via Vue's provide/inject.
  • Full TypeScript support with generics.
  • Auto-revalidation on focus and reconnect.
  • Schema validation support (Zod, Valibot, Yup).

@asyncflowstate/svelte@2.0.2

09 Apr 22:38

Choose a tag to compare

Major Changes

  • final v2.0.2 release

Patch Changes

  • Updated dependencies
    • @asyncflowstate/core@2.0.2

@asyncflowstate/svelte@2.0.1

09 Apr 22:08

Choose a tag to compare

Minor Changes

  • update documentation links

Patch Changes

  • Updated dependencies
    • @asyncflowstate/core@2.1.0

@asyncflowstate/svelte@2.0.0

09 Apr 20:20

Choose a tag to compare

Major Changes

  • 🎉 Initial release of @asyncflowstate/svelte — Official Svelte bindings for AsyncFlowState.
  • createFlow() — Svelte store with full lifecycle control and auto-subscription via $.
  • createFlowSequence() for orchestrating sequential workflows.
  • createFlowParallel() for running flows in parallel with aggregate state.
  • createFlowList() for managing multiple keyed flow instances.
  • Compatible with Svelte 4 (stores) and Svelte 5 (runes).
  • Full TypeScript support with generics.
  • Auto-revalidation on focus and reconnect.

@asyncflowstate/solid@2.0.2

09 Apr 22:38

Choose a tag to compare

Major Changes

  • final v2.0.2 release

Patch Changes

  • Updated dependencies
    • @asyncflowstate/core@2.0.2

@asyncflowstate/solid@2.0.1

09 Apr 22:08

Choose a tag to compare

Minor Changes

  • update documentation links

Patch Changes

  • Updated dependencies
    • @asyncflowstate/core@2.1.0

@asyncflowstate/solid@2.0.0

09 Apr 20:20

Choose a tag to compare

Major Changes

  • 🎉 Initial release of @asyncflowstate/solid — Official SolidJS bindings for AsyncFlowState.
  • createFlow() — Fine-grained reactive primitive with full lifecycle control.
  • createFlowSequence() for orchestrating sequential workflows.
  • createFlowParallel() for running flows in parallel with aggregate state.
  • createFlowList() for managing multiple keyed flow instances.
  • FlowProvider for global configuration via SolidJS context.
  • Automatic cleanup via onCleanup.
  • Full TypeScript support with generics.
  • Schema validation support (Zod, Valibot, Yup).
  • Auto-revalidation on focus and reconnect.