Skip to content

Latest commit

 

History

History
81 lines (52 loc) · 1.53 KB

CHANGELOG.md

File metadata and controls

81 lines (52 loc) · 1.53 KB

[2.6.0] - 10/31/2023

  • Add HEIC format to image pattern

[2.5.0] - 06/05/2023

  • Rename urlAdvance pattern to uri

[2.4.0] - 06/05/2023

  • Revert url pattern
  • Add urlAdvance pattern

[2.3.0] - 05/25/2023

  • Update environment sdk version

[2.2.0] - 05/25/2023

  • Add usernameV2 pattern
  • Add usernameGoogle pattern
  • Add usernameInstagram pattern
  • Add usernameDiscord pattern
  • Update email pattern
  • Update url pattern
  • Add webp format to image pattern
  • Remove basicDateTime pattern
  • Add dateTimeUTC pattern
  • Add dateTime pattern
  • Add cvv pattern
  • Add noWhitespace pattern
  • Add uuid pattern
  • Add bitcoinAddress pattern
  • Add bitcoinTaprootAddress pattern
  • Add bitcoinSegwitAddress pattern
  • Add ethereumAddress pattern

[2.1.0] - 09/06/2022

  • Add isAlphabetNumeric & alphaNumericSymbolOnly

[2.0.1] - 09/27/2021

  • Set RegVal.hasMatch variable nullable

[2.0.0] - 09/25/2021

  • Migrate to null-safety

[1.0.0] - 08/26/2020

  • Rename RegexValidation to RegVal
  • Create String extension to simplify string matching to regex

[0.2.4] - 08/26/2020

  • Fix URL Pattern to accept url from "Medium" website which having "@" on the url

[0.2.3] - 04/30/2020

  • Add comment in regex_pattern.dart

[0.2.2] - 04/30/2020

  • Add regex pattern password with allowed whitespace.

[0.2.1] - 04/30/2020

  • Update readme.md.

[0.2.0] - 04/30/2020

  • Add regex pattern password.

[0.1.2] - 04/28/2020

  • Update license.

[0.1.1] - 04/28/2020

  • Renaming document regex var to doc.

[0.1.0] - 04/28/2020

  • Initial Release.