Releases: makeitcount/saas-express-starter-kit
Releases · makeitcount/saas-express-starter-kit
v1.4.0
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
- Released new feature - reset password
- Improved authentication by using
supertokens-web-js
and removingsupertokens-website
SDK - Updated README and homepage to reflect the new changes
Full Changelog: v1.1.2...v1.3.0
v1.1.2
Email service upgraded
- Uses mjml now to design responsive emails templates
- Added footer with website branding
v1.1.1
- Added email service using nodemailer
- Added email template feature using consolidate
v1.0.3
- Improved handling of user metadata
- Fixed user profile refresh bug
- Configurations to deploy with docker
- Refactored code
v1.0.1
- User can #
- User can login
- User can maintain session
- Developer can configure options for the boilerplate code