GT2/GT2-iOS/node_modules/auth0/CHANGELOG.md

2.8 KiB

Change Log

v2.9.1 (2017-12-08)

Full Changelog

Fixed

v2.9.0 (2017-12-07)

Full Changelog

Added

  • Added support for /users-by-email method. #218 (kopertop)
  • Add retry functionality for management api requests #215 (dctoon)

v2.8.0 (2017-09-30)

Full Changelog

Added

Fixed

  • Fix wrapPropertyMethod mistake for updateClientGrant #202 (danedmunds)

v2.7.1 (2017-09-30)

Full Changelog

Fixed

  • Fix auth/users.getInfo to return JSON (fixes #158) #192 (pilwon)

Security

  • Update request to address ReDoS vulnerability #206 (dancrumb)

v2.7.0 (2017-06-28)

Full Changelog

Added

Changed

  • Update packages and utilize error classes from rest-facade correctly (Fixes #154) #183 (charsleysa)

Fixed