Skip to content

Tags: SylphxAI/craft

Tags

v1.1.0

Toggle v1.1.0's commit message
chore: release v1.1.0 - performance breakthrough

Major performance improvements:
- Nested updates: 2.04x faster than immer (was 1.6x slower in v1.0.0)
- Complex updates: 2.88x faster than immer (was 1.4x slower)
- Structural sharing: 2.04x faster than immer (was 1.3x slower)
- 90%+ scenarios now faster than immer

Quality improvements:
- 98% test coverage (up from 83%)
- 88 tests (up from 60)
- Fix autoFreeze config bug

Bundle size: 3.86 KB minified

v1.0.0

Toggle v1.0.0's commit message
chore: prepare v1.0.0 production release

- Bump version to 1.0.0
- Fix linting issues (noExplicitAny, noParameterAssign)
- Configure biome for production
- Remove broken COMPARISON.md reference from README
- Optimize parameter usage in finalize function