Skip to content

Releases: nwutils/get-windows-shortcut-properties

Translate feature, improved validation

25 Nov 19:19
ee23ce4
Compare
Choose a tag to compare
  • Add "Translate" feature
    • Can convert the normal output of the sync function to a more human readable JS Object, also compatible with create-desktop-shortcuts
  • Improve validation on existing sync and the new translate functions
  • Reorganize code
  • Document all function with JSDocs, including types
  • Updated dependencies
  • Updated API Documentation in README

Diff:

Handle filepaths with single quotes

24 Nov 03:22
5aa65eb
Compare
Choose a tag to compare
  • Thanks to @xGreenNarae for PR #3 to fix a bug where filepaths containing single quotes had issues when being ran via powershell commands.

Diff:

Bug fix

18 Jun 13:19
4f192ce
Compare
Choose a tag to compare
  • There was a bug where a safety check ensured that a value must be an array, but I had changed the line before it to do a .join, making it a string, so the check always failed.
  • General improvements to README

Diff:

Initial Release

29 Jan 23:54
3a29f09
Compare
Choose a tag to compare
  • Supports string input for one file, or Array of strings for multiple files
  • Does validation on your inputs
  • Supports custom logging
  • Documented Usage/API
  • Manual testing in place
  • No code coverage (no unit tests)
  • Library is completely synchronous
  • Published to npm