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

Version 1.6.0

Compare
Choose a tag to compare
@gitbrent gitbrent released this 06 Mar 04:21
· 307 commits to master since this release

Implemented Enhancements:

  • Add support for SP User Profile API #14 (ra6hi9)
  • Removed jQuery methods from sprestlib.js - there are now ZERO library dependencies!
  • Add async/await example #16 (wmertens)
  • Removed all ES6 code from sprestlib-demo.html (it is IE11 compatible now!), plus moved deps to CDN from local files.
  • Improved error messages/feedback

Fixed Bugs:

  • Fixed two issues with CRUD operations via Node.js
  • Fixed a few minor issues with parsing no results in certain scenarios, etc.