Skip to content

Releases: makeitcount/saas-express-starter-kit

v1.4.0

04 Aug 18:44
Compare
Choose a tag to compare

What's Changed

  • Added worker queues
  • Jobs - WorkerService.addJob
  • Cron Jobs - WorkerService.addCronJob
  • EmailService now has option to add email to queue EmailService.sendEmail(emailCategory, { addToQueue: true })

Full Changelog: v1.3.0...v1.4.0

v1.3.0

21 Jul 15:56
6c7d3bf
Compare
Choose a tag to compare
  • Released new feature - reset password
  • Improved authentication by using supertokens-web-js and removing supertokens-website SDK
  • Updated README and homepage to reflect the new changes

Full Changelog: v1.1.2...v1.3.0

v1.1.2

20 Jun 12:28
0d6c3a0
Compare
Choose a tag to compare

Email service upgraded

  • Uses mjml now to design responsive emails templates
  • Added footer with website branding

v1.1.1

20 Jun 08:51
0185953
Compare
Choose a tag to compare
  • Added email service using nodemailer
  • Added email template feature using consolidate

v1.0.3

05 Jun 07:24
Compare
Choose a tag to compare
  • Improved handling of user metadata
  • Fixed user profile refresh bug
  • Configurations to deploy with docker
  • Refactored code

v1.0.1

24 May 15:51
249ddc4
Compare
Choose a tag to compare
  • User can #
  • User can login
  • User can maintain session
  • Developer can configure options for the boilerplate code