0.26.0
- The regex format check has been improved to support ECMAScript regexes by default. (#302)
- The
--format-regex disabledoption has been removed. Users should use--disable-formats regexif they wish to disable regex format checking. - The deprecated
--disable-formatflag has been removed. Users should use--disable-formats "*"if they wish to disable all format checking.