Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 870 Bytes

CHANGELOG.md

File metadata and controls

17 lines (13 loc) · 870 Bytes

spsave 3.x

  • refactored spsave parameters. All parameters now are divided by type - core options for spsave, credentials, file(s) options
  • spsave now depends implicitly (throught the sp-request) on node-sp-auth module and use the set of credentials which node-sp-auth accepts. That means that spsave supports all authentication options supported by node-sp-auth

spsave 2.x

  • 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