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
isTemplateLiteral
check for tslib compat (898f0d0)
0.9.0 (2024-12-08)
- feat: let
shell
be 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
TShellOptions
type (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
TemplateStringArray
detection (10dc031)
0.3.4 (2024-09-18)
- fix(type): add index to
TSpawnChunks
type (c61538a)
0.3.3 (2024-09-18)
- fix(type): add length prop to
TSpawnChunks
type (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.hasOwn
withObject.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
signal
opt (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
false
for 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
normalize
andinvoke
(4e07348) - refactor: move ee subscriber to
spawn
layer (c91ff33) - refactor: define
TZurkOn
handlers ifaces (86d19dd) - refactor(spawn): remove
onStdout
andonStderr
handlers in favor oron('stdout', () => {...})
(7950a6c)