Skip to content

Latest commit

 

History

History
66 lines (27 loc) · 1.15 KB

CHANGELOG.md

File metadata and controls

66 lines (27 loc) · 1.15 KB

Changelog

Version 1.0.33 (2021-05-22)

  • turned off print statements that I left on by mistake.

Version 1.0.32 (2021-05-22)

  • added 'words' flag to only match complete words (not substrings/characters inside of words); default: words=false. This feature (words=true) is experimental and Alpha!

Version 1.0.27 (2021-05-22)

  • fixed building for web; now use double.maxFinite.toInt() instead of hardcoded constant for maximum integer [issues #13 and #14]
  • added textAlign property [issue #12]
  • satisfied pull request

Version 1.0.26 (2021-04-20)

  • support for multiple search terms [issues #2 and #6 and #7]
  • support for case-sensitive matches
  • satisfied all pull requests

Version 1.0.25 (2021-04-20)

  • support for overflow and maxLines properties [issue #5]
  • support for RichText scale factor [issue #8]

Version 1.0.24 (2021-04-20)

  • upgraded to Dart 2.0
  • migrated to null-safety

Version 0.1.3 (2020-02-18)

  • effective Dart

Version 0.1.2 (2020-01-05)

  • example has been upgraded to AndroidX

Version 0.1.0 (2019-12-15)

  • added full example

Version 0.0.1 (2019-12-15)

  • basic text highlighting functionality