Releases: jxmono/login
Releases · jxmono/login
v0.5.0
v0.4.0
- Implemented a
userCheck
event inlogin
,forgot
andreset
operations; - Reimplemented
userInfo
event from thelogin
operation usingM.emit
; - Renamed
onSuccess
event from thereset
operation toon.success
; - Renamed
params.customQuery
event from thelogin
,forgot
andreset
operations toparams.on.query
; - Removed dead code;
- Updated the documentation in README.md.
Added reset password functionality
- Added reset password functionality implemented with the
reset
andforgot
operations - 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:username
and `password fields) to the custom script. - Added
logout
method - Added
utils
as dependency - Added JSDoc comments
v0.1.10
- Hide login and logout elements matched by selectors on module init
- Cleaned up the code