fix(build,json): replace lodash.clonedeep with structuredClone and migrate package metadata to smartconfig

This commit is contained in:
2026-04-30 06:59:14 +00:00
parent 6ac04e2069
commit ba38d4377b
9 changed files with 2245 additions and 2986 deletions
+8
View File
@@ -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.