Releases: nwutils/get-windows-shortcut-properties
Releases · nwutils/get-windows-shortcut-properties
Translate feature, improved validation
- 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
- Can convert the normal output of the
- Improve validation on existing
sync
and the newtranslate
functions - Reorganize code
- Document all function with JSDocs, including types
- Updated dependencies
- Updated API Documentation in README
Diff:
Handle filepaths with single quotes
- 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
- 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
- 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