Skip to content
Merged

Main #16

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Factory-driven state management for Nuxt powered by [Harlem](https://harlemjs.com/)

![Version](https://img.shields.io/badge/version-4.0.0-42b883)
![Version](https://img.shields.io/badge/version-5.0.0-42b883)
![License](https://img.shields.io/badge/license-MIT-blue)

Harlemify provides a declarative, factory-based approach to state management. Define your data shapes with Zod, then use model, view, and action factories to create fully typed, reactive stores with built-in API integration, computed views, and status tracking.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@diphyx/harlemify",
"version": "4.0.1",
"version": "5.0.0",
"description": "API state management for Nuxt powered by Harlem",
"keywords": [
"nuxt",
Expand Down
Loading