Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 780 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 780 Bytes

Changelog

1.0.0

  • Cleaned up according to latest Dart best practices
  • Release 1st stable version

0.5.0-nullsafety

  • Updated to Dart 2.12 with nullsafety

0.4.0

  • Updated to Dart 2

0.3.1

  • Added .analysis_options and fixed common problems

0.3.0

  • breaking change: do not capture groups if it is not set explicitly using beginCapture/endCapture. More details
  • fixed group capturing
  • added lazy quantifiers
  • added Macintosh line break

0.2.0

  • breaking change: builder pattern approach replaced with method cascades. More details
  • set global search by default

0.1.0

  • Initial version, created by Ne4istb