Skip to content

Releases: krozamdev/masked-password

v1.1.5

24 Feb 03:36
d9c3c6f

Choose a tag to compare

What's Changed

Full Changelog: v1.1.4...v1.1.5

v1.1.4

24 Feb 02:04
2ec8c4c

Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

22 Feb 17:21
501a1c5

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.3

v1.0.2

26 Jan 20:55
9d895c5

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

26 Jan 09:20

Choose a tag to compare

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

25 Jan 04:46
eb78f82

Choose a tag to compare

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

  1. New methods and logic to enhance the core implementation.
  2. Updated configuration interface for better flexibility and usability.
  3. 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

24 Jan 12:01
190942a

Choose a tag to compare

What's Changed

  • Feature/no ref/add new method destroy and add event listener by @krozamdev in #9

Added

  • destroy method: Introduced a method to remove registered event listeners from the input element, restore the original value, and deactivate masking.
  • addEvent method: 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

23 Jan 05:49
f651eca

Choose a tag to compare

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

23 Jan 05:44
c3df855

Choose a tag to compare

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

27 Nov 18:10
f0bb9a9

Choose a tag to compare

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