Releases: IKatsuba/mutates
Releases · IKatsuba/mutates
Release list
v3.0.0
v2.1.2
v2.1.1
v2.1.0
2.1.0 (2026-05-26)
🚀 Features
- core: export setActiveProject (da7fdcd)
- mutates: scaffold @mutates/cli workspace package (e832b04)
- mutates: stub mutates bin with citty root command (4cc373f)
- mutates: add json-rpc framing and error codes (065068d)
- mutates: add session lockfile discovery (e5ebb6d)
- mutates: add daemon entry, session manager, and dispatcher (ed6dff8)
- mutates: add rpc client, spawn/discover, and output helpers (c824def)
- mutates: add open, close, and sessions commands (b322eee)
- mutates: add RefTable for opaque @nn node refs (022af39)
- mutates: add FileStatCache with xxhash64 fallback (4d21b1a)
- mutates: add Session class with withActiveProject bridge (977ffe8)
- mutates: add snapshot renderer for top-level and drill walks (831dd79)
- mutates: add snapshot, find, listFiles daemon handlers (b47ebae)
- mutates: add diff, save, reload daemon handlers (66bf542)
- mutates: add snapshot, find, diff, save, reload, list-files commands (0459e0b)
- mutates: add classifier and emitter library for cli codegen (210d036)
- mutates: add codegen driver and gen-commands nx target (af9e177)
- mutates: add op handler with json-schema validation (b2504dc)
- mutates: spread generated commands into bin and add e2e (b9c74aa)
- mutates: add schema command for op json-schema discovery (96d67b1)
- mutates: add gen-skills codegen target and embed core skill (95e2a26)
- mutates: add skills command for embedded markdown (17c09b3)
- mutates: add sessions list --all and multi-session coverage (9389a92)
🩹 Fixes
- mutates: drop unexported getTypeAliases and add diff type shim (9fbdc26)
❤️ Thank You
- IKatsuba @IKatsuba
v2.0.1
v2.0.0
2.0.0 (2025-01-21)
🚀 Features
⚠️ core: bump ts-morph to 25.0.0 (f57833c)⚠️ core: bump Nx to 20 (7660a83)⚠️ mutates: remove pattern as a mandatory argument (c7b7249)
⚠️ Breaking Changes
- core: bump ts-morph to 25.0.0
- core: bump Nx to 20
- mutates: all functions now have a single argument with an optional pattern
❤️ Thank You
- Igor Katsuba @IKatsuba