Releases: ssofy/node-sdk
Releases · ssofy/node-sdk
v2.4.3
10 Sep 15:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Renamed Storages namespace to singular form Storage.
v2.4.1
27 Aug 19:40
Compare
Sorry, something went wrong.
No results found
Var set /unset functions added in Notifier.
Removed generic transformer interface.
v2.4.0
27 Aug 08:55
Compare
Sorry, something went wrong.
No results found
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
15 Aug 21:01
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Switched to javascript-sdk as the OAuth2 client library.
v2.1.0
25 Jul 11:55
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Repository interfaces have been added useful to resource server integrations.
v2.0.0
08 Jun 17:03
Compare
Sorry, something went wrong.
No results found
Renamed the Client to APIClient and ClientConfig to APIConfig for readability.
Fixed the token cache invalidation issue.