- Upgraded all dependencies;
- There is now an opportunity to support the project with sponsorship: https://github.com/sponsors/RobinTail
- Stable, no changes since v0.5.2.
- Upgraded all dependencies;
- Minor adjustments to the tests.
- Minor refactoring;
- Additional tests.
- Added type declarations;
- Fixed
module
field in package.
- Improving documentation.
- Breaking changes:
- The
manifest
option replaced withpackageDir
(string, optional);- The default value is the ESLint
process.cwd()
; - The plugin can now read the
package.json
itself; - The plugin can now operate without options.
- The default value is the ESLint
- The
- Integration test and this changelog added;
- Separated the rule from the plugin entrypoint.
- Configurable option
ignore
.
- Improved documentation.
- Code optimization;
- Documentation improvement;
- Node version constraints.
- Fixed documentation.
- Added keywords.
- Basic documentation.
- Changed builder to
tsup
; - Code splitting.
- Configurable options:
production
,requiredPeers
,optionalPeers
.
- Added package metadata and license.
- Changed the peer to
typescript-eslint
.
- Initial concept.