fix(build,json): replace lodash.clonedeep with structuredClone and migrate package metadata to smartconfig
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-04-30 - 6.0.1 - fix(build,json)
|
||||
replace lodash.clonedeep with structuredClone and migrate package metadata to smartconfig
|
||||
|
||||
- removes the lodash.clonedeep dependency by using structuredClone when folding saveable properties
|
||||
- improves cross-platform buffer handling by resolving Buffer from globalThis instead of relying on ts-ignore checks
|
||||
- migrates project metadata from npmextra.json to .smartconfig.json and updates packaged files accordingly
|
||||
- updates build tooling versions and drops the allowimplicitany build flag
|
||||
|
||||
## 2025-12-10 - 6.0.0 - BREAKING CHANGE(Smartjson)
|
||||
Require TC39 Stage 3 decorators for @foldDec (use accessor), switch foldDec to initializer-based implementation, improve buffer encode/decode handling, bump dependencies and update docs/tests.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user