CHANGELOG.md
1.17 KB
3.4.1
- fixed #49
3.4.0
- new rule: avoid-new
- new rule: no-promise-in-callback
- new rule: no-callback-in-promise
- new rule: no-nesting
3.3.2
- Removed eslint from peerDeps
3.3.1
- Updated engines with proper stuff
- Fixed bug for unreachable code
3.3.0
- Rule:
prefer-async-to-callbacksadded - Rule:
prefer-async-to-thenadded
3.2.1
- Fix:
no-return-wraprule missing from index.js
3.2.0
- Added
no-return-wraprule
3.1.0
- Added multiple terminationMethods
3.0.1
- Removed deprecated
always-catchrule - FIX: always-return error with "fn && fn()"
3.0.0
- Updated column and line numbers
- Added flow analysis for better handling of if statements
2.0.1
- Fixed type in docs
2.0.0
- ESLint 3.0 Support
1.3.2
- Updated tests to run on eslint 2.0
- Fixed some issues with
no-nativerule
1.3.1
- Actually added
no-nativerule
1.3.0
- Added
no-nativerule
1.2.0
- Allow
throwinalways-returnrule - Added
terminationMethodoption tocatch-or-returnrule
1.1.0
- Added
catch-or-returnrule
1.0.8
- Fixed crash issues
1.0.0 - 1.0.7
- Lots of basic feature updates and doc changes