Changelog
v1.3.0 - 01/2024
- Now support adding custom field on user data when registering new user via API.
- Fixed updating user will not always replacing old custom data field.
- Fixed Apple Sign-In not working on login page.
- Fixed global modal for change password, sometimes could injected by browser after login.
- Upgrade Fastify to 4.25.x.
- Update PDF Documentation.
- Upgrade dependencies.
- No Longer support NodeJS 14.
v1.2.0 - 10/2023
- Add switcher light or dark theme.
- Add new inverse theme.
- Now Support Docker and Docker Compose.
- Extend username length up to 64 chars, RFC 5321.
- Fixed date format on export.
- Removed Redis and base-64 dependencies.
- Add Email Logo link from configuration.
- Upgrade dependencies.
- Update pdf documentation.
- Update configuration.
- Update server.js.
- Update template.
Break Changes
Please be careful, this version has a Break Changes on :
- Default Theme will not working.
- server.js - Removed Redis Package, Update Fastify Cacheman.
- config.js - Added new configuration for logo on email.
v1.1.0 - 08/2023
- Add Oauth for Apple ID.
- Update email for reset password.
- Update config.
- Update dependencies.
- Update postman file.
- Update docs about API.
- Add docs how to upgrade.
Break Changes
Please be careful, this version has a Break Changes on :
- config.js - Add new configuration for oauth apple.
v1.0.0 - 03/2023
- First Release.