node-sppkg-deploy
Version:
This gulp plugin allows you to deploy SharePoint packages in the AppCatalog.
30 lines (20 loc) • 714 B
Markdown
# Change Log
## 1.2.1
- Bug Fix: When error occurs throw an exception
## 1.2.0
- Added support for SharePoint 2016
- New introduced property: `sp2016`
## 1.1.2
- Update: Always show the error message when an error occurs
- Bug fix: Implemented extra checks to check if the file was correctly retrieved
- Bug fix: Capture the error message correctly
## 1.1.1
- New introduced property absoluteUrl which takes over the hostname property functionality
- Bug fix: skipFeatureDeployment option was always set to true
- Bug fix: verbose logging option was always set to true
## 1.1.0 (beta)
- New introduced property: hostname
## 1.0.1
- Bug fix: retrieving webId and listId API URL
## 1.0.0
- Initial release