Skip to content
Merged
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
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.1] - 2026-08-20

### Changed

- **Updated all development dependencies** — ESLint, eslint-plugin-unicorn, eslint-plugin-svelte, Vite, svelte-check, and related tooling bumped to their latest versions (library and demo)
- **Rebuilt demo site** — regenerated `docs/` build output with the updated tooling

## [2.0.0] - 2026-07-31

A functional correctness pass over the whole library. Several long-standing bugs silently corrupted
Expand Down
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co

## Development Commands

**Requires Node >=20, npm >=9**
**Requires Node >=22, npm >=9**

### Testing

Expand Down
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ svstate requires **Svelte 5** because it uses the `$state()` rune internally. It
**Requirements:**

- Svelte 5
- Node.js >= 20
- Node.js >= 22
- npm >= 9

---
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Supercharged `$state()` for Svelte 5

[![Node.js](https://img.shields.io/badge/Node.js-%3E%3D20-green.svg)](https://nodejs.org/)
[![Node.js](https://img.shields.io/badge/Node.js-%3E%3D22-green.svg)](https://nodejs.org/)
[![Svelte 5](https://img.shields.io/badge/Svelte-5-orange.svg)](https://svelte.dev/)
[![License: ISC](https://img.shields.io/badge/License-ISC-blue.svg)](https://opensource.org/licenses/ISC)
[![Tests](https://img.shields.io/badge/tests-600%2B-brightgreen.svg)](<>)
Expand Down Expand Up @@ -104,7 +104,7 @@ data.billing.bankAccount.iban = 'NEW-IBAN'; // ✅ Detected, validated, snapshot
npm install svstate
```

**Requirements:** Node.js ≥20, Svelte 5
**Requirements:** Node.js ≥22, Svelte 5

**Note:** This package is distributed as ESM (ES Modules) only.

Expand Down
Loading