Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Version 1.9.0

Latest
Compare
Choose a tag to compare
@gitbrent gitbrent released this 13 Dec 02:39
· 44 commits to master since this release

Added

  • New file API method: checkin() (gitbrent)
  • New file API method: checkout() (gitbrent)
  • New file API method: delete() (gitbrent)
  • New file API method: recycle() (gitbrent)
  • New folder API method: add() (gitbrent)
  • New folder API method: delete() (gitbrent)
  • New folder API method: recycle() (gitbrent)
  • New folder API method: upload() #18 (ra6hi9)
  • New options() method: replaces baseUrl() and nodeConfig() methods (gitbrent)

Changed

  • Typescript: Modified declaration file #37 (kelvinbell)
  • Allow single UserProfile property to be queried #38 (YakQin)
  • The rest() method now includes the page's __REQUESTDIGEST value for POST types with custom headers that did not already include a value for X-RequestDigest

Removed

DEPRECATED baseUrl() and nodeConfig methods - use the new options() method instead.