0.11.10 (2025-09-26)
- perf: update release pipeline & repack (4f01a90)
0.11.9 (2025-09-26)
- perf: simplify
TZurkOntype (b29834a)
0.11.8 (2025-09-26)
- fix: fix jsr publish flow (6ea1771)
0.11.7 (2025-09-26)
- fix: use nodejs24 for release & repack (ca0607d)
0.11.6 (2025-09-26)
- fix: fix release flow & repack (ae84657)
0.11.5 (2025-09-21)
- perf: up dev deps, update gh pipelines, repack (#44) (c026e8c)
0.11.4 (2025-06-27)
- perf: tech release (8bf1dd9)
0.11.3 (2025-06-22)
- fix: pass
subsfn for nestedbuildCmdcalls (4beca8b)
0.11.2 (2025-04-01)
- fix: export
VoidStream(626d865)
0.11.1 (2025-03-31)
- refactor: use .ts ext in sources (2504eab)
0.11.0 (2025-03-27)
- feat: expose
quoteandquotePwsh(f5a1c61)
0.10.3 (2025-03-27)
- fix: strengthen
spawn.inputtype (bef4919)
0.10.2 (2025-01-12)
- docs: add jsdocs (538b43a)
0.10.1 (2025-01-10)
- fix: make
spawnChunkStorereducible (c04f309)
0.10.0 (2024-12-25)
- feat: introduce
stdallevent (13d8abd)
0.9.3 (2024-12-17)
- fix: apply forced stdio destroy for abort flow only (bbac4fe)
- fix: force stdio destroy on
abort/child.kill()(cd32992)
0.9.2 (2024-12-09)
0.9.1 (2024-12-09)
- fix: relax
isTemplateLiteralcheck for tslib compat (898f0d0)
0.9.0 (2024-12-08)
- feat: let
shellbe false (5b4ebdb)
0.8.0 (2024-12-06)
0.7.5 (2024-12-03)
- perf: tech release (79b5456)
0.7.4 (2024-12-03)
- perf: tech release (07902df)
0.7.3 (2024-12-03)
- fix: move jsr publish to pkg postrelease script (4c353c5)
0.7.2 (2024-12-03)
- fix: fix jsr publish flow (240386b)
0.7.1 (2024-12-03)
- perf: enable publishing to jsr (044ea18)
0.7.0 (2024-12-03)
- feat: store target in git to support distribution via gh refs (d3b3c20)
0.6.3 (2024-11-10)
- fix: unhandledRejection on proxified finally (5877c68)
0.6.2 (2024-11-10)
- fix(spawn): handle nullable stdout/stderr (030decd)
0.6.1 (2024-10-30)
- fix: fix
TShellOptionstype (baa38f7)
0.6.0 (2024-10-17)
- feat: provide deno support (ec3addd)
0.5.0 (2024-10-02)
- feat: provide multipiping (a4e0312)
0.4.4 (2024-09-25)
- fix: fill stdall store on sync spawn (c63c58d)
0.4.3 (2024-09-20)
- fix: apply events detach on process end (3d393be)
0.4.2 (2024-09-20)
- perf: release ee handlers on process end (49d89a9)
0.4.1 (2024-09-20)
- refactor: enhance internal zurk objects detectors (bcba34d)
0.4.0 (2024-09-20)
- feat: export spawn ctx defaults (d4466b0)
0.3.5 (2024-09-19)
- fix: enhance
TemplateStringArraydetection (10dc031)
0.3.4 (2024-09-18)
- fix(type): add index to
TSpawnChunkstype (c61538a)
0.3.3 (2024-09-18)
- fix(type): add length prop to
TSpawnChunkstype (93feadf)
0.3.2 (2024-09-11)
- fix: enhance abort handlers clean up (#13) (cf0211a)
0.3.1 (2024-09-05)
- fix: release on abort signal handler (c575cd4)
0.3.0 (2024-06-12)
- feat: provide chunks store customization (165b020)
0.2.0 (2024-06-01)
- feat: provide compat with nodejs 6+ (cjs) and nodejs 12+ (esm) (1606b98)
0.1.4 (2024-04-30)
- fix: replace
Object.hasOwnwithObject.hasOwnPrototype(1fb5262)
0.1.3 (2024-04-27)
- fix: let AbortController API be optional (a21e1b9)
0.1.2 (2024-04-07)
- fix: extend stdio opts (546afc6)
0.1.1 (2024-04-07)
- fix: provide stdio customization (cbfc232)
0.1.0 (2024-04-06)
- feat: provide
signalopt (dc2b7ea)
0.0.32 (2024-03-26)
- perf: migrate from yarn to npm (6c455a2)
0.0.31 (2024-03-17)
- fix: apply undefined-filter to
assign(1463ca8)
0.0.30 (2024-03-17)
- fix: set detached
falsefor win32 by default (4d4e3c0) - docs: formatting (c907044)
- docs: md formatting (04a65a4)
- refactor: move cmd builder to utils (60123a5)
- docs: provide minimal usage example (ae22952)
- docs(zurk): describe main concepts (8a9442b)
- refactor: move cmd builder to utils (e73bb7a)
- perf(spawn): compose
normalizeandinvoke(4e07348) - refactor: move ee subscriber to
spawnlayer (c91ff33) - refactor: define
TZurkOnhandlers ifaces (86d19dd) - refactor(spawn): remove
onStdoutandonStderrhandlers in favor oron('stdout', () => {...})(7950a6c)