Skip to content

Releases: ractoon/jQuery-Text-Counter

0.9.1

Choose a tag to compare

@ractoon ractoon released this 11 May 02:18

assertive to polite from #53

0.9.0

Choose a tag to compare

@ractoon ractoon released this 25 Feb 03:50
Merge branch 'master' of https://github.com/ractoon/jQuery-Text-Counter

0.8.0

Choose a tag to compare

@ractoon ractoon released this 16 Nov 05:16
c89ff02
Merge pull request #41 from ractoon/t3mujin-master

Merge #38

0.7.0

Choose a tag to compare

@ractoon ractoon released this 07 Aug 00:23
  • Maximum text count exceeded notification, merged from #36
  • Minor cleanup and adjustments

0.6.4

Choose a tag to compare

@ractoon ractoon released this 30 Jul 03:53

Maximum Text Reached Condition Fix

Pull request #34 addresses an issue with the condition for detecting the max text reached.

0.6.3

Choose a tag to compare

@ractoon ractoon released this 19 Apr 03:34

Trimmed newline calculation fix

0.6.2

Choose a tag to compare

@ractoon ractoon released this 19 Apr 01:40

stopInputAtMaximum with twoCharCarriageReturn count fix

Incorrect word countdown fix

Choose a tag to compare

@ractoon ractoon released this 09 Apr 03:34
Fix for issue #26

0.6.0

Choose a tag to compare

@ractoon ractoon released this 14 Feb 16:52

Add option to count carriage returns/newlines as two characters, similar to browser behavior.

0.5.0

Choose a tag to compare

@ractoon ractoon released this 25 Nov 18:33

Flexible counterText and countDownText replacements for values.

If upgrading to 0.5.0 from previous versions and you have set a custom counterText or countDownText it will need to be modified to include %d to display the current value.