Skip to content

Releases: Invulner/use-text-analyzer

v2.1.4

03 Aug 11:23
Compare
Choose a tag to compare

Dependencies updates

v2.1.3

07 Jun 06:59
Compare
Choose a tag to compare
  • Dependencies updates

v2.1.2

03 May 10:02
Compare
Choose a tag to compare
  • Dependencies updates

v2.1.1

24 Apr 17:30
Compare
Choose a tag to compare
  • Enhanced the performance of the useTextAnalyzer hook
  • Updated README
  • Dependencies updates

v2.1.0

21 Apr 16:50
Compare
Choose a tag to compare
  • CJK Support Enhancements
    • Added automatic detection of CJK text to adjust reading time calculations based on the typical reading speed for CJK languages.
    • Updated countWords utility to correctly treat each CJK character as a separate word, enhancing accuracy in word counting for Chinese, Japanese, and Korean texts.
    • Enhanced countSentences to recognize CJK-specific punctuation, improving sentence detection accuracy in CJK languages.
  • Dependencies updates

v2.0.1

15 Apr 16:58
Compare
Choose a tag to compare

Fix bug with wordsPerMinute string format

v2.0.0

15 Apr 16:24
Compare
Choose a tag to compare

Updated the useTextAnalyzer hook to enhance the reading time output format. It now includes detailed components such as minutes, seconds, total time, and a human-readable text summary. Additionally, a new wordsPerMinute parameter allows for customisation of reading speed estimation.

v1.1.15

11 Apr 21:44
Compare
Choose a tag to compare
  • fix word splitter to count contractions like "don't" as one word.

v1.1.14

09 Apr 19:30
Compare
Choose a tag to compare
  • store default value for reading speed in constants

v1.1.13

07 Apr 18:31
Compare
Choose a tag to compare

Update keywords