Skip to content

Latest commit

 

History

History
137 lines (70 loc) · 1.91 KB

CHANGELOG.md

File metadata and controls

137 lines (70 loc) · 1.91 KB

[2.2.0] - 2024-09-18

  • Make EasyRichTextPattern constructor const

[2.1.0] - 2023-12-13

  • migrate textScaleFactor to TextScaler

[2.0.0] - 2023-05-26

  • nested EasyRichTextPattern

[1.2.0] - 2023-02-13

  • Add prefixInlineSpan and suffixInlineSpan

[1.1.0] - 2022-07-01

  • Implement multiLine and dotAll

[1.0.4] - 2022-02-19

  • Add all attributes of selectable text and null safety

[1.0.3] - 2022-01-28

  • Use Text.rich

[1.0.2] - 2022-01-16

  • Fix iOS phone url issue

[1.0.1] - 2021-11-02

  • Remove print statements from production code

[1.0.0] - 2021-10-26

  • WhatsApp Like Text Formatter

[0.5.7] - 2021-07-11

  • minor bug fixes

[0.5.6] - 2021-06-10

  • fix splitPositions sort problem

[0.5.5] - 2021-05-23

  • targetString list

[0.5.4] - 2021-03-14

  • Support null safety

[0.5.3] - 2020-11-23

  • Added matchBuilder option in EasyRichTextPattern

[0.5.2] - 2020-10-11

  • Special characters

[0.5.1] - 2020-09-13

  • Update readme

[0.5.0] - 2020-08-16

  • matchOption

[0.4.3] - 2020-08-14

  • Special characters in targetString

[0.4.2] - 2020-08-13

  • Update pattern

[0.4.1] - 2020-08-07

  • Format codes

[0.4.0] - 2020-08-07

  • Integrated with url_launcher
  • Support GestureRecognizer
  • Support stringAfterTarget

[0.3.3] - 2020-08-04

  • Support Arabic Character

[0.3.2] - 2020-07-17

  • Support Chinese

[0.3.1] - 2020-07-16

  • Format document

[0.3.0] - 2020-07-12

  • Selectable text and regular expression support

[0.2.4] - 2020-07-01

  • Superscript and subscript using Transform.translate

[0.2.3] - 2020-06-28

  • Add case sensitivity option

[0.2.2] - 2019-12-07

  • Update readme

[0.2.1] - 2019-12-07

  • Update readme

[0.2.0] - 2019-11-07

  • Use List instead of Map<String, TextStyle>

[0.1.0] - 2019-11-19

  • Update readme

[0.0.2] - 2019-11-18

  • Initial EasyRichText release.

[0.0.1] - 2019-11-18

  • draft