Skip to content

v2.4.0

Compare
Choose a tag to compare
@ssofy ssofy released this 27 Aug 08:55
· 17 commits to master since this release
  • 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.