File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## v2.0.0
4+
5+ [ compare changes] ( https://github.com/azat-io/eslint-plugin-de-morgan/compare/v1.3.1...v2.0.0 )
6+
7+ ### 🚀 Features
8+
9+ - ⚠️ Move to esm only ([ 5edc216] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/5edc216 ) )
10+ - ⚠️ Remove get source code legacy func support ([ 721b90d] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/721b90d ) )
11+ - ⚠️ Drop nodejs v18 support ([ 0e0829c] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/0e0829c ) )
12+
13+ ### 🐞 Bug Fixes
14+
15+ - Fix plugin usage with legacy configurations ([ 19bbaad] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/19bbaad ) )
16+
17+ #### ⚠️ Breaking Changes
18+
19+ - ⚠️ Move to esm only ([ 5edc216] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/5edc216 ) )
20+ - ⚠️ Remove get source code legacy func support ([ 721b90d] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/721b90d ) )
21+ - ⚠️ Drop nodejs v18 support ([ 0e0829c] ( https://github.com/azat-io/eslint-plugin-de-morgan/commit/0e0829c ) )
22+
23+ ### ❤️ Contributors
24+
25+ - Azat S. ([ @azat-io ] ( https://github.com/azat-io ) )
26+
327## v1.3.1
428
529[ compare changes] ( https://github.com/azat-io/eslint-plugin-de-morgan/compare/v1.3.0...v1.3.1 )
Original file line number Diff line number Diff line change 11{
22 "name" : " eslint-plugin-de-morgan" ,
3- "version" : " 1.3.1 " ,
3+ "version" : " 2.0.0 " ,
44 "description" : " ESLint plugin for transforming negated boolean expressions via De Morgan’s laws" ,
55 "keywords" : [
66 " eslint" ,
You can’t perform that action at this time.
0 commit comments