Releases: chrishasz/spgo
Releases · chrishasz/spgo
1.7.3
1.6.1
1.6.1 - 2020-03-07
Added
- the Populate Workspace command now accepts individual files as parameters.
Changed
- Performance Enhancement:
spgo.json
configuration files are now cached by workspace folder. No need to reload from disk every time. - To resolve this issue, I have adopted the
context.workspaceState
object for storing credential data locally (and still securely).
1.6.0
1.6.0 - 2020-01-25
Added
- The ability to publish files from any directory in the local Workspace, not just from
src
. Documentation here. Thanks to everyone for the great feedback in this issue.
1.5.1
1.5.1 - 2019-12-14
Added
- Support for retrieving and working with files from any level in a site collection (e.g. Root Site Collection, and SubSites). See here for more details.
Fixed
- Fixed an issue where error detail was not being correctly written to the SPGo output logs for a certain class of SharePoint errors.
- This issue where the
Publish File
andConfigure Workspace
commands would fail under certain conditions.
1.5.0
1.5.0 - 2019-12-03
Added
- Support for multi-root workspaces. This involved a major change to the SPGo architecture for managing configuration and will allow me to support working with Sites under the Site Collection Root in the next release. Please see the documentation for more.
1.4.5
1.4.3
1.4.1
1.4.1 - 2019-06-21
Added
- [Command]
SPGO> Copy Absolute Url
- Copies the absolute URL of the file on the server. - [Command]
SPGO> Copy Relative Url
- Copies the relative URL of the file on the server. - Big thank you to CPritch for developing both of these commands for SPGo and being SPGo's first community submission!
Changed
- Started bundling SPGo for better performance.
Fixed
- Resolved this issue with file comparison not working.
1.4.0
1.4.0 - 2019-06-21
Added
- Regex Support for all file-based commands, e.g Retrieve Folder, Populate Workspace.
Changed
- Updated the
Build Locally
documentation page to include instructions for f5 support in VSCode.
Fixed
- This issue by applying a more OS-friendly approach to parsing the
sourceDirectory
property inspgo.jason
. - Multiple bug-fixes from downstream dependencies.
- Massive code cleanup, spelling mistakes fixed, linting, consistency.
1.3.5
1.3.5 - 2019-3-19
Added
- Better documentation for MFA. Updated documentation here
Changed
- Increased the amount of data logged when an error or exception occurs.
Fixed
- HTML escaped characters in filenames will now be handled properly. example:
Style%20Library
in theremoteFolders
property will no longer cause a download error. - Fixed an issue where the first command run after storing credentials would cause a promise error and silently fail.