- refactored
spsave
parameters. All parameters now are divided by type - core options forspsave
, credentials, file(s) options spsave
now depends implicitly (throught thesp-request
) on node-sp-auth module and use the set of credentials whichnode-sp-auth
accepts. That means thatspsave
supports all authentication options supported bynode-sp-auth
- switch to TypeScript
- added
checkinMessage
option - added
notification
option with help of node-notifier module - added Glob option for uploading multiple files
- added vinyl File option
- performance improvements (especially for SharePoint Online)
- promises instead of callbacks
- added unit testing and integration testing
- removed
appWebUrl
,log
,isOnPrem
options