This repository was archived by the owner on Jan 18, 2021. It is now read-only.
Releases: gitbrent/SpRestLib
Releases · gitbrent/SpRestLib
Version 1.0.0
Implemented Enhancements:
- Added ability to lookup users by
login
- Node connectivity to SharePoint (Office 365) works now
- Last bit of cleanup work to arrive at v1.0.0
Version 0.12.0
Fixed Bugs:
- Lots of code cleanup and bug fixes
Version 0.11.0
Fixed Bugs:
- Misc bug fixes
Implemented Enhancements:
- Added
baseUrl
method to List API to dynamically set baseUrl on a per-call basis - Added
cache
,contentType
andtype
='POST' options torest()
API - Added ability to get user info by
Title
orEmail
- Added new
.recycle()
List method - Added sprestlib.bundle.js file (using gulp)
- Added bower support
Version 0.10.0
Code Cleanup
New Features