Releases: krozamdev/masked-password
Releases · krozamdev/masked-password
v1.1.5
What's Changed
- Krozamdev patch ci publish by @krozamdev in #28
- ci: update checkout@4 with fetch-depth : 0 by @krozamdev in #29
- Krozamdev patch sample code by @krozamdev in #30
Full Changelog: v1.1.4...v1.1.5
v1.1.4
What's Changed
- Update test-jest.yml codecov by @krozamdev in #25
- Update README.MD by @krozamdev in #26
- Update README.MD by @krozamdev in #27
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- Feature/no ref/add GitHub actions test jest by @krozamdev in #15
- Update README.MD list compatible packages by @threads-mod in #16
- chore : update test-jest.yml on push to
mainby @threads-mod in #17 - Update README.MD add badge test action by @krozamdev in #18
- Update community standart by @krozamdev in #19
- Update README.MD config by @krozamdev in #21
- Feature/no ref/force input type text by @krozamdev in #22
- Feature/no ref/update doc and test by @krozamdev in #23
- Feature/no ref/update doc and action by @krozamdev in #24
New Contributors
- @threads-mod made their first contribution in #16
Full Changelog: v1.0.2...v1.1.3
v1.0.2
What's Changed
- Feature/no ref/add new test code by @krozamdev in #14
Full Changelog: v1.0.1...v1.0.2
v1.0.1
What's Changed
- Feature/no ref/update readme compatible packages by @krozamdev in #12
- Feature/no ref/update readme compatible packages by @krozamdev in #13
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Feature/no-ref/update readme version 0.3.0 by @krozamdev in #10
- Feature/no ref/update major add new configs and default char by @krozamdev in #11
Added
- New methods and logic to enhance the core implementation.
- Updated configuration interface for better flexibility and usability.
- Example code revised to reflect the latest updates.
Changed
- Default masking character changed from
*to•. - Refactored the configuration interface implementation for improved code readability and efficiency.
Fixed
- Updated README documentation to reflect the new version and default masking character.
Full Changelog: v0.3.0...v1.0.0
v0.3.0
What's Changed
- Feature/no ref/add new method destroy and add event listener by @krozamdev in #9
Added
destroymethod: Introduced a method to remove registered event listeners from the input element, restore the original value, and deactivate masking.addEventmethod: Introduced a method to re-register event listeners on the input element, making it easier to re-enable masking after being destroyed.
Changed
- Automatically activates masking (
addEvent) during initialization.
Notes
- This is a minor update because it introduces new features while remaining backward compatible.
Full Changelog: 0.2.3...v0.3.0
0.2.3
What's Changed
- Bugfix/no ref/fix bug caretposition on block character and paste by @krozamdev in #8
Full Changelog: 0.2.2...0.2.3
0.2.2
What's Changed
- Bugfix/no ref/fix bug caretposition on delete character by @krozamdev in #7
Full Changelog: 0.1.2...0.2.2
0.1.2
What's Changed
- Bugfix/no ref/fixbug selected remove chars and paste char by @krozamdev in #5
- Bugfix/no ref/fixbug caret position by @krozamdev in #6
Full Changelog: 0.1.1...0.1.2