Releases: ssofy/node-sdk
Releases · ssofy/node-sdk
v2.4.3
- Fixed the column mapping issue with UserRepository and SocialLinkRepository.
- Twilio Notifier exception handling.
- Added missing Notifier exports.
- Fixes.
v2.4.2
- Renamed
Storages
namespace to singular form Storage
.
v2.4.1
- Var set/unset functions added in Notifier.
- Removed generic transformer interface.
v2.4.0
- 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:
- More Fixes.
v2.3.0
- 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
- 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
- Switched to javascript-sdk as the OAuth2 client library.
v2.1.0
- New: OAuth2Client and OAuth2Config.
- Deprecated the old SignatureValidator and APIConfig dependency for SignatureVerifier.
- Changed the return types in repositories to promise.
v2.0.1
- Repository interfaces have been added useful to resource server integrations.
v2.0.0
- Renamed the
Client
to APIClient
and ClientConfig
to APIConfig
for readability.
- Fixed the token cache invalidation issue.