Skip to content

Tags: Aymkdn/SharepointPlus

Tags

v6.2.0

Toggle v6.2.0's commit message
v6.2.0

  - Added option `modify` to `$SP().getManager()`
  - Added `$SP().isSPO()`
  - Changed `$SP().ajax()` to better managed 401 error for the REST API calls
  - Changed `$SP().cleanResult()` when dealing with a date (`$SP().cleanResult("2022-01-19 00:00:00")` will now return "2022-01-19" instead of "2022-01-19 00:00:00")
  - Changed `$SP().toDate()` to ignore the timezone (e.g. `$SP().toDate("2022-01-19")` used to return different result based on the user's timezone, but now it returns the correct date at 00:00:00 in the current timezone)
  - /!\ Changed `$SP().getVersions()`: only compatible with REST API, and it returns a different result/outcome than before
  - /!\ Changed `$SP().hasREST()`: it will always return TRUE (it's possible to override the value) because REST API is around for a while now and I assume everyone is using at least SP2013 (see issue #180)
  - Fixed `$SP().isMember()` for the `url` option (see issue #175)
  - Removed support for IE10 in the bundle for browsers

v6.1.5

Toggle v6.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Should not be sync'ed

v6.1.3

Toggle v6.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #158 from Aymkdn/dependabot/npm_and_yarn/ini-1.3.8

Bump ini from 1.3.5 to 1.3.8

v6.1.2

Toggle v6.1.2's commit message
v6.1.2

Fixed issue #136

v6.1.1

Toggle v6.1.1's commit message
remove FUNDING.yml

v6.0.4

Toggle v6.0.4's commit message
v6.0.4

fixed bu with json=true for .get()