Skip to content

Release v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Mar 06:14
00b7495

💉 Fixed

  • #333 [BREAKING CHANGE] Update all licenses in a file, not only the first found (discovered by @glimchb).

    Migration guide

    Custom RegExp transforms where previously written to execute with the mi flags ("multiline" and "ignore case"). With this new major version the transform also needs to respect the g flag ("global"). I.e. please verify that your custom transform behaves as expected when used with the gmi flags.