Skip to content

Releases: jimmycuadra/shellwords

1.1.1

11 Jul 13:10

Choose a tag to compare

Improvements:

  • Specified "exports" in package.json for bundlers that require this information.

1.1.0

28 Jun 05:22

Choose a tag to compare

New features:

  • Added the join function, which takes an array of strings, escapes each element with escape and then joins the elements into a single space-separated string.

1.0.1

01 Feb 11:53

Choose a tag to compare

Improvements:

  • Added keywords to package metadata.

Bug fixes:

  • Fixed imports in README example.

1.0.0

30 Jan 09:17

Choose a tag to compare

It's been 4 years since the last update to this package, and 10 years since it was originally published! According to npm, it receives roughly 10,000,000 downloads per week. According to SemVer, this package should have been at version 1.0 a long time ago. Better late than never. The 1.0 version converts the code to TypeScript, bundles type declarations, includes JSDoc documentation for the exported functions, and ships with separate files for CommonJS, ES modules, and a global script for the browser.