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

Version 1.8.0

Compare
Choose a tag to compare
@gitbrent gitbrent released this 30 Aug 03:13
· 123 commits to master since this release

Implemented Enhancements:

  • New File Methods: get(), info(), perms() #20 (ra6hi9)(YakQin)(gitbrent)
  • New Folder Methods: files(), folders(), info(), perms() #20 (ra6hi9)(YakQin)(gitbrent)
  • Added Typescript Definitions #24 (Wireliner)
  • Added two new properties to list().cols() method: choiceValues and allowFillInChoices
  • Added "browser" field to package.json to improve library integration

Fixed Bugs:

  • The list() baseUrl option is ignored by the underlying versions query. #27 (gitbrent)
  • sprLib.user(options).profile() using "post"? #30 (YakQin)
  • The baseUrl option no longer works in user() methods #31 (YakQin)
  • Typescript fix: listCols should be optional #33 (csoren)