Releases: ractoon/jQuery-Text-Counter
Releases · ractoon/jQuery-Text-Counter
0.9.1
assertive
to polite
from #53
0.9.0
Merge branch 'master' of https://github.com/ractoon/jQuery-Text-Counter
0.8.0
Merge pull request #41 from ractoon/t3mujin-master
Merge #38
0.7.0
- Maximum text count exceeded notification, merged from #36
- Minor cleanup and adjustments
0.6.4
Maximum Text Reached Condition Fix
Pull request #34 addresses an issue with the condition for detecting the max text reached.
0.6.3
Trimmed newline calculation fix
0.6.2
stopInputAtMaximum with twoCharCarriageReturn count fix
Incorrect word countdown fix
0.6.0
Add option to count carriage returns/newlines as two characters, similar to browser behavior.
0.5.0
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.