- Allow use with scoped repositories
- Enable
semantic-release
Less output in CI (for real this time)
Convert the codebase to TypeScript; extract the diff function to a separate package
Less output in CI
Tell Prettier to ignore the table in the README
not published due to error
🐛 Fix table output
not published due to error
- Update style in README to be a table (breaking)
- Upgrade dependencies
🐛 install regenerator-runtime
for async function
support
- Use the documentation file’s predominant newline style when inserting newlines (#7)
- Remove
babel-polyfill
and fix the tests on Node v4
Properly support the CLI on older versions of Node
Add Babel to enable support for older Node versions.
Allow specifying an Array
for the extraDescription
key;
it will be .join(', ')
ed before being added to the README.
✨ Add support for an extraDescription
key in the rule metadata
specifying content that should go in () after the rule description in the README.
✨ prefix the rule names with PLUGINNAME/
in the README
🐛 unwrap Promise properly
Actually publish the source code
Initial release 🚀