Skip to content

Releases: cross-org/utils

0.16.0

09 Sep 19:29
3dbe987
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.15.0...0.16.0

0.15.0

07 Sep 20:01
f44f5c9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.14.0...0.15.0

0.14.0

01 Aug 21:07
Compare
Choose a tag to compare

New features

  • deepFreeze(obj: T, createCopy?: boolean): T
    • Recursively freezes an object and all its nested objects. Freezing prevents
      any modifications to the object's properties.
    • If createCopy is true (default is false), a new frozen deep copy of
      the object is returned, leaving the original unchanged.
  • deepSeal(obj: T, createCopy?: boolean): T
    • Recursively seals an object and all its nested objects. Sealing prevents new
      properties from being added or removed, but existing properties can still be
      modified.
    • If createCopy is true (default is false), a new sealed deep copy of
      the object is returned, leaving the original unchanged.

Full Changelog: 0.13.0...0.14.0

0.13.0

24 May 22:02
Compare
Choose a tag to compare

Changes

  • New /sysinfo submodule
  • Dependency update

0.12.0

24 Apr 19:39
Compare
Choose a tag to compare
  • Adds pid()

0.11.0

08 Apr 19:59
Compare
Choose a tag to compare

0.10.0

07 Apr 21:02
Compare
Choose a tag to compare

Changes

Full Changelog: 0.9.4...0.10.0

0.9.4

01 Apr 20:13
Compare
Choose a tag to compare

Changes

  • Retain environment variables while spawning child processes with bun

Full Changelog: 0.9.3...0.9.4

0.9.3

01 Apr 20:05
Compare
Choose a tag to compare

Changes

  • Retain process.env when spawning processes under node

Full Changelog: 0.9.2...0.9.3

0.9.2

01 Apr 19:22
Compare
Choose a tag to compare

Changes

  • Add interface SpawnResult

Full Changelog: 0.9.1...0.9.2