Skip to content

Releases: tinylibs/tinyexec

0.3.1

16 Oct 03:40
24e9861
Compare
Choose a tag to compare

What's Changed

  • Add exitCode to awaited result / Output type by @VanTanev in #38

New Contributors

Full Changelog: 0.3.0...0.3.1

0.3.0

25 Aug 17:50
f11e42b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.3.0

0.2.0

19 Aug 10:09
66fd9f7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.1.4...0.2.0

0.1.4

08 Aug 14:20
9bbc2b4
Compare
Choose a tag to compare

What's Changed

  • docs: add imports to usage by @43081j in #22
  • fix: prevent esm build global require pollution by @bluwy in #24
  • chore: update lockfile version by @43081j in #26

New Contributors

  • @bluwy made their first contribution in #24

Full Changelog: 0.1.3...0.1.4

0.1.3

07 Aug 18:58
ea20f57
Compare
Choose a tag to compare

What's Changed

  • fix: inject a require function to the esm build by @43081j in #21

Full Changelog: 0.1.2...0.1.3

0.1.3-beta.0

07 Aug 18:56
ea20f57
Compare
Choose a tag to compare
0.1.3-beta.0 Pre-release
Pre-release

What's Changed

  • fix: inject a require function to the esm build by @43081j in #21

Full Changelog: 0.1.2...0.1.3-beta.0

0.1.2

02 Jul 21:27
9bd1f9f
Compare
Choose a tag to compare

What's Changed

  • chore: switch the exports around by @43081j in #16

Full Changelog: 0.1.1...0.1.2

0.1.1

02 Jul 20:31
614666f
Compare
Choose a tag to compare

What's Changed

  • chore: export types in package exports by @43081j in #14
  • fix: set correct main entrypoint by @43081j in #15

Full Changelog: 0.1.0...0.1.1

0.1.0

01 Jul 21:01
Compare
Choose a tag to compare

What's Changed

  • WIP: first cut of implementation by @43081j in #2
  • fix: rewrite then to be an async method by @43081j in #3
  • feat: add short name export by @43081j in #4
  • docs: add options documentation by @43081j in #5
  • test: initial set of tests by @43081j in #6
  • fix: use readline for iterator by @43081j in #7
  • docs: add args to readme by @43081j in #8
  • feat: rework promise interface by @43081j in #9
  • feat: use streams rather than a buffer by @43081j in #10
  • feat: move to tsup by @43081j in #13

New Contributors

  • @43081j made their first contribution in #2

Full Changelog: https://github.com/tinylibs/tinyexec/commits/0.1.0