Releases: jxmono/login
Releases · jxmono/login
v0.5.0
v0.4.0
- Implemented a
userCheckevent inlogin,forgotandresetoperations; - Reimplemented
userInfoevent from theloginoperation usingM.emit; - Renamed
onSuccessevent from theresetoperation toon.success; - Renamed
params.customQueryevent from thelogin,forgotandresetoperations toparams.on.query; - Removed dead code;
- Updated the documentation in README.md.
Added reset password functionality
- Added reset password functionality implemented with the
resetandforgotoperations - Replaced most of the error messages with error codes (to be translated/properly displayed by applications)
- Send an object containing the
filter, the form data (object containing:usernameand `password fields) to the custom script. - Added
logoutmethod - Added
utilsas dependency - Added JSDoc comments
v0.1.10
- Hide login and logout elements matched by selectors on module init
- Cleaned up the code