Skip to content

Releases: ericcornelissen/shescape

Release v1.3.3

15 Jan 17:13
Compare
Choose a tag to compare
  • Add official support for Dash (Debian Almquist shell).
  • Include offline documentation in package installation.

Release v1.3.2

05 Jan 08:51
Compare
Choose a tag to compare
  • Fix escaping unicode double quotes (U+201C, U+201D, U+201) for PowerShell.
  • Update documentation to include officially supported shells.

Release v1.3.1

06 Dec 20:11
Compare
Choose a tag to compare
  • Add default shell detection.

Release v1.3.0

05 Dec 13:43
Compare
Choose a tag to compare
  • Add support to configure the shell to escape for.
  • Fix escaping backticks for PowerShell.
  • Fix escaping $ for PowerShell.

Release v1.2.1

24 Apr 17:46
Compare
Choose a tag to compare
  • Provide TypeScript type definitions.
  • Update documentation to use ECMAScript module in examples.

Release v1.2.0

16 Apr 15:44
Compare
Choose a tag to compare
  • Provide native ECMAScript module source files.

Release v1.1.3

13 Mar 17:31
Compare
Choose a tag to compare
  • Strip null characters from arguments.

Release v1.1.2

07 Jan 12:56
Compare
Choose a tag to compare
  • Add in-source JSDoc documentation.

Release v1.1.1

30 Dec 13:36
Compare
Choose a tag to compare
  • Improve error message when a value is not stringable.

Release v1.1.0

22 Dec 19:00
Compare
Choose a tag to compare
  • Add escapeAll function to escape an array of arguments.
  • Recommend usage of escapeAll when using fork/spawn/execFile.