💉 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 theg
flag ("global"). I.e. please verify that your custom transform behaves as expected when used with thegmi
flags.