Bash Shell To Bat Converter Versions Save

Converter for bash shell scripts to windows batch files.

v2.5.0

1 year ago

v2.4.1

1 year ago
  • better path parsing and conversion - fixes #23, fixes #53 a0aa55d

https://github.com/daniel-sc/bash-shell-to-bat-converter/compare/v2.4.0...v2.4.1

v2.4.0

2 years ago
  • support for switch-case - closes #52 295609e
  • chore: reset npm lock files 17b596e
  • Merge pull request #48 from daniel-sc/dependabot/npm_and_yarn/ui/follow-redirects-1.14.8 6b967e4
  • Merge pull request #46 from daniel-sc/dependabot/npm_and_yarn/ansi-regex-5.0.1 b3d19cd
  • Merge pull request #50 from daniel-sc/dependabot/npm_and_yarn/ui/url-parse-1.5.10 9eae73f
  • Bump url-parse from 1.5.3 to 1.5.10 in /ui 139ca6f
  • Bump follow-redirects from 1.14.7 to 1.14.8 in /ui fb90307
  • adding lgtm code quality 7e2da14
  • Bump ansi-regex from 5.0.0 to 5.0.1 7a312c6
  • Merge pull request #45 from daniel-sc/dependabot/npm_and_yarn/ui/follow-redirects-1.14.7 88a2098
  • Bump follow-redirects from 1.9.0 to 1.14.7 in /ui b4b238a

https://github.com/daniel-sc/bash-shell-to-bat-converter/compare/v2.3.0...v2.4.0

v2.3.0

2 years ago

What's Changed

  • support for if-else - fixes #44 f553185

Full Changelog: https://github.com/daniel-sc/bash-shell-to-bat-converter/compare/v2.0.1...v2.3.0

v2.3.0-1

2 years ago

v2.3.0-0

2 years ago
  • ignoring .npmrc a655cb7
  • Merge pull request #40 from daniel-sc/dependabot/npm_and_yarn/ui/jszip-3.7.1 19bb478
  • Merge pull request #39 from daniel-sc/dependabot/npm_and_yarn/ui/url-parse-1.5.3 1a67b64
  • Merge pull request #42 from daniel-sc/dependabot/npm_and_yarn/ui/tar-4.4.19 fdcf596
  • Bump tar from 4.4.17 to 4.4.19 in /ui ed1f042
  • Merge pull request #41 from daniel-sc/dependabot/npm_and_yarn/ui/tar-4.4.17 23fc33c
  • Bump tar from 4.4.8 to 4.4.17 in /ui d5e9fcd
  • Bump jszip from 3.2.2 to 3.7.1 in /ui 726d797
  • Bump url-parse from 1.5.1 to 1.5.3 in /ui f8e2626
  • Merge pull request #38 from daniel-sc/dependabot/npm_and_yarn/ui/path-parse-1.0.7 6ceca8e
  • Bump path-parse from 1.0.6 to 1.0.7 in /ui 2c76ef7
  • updated readme for usage with npx - closes #35 26c58c0

https://github.com/daniel-sc/bash-shell-to-bat-converter/compare/a31976a...v2.3.0-0

v2.0.1

3 years ago

Fixed a bug (again) that prevented the execution on cli (#12).

v2.0.0

3 years ago

This brings support for simple functions and some improvements to the infrastructure.

Thanks to @deltabravozulu and @david-a-wheeler for your contribution!

v1.0.0

4 years ago