Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Change Log

Allan Hvam edited this page Jan 11, 2017 · 29 revisions

1.0.6 - blog post

  • better file read/write support with chunked upload
  • support for the search suggest API
  • better logging of failed http requests
  • scoping of batches
  • bug fixes

1.0.5 - blog post

  • move to TypeScript 2.0
  • exporting many classes at the root
  • removed selectable properties from classes
  • enhancements
  • bug fixes

1.0.4 - blog post

  • batch.execute now returns a promise
  • bug fixes

1.0.3 - blog post

  • Added support making requests from node to SharePoint
  • bug fixes
  • added test coverage
  • updated dist file headers

1.0.2 - blog post

  • Added support for batching GET and POST requests
  • Added support for caching GET requests
  • Added the ability to pipe fetch headers on a per-get request basis
  • Added support for SP.RequestExecutor to enable use from provider hosted add-ins
  • Support for the item.getWopiFrameUrl method
  • Included the MSFT code of conduct on the readme

1.0.1 - blog post

  • Added support for globally setting headers for all requests, which allows for back compat with 2013 on-premises.
  • Fixed bug with add stylesheet utility method
  • Returned to generating a single .d.ts file for the entire library to resolve conflicts with inclusion of utility class defs in multiple definition files

1.0.0

It's all new, so...everything

Clone this wiki locally