- Fix detecting header below shebang comment with Windows EOL (#30)
- Update to eslint 7.7.0
- Add a third option to specify number of linebreaks after the header. (#29)
- Allow regexp in multiline arrays (#23)
- Add
templateoption for regexps, foreslint --fix(#23) - Update eslint to v5.12.0 (#19)
- Use the OS's line endings (
\non *nix,\r\non Windows) when parsing and fixing comments. This can be configured with thelineEndingsoption. Major version bump as this could be a breaking change for projects.
- Add auto fix functionality (eslint
--fixoption) (#12)
- Ignore shebangs above header comments to support ESLint 4+ (#11)
- Allow RegExp patterns in addition to strings (#2, #4)
- Fix line comment length mismatch issue (#3)
- Add config option to read header from file
- Initial release