Skip to content
This repository was archived by the owner on Jul 8, 2026. It is now read-only.
Open
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
11 changes: 0 additions & 11 deletions .changeset/remove-immer-from-source.md

This file was deleted.

13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @sylphx/craft

## 1.3.1

### Patch Changes

- 964888c: Remove immer references from source code while keeping benchmark comparisons

- Updated package description to remove "alternative to immer" reference
- Replaced "immer-inspired" and "immer-compatible" comments with generic terms in source code
- Changed "Aliases for immer compatibility" to "Convenience aliases" in exports
- Source code is now fully independent of immer terminology
- immer remains as devDependency for benchmark performance comparisons
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sylphx/craft",
"version": "1.3.0",
"version": "1.3.1",
"description": "A lightweight, functional, and blazingly fast library for immutable state updates",
"type": "module",
"main": "./dist/index.js",
Expand Down