Skip to content

v0.11.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 25 May 07:41
· 522 commits to master since this release

✨ Enhancements

  • #207 Added regexp/optimal-quantifier-concatenation rule.
  • #204 Added reportExponentialBacktracking options to regexp/no-dupe-disjunctions rule. And changed alwaysReportExponentialBacktracking option to deprecated.
  • #204 Added reportUnreachable options to regexp/no-dupe-disjunctions rule.

⚙️ Updates

  • #208 Changed regexp/prefer-quantifier rule to no longer report quantifiers that can be simplified. Instead, regexp/optimal-quantifier-concatenation rule reports it.