jsh

Helpers for Bash like shell scripting in JavaScript

MIT License

Downloads
1.1K
Stars
32
Committers
2

Bot releases are visible (Hide)

jsh - v0.36.0

Published by github-actions[bot] almost 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.35.0...v0.36.0

jsh - v0.35.0

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.34.0...v0.35.0

jsh - v0.34.0

Published by github-actions[bot] about 2 years ago

jsh - v0.33.0

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.32.0...v0.33.0

jsh - v0.32.0

Published by github-actions[bot] about 2 years ago

What's Changed

Migration Notes

  • Change references from echo.noNewLine() to printf()

  • Change references from $.echo to exec()

  • Change references from $.noThrow() to $(..., { noThrow: true })

  • Change references from $.quiet() to $(..., { echoCommand: false })

  • $.retry() and http.retry() have been removed. You will need to implement your own retry mechanisms.

  • http() no longer accepts headers as the forth parameter. Instead, headers should be passed in as part of the new options parameter.

    Before: http("GET", "https://myapi.com", { data: 1}, { Accept: "application/json" }); Now: http("GET", "https://myapi.com", { data: 1}, { headers: { Accept: "application/json" } });

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.31.0...v0.32.0

jsh - v0.31.0

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.30.0...v0.31.0

jsh - v0.30.0

Published by github-actions[bot] about 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.29.0...v0.30.0

jsh - v0.29.0

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.28.0...v0.29.0

jsh - v0.28.0

Published by github-actions[bot] over 2 years ago

jsh - v0.27.0

Published by github-actions[bot] over 2 years ago

jsh - v0.26.0

Published by github-actions[bot] over 2 years ago

jsh - v0.25.0

Published by github-actions[bot] over 2 years ago

jsh - v0.24.0

Published by github-actions[bot] over 2 years ago

jsh - v0.23.0

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.22.0...v0.23.0

jsh - v0.22.0

Published by github-actions[bot] over 2 years ago

jsh - v0.21.0

Published by github-actions[bot] over 2 years ago

jsh - v0.20.0

Published by github-actions[bot] over 2 years ago

What's Changed

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.18.0...v0.20.0

jsh - v0.18.0

Published by github-actions[bot] over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/bradymholt/jsh/compare/v0.17.0...v0.18.0

jsh - v0.17.0

Published by github-actions[bot] over 2 years ago

jsh - v0.15.0

Published by github-actions[bot] over 2 years ago

Commits

  • 631ee5b: Version 0.14.0 (bradymholt)
  • bc5f1a6: Use data var name (Brady Holt)
  • 67ef784: Do not set Transfer-Encoding header (Brady Holt)
  • 4d338f8: Version 0.15.0 (bradymholt)
Package Rankings
Top 7.94% on Npmjs.org
Badges
Extracted from project README
Build NPM Package