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

Change Log

Patrick Rodgers edited this page Apr 7, 2017 · 29 revisions

2.0.3 - blog post

  • Added support for sharing api (BETA)
  • Added support for related items management
  • Added ability to alias parameters in all queries
  • Added support for determining user permissions
  • Added support for multiple files when adding attachments
  • Fixed issue with batch concurrency / timing
  • Fixed issue related to babel and webpack when using latest babel version
  • Fixed issue with errors being swallowed by the library

2.0.2 - blog post

  • revert to es5 in npm package lib folder
  • caching of contextinfo correctly across requests
  • many fixes for reported issues as detailed in blog post

2.0.1 - blog post

  • updated guidance on working with SharePoint Framework
  • rewrite of the internal request pipeline

2.0.0 - blog post

  • many enhancements and bug fixes
  • reorganization of the library
  • move to es6 in dist/lib folder
  • updates to build pipeline
  • updates to core request pipeline

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