Skip to content

v0.12.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 11 Jun 04:32
· 477 commits to master since this release

✨ Enhancements

  • #220 Added regexp/strict rule.
  • #235 Added regexp/sort-alternatives rule.
  • #224 Added support for y flag to regexp/no-useless-flag rule.
  • #215 Added new option to allow only partial use to the allowTop option of regexp/no-useless-non-capturing-group rule.
  • #216 Added ignorePartial option to regexp/no-lazy-ends rule.
  • #226 Made the regexp/no-useless-escape rule to auto-fixable.

🐛 Bug Fixes

  • #219 Fixed regexp/prefer-range for adjacent but not-allowed ranges.

⚙️ Updates

  • #221 Added regexp/no-empty-capturing-group rule that same regexp/no-assertion-capturing-group rule.
  • #237 Added regexp/sort-character-class-elements rule that same regexp/order-in-character-class rule.
  • #234 Changed to handle variables listed in exported directive as unknown usage.