Skip to content

SharepointPlus v4.0

Compare
Choose a tag to compare
@Aymkdn Aymkdn released this 04 May 07:36
· 88 commits to master since this release

Change Log v4.0 (May 4, 2017)

  • Add NodeJS support: SharepointPlus can now be called as a node module and can be used on server side
  • Add $SP().auth() that must be used when using NodeJS (based on https://github.com/s-KaiNet/sp-request)
  • Add $SP().proxy() that can be used with NodeJS
  • Add Promise support for $SP().list().get()
  • Add Promise support for $SP().list().add()
  • Add Promise support for $SP().list().update()
  • Add Promise support for $SP().list().remove()
  • Add Promise support for $SP().list().createFolder()
  • Add Promise support for $SP().list().createFile()
  • Add Promise support for $SP().checkin()
  • Add SPExtend() that permits to clone/extend an object
  • Add $SP().webService() to send customized requests to the web services (instead of using SPServices)
  • Add qunit-test on $SP().webService()
  • Add qunit-test on $SP().checkin()
  • Add packetsize option for $SP().list().update()
  • Rewrite the documentation using JSDoc 3 instead of JSDoc 2
  • Reorganize the documentation to group the methods by category
  • Use of eslint to clean up the code
  • Change license from GPL 3.0 to LGLP 3.0 (see #48)
  • Fix $SP().checkin() (see #49)