Skip to content

Releases: ssofy/node-sdk

v2.4.3

10 Sep 15:00
Compare
Choose a tag to compare
  • Fixed the column mapping issue with UserRepository and SocialLinkRepository.
  • Twilio Notifier exception handling.
  • Added missing Notifier exports.
  • Fixes.

v2.4.2

28 Aug 06:13
Compare
Choose a tag to compare
  • Renamed Storages namespace to singular form Storage.

v2.4.1

27 Aug 19:40
Compare
Choose a tag to compare
  • Var set/unset functions added in Notifier.
  • Removed generic transformer interface.

v2.4.0

27 Aug 08:55
Compare
Choose a tag to compare
  • Decoupled template engines from notifier. (HandlebarsEngine at the moment).
  • Added SocialLinkRepository interface.
  • Added default (generic) repositories.
  • Added mock repositories.
  • Added Helpers.
  • Added Filters.
  • Added Transformers.
  • Wrapped the javascript-sdk storage classes.
  • Fixed the issue with SignatureGenerator.
  • New Datasource:
    • mongodb
    • mongoose
    • dynamodb
    • pg
    • mysql2
    • sequelize
  • New Notifiers:
    • Twilio (SMS)
    • Vonage (SMS)
    • SendGrid (Email)
    • SES (Email)
    • Mailgun (Email)
    • Mandrill (Email)
    • Nodemailer (Email/SMTP)
  • New Event Channels:
    • Redis (Pub/Sub).
  • More Fixes.

v2.3.0

15 Aug 21:01
Compare
Choose a tag to compare
  • Added EventManager feature under Events namespace.
  • Added Notifier feature under Notifications namespace.
  • Added Connection type under Datasource namespace.
  • Merged Entities namespace into Models namespace.
  • Improved types in model and repository interfaces.

v2.2.0

06 Aug 13:49
Compare
Choose a tag to compare
  • Wrapped models under Models namespace.
  • Wrapped entity models under Entities namespace.
  • Wrapped repository interfaces under Repositories namespace.
  • Fixed the user property type in AuthResponseEntity.
  • Fixed the return type with UserRepository::createToken().

v2.1.1

30 Jul 14:53
Compare
Choose a tag to compare
  • Switched to javascript-sdk as the OAuth2 client library.

v2.1.0

25 Jul 11:55
Compare
Choose a tag to compare
  • New: OAuth2Client and OAuth2Config.
  • Deprecated the old SignatureValidator and APIConfig dependency for SignatureVerifier.
  • Changed the return types in repositories to promise.

v2.0.1

22 Jul 11:01
Compare
Choose a tag to compare
  • Repository interfaces have been added useful to resource server integrations.

v2.0.0

08 Jun 17:03
Compare
Choose a tag to compare
  • Renamed the Client to APIClient and ClientConfig to APIConfig for readability.
  • Fixed the token cache invalidation issue.