Skip to content

docs: prettify changelog #114

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
72 changes: 37 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,99 +1,101 @@
## 3.6.0

- Added `['catch']` support in `catch-or-return`
- Added `no-return-in-finally` rule
- Fixed some formatting in the docs
- Added `allowReject` option to `no-return-wrap`
- Added exceptions for `no-callback-in-promise`
* Added `['catch']` support in `catch-or-return`
* Added `no-return-in-finally` rule
* Fixed some formatting in the docs
* Added `allowReject` option to `no-return-wrap`
* Added exceptions for `no-callback-in-promise`

## 3.5.0

- Addded support for recommended settings using `extends: plugin:promise/recommended`
* Addded support for recommended settings using
`extends: plugin:promise/recommended`

## 3.4.2

- Fixed always return false positive with ternary (#31)
* Fixed always return false positive with ternary (#31)

## 3.4.1
- fixed #49

* 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
* 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
* Removed eslint from peerDeps

## 3.3.1

- Updated engines with proper stuff
- Fixed bug for unreachable code
* Updated engines with proper stuff
* Fixed bug for unreachable code

## 3.3.0

- Rule: `prefer-async-to-callbacks` added
- Rule: `prefer-async-to-then` added
* Rule: `prefer-async-to-callbacks` added
* Rule: `prefer-async-to-then` added

## 3.2.1

- Fix: `no-return-wrap` rule missing from index.js
* Fix: `no-return-wrap` rule missing from index.js

## 3.2.0

- Added `no-return-wrap` rule
* Added `no-return-wrap` rule

## 3.1.0

- Added multiple terminationMethods
* Added multiple terminationMethods

## 3.0.1

- Removed deprecated `always-catch` rule
- FIX: always-return error with "fn && fn()"
* Removed deprecated `always-catch` rule
* FIX: always-return error with "fn && fn()"

## 3.0.0

- Updated column and line numbers
- Added flow analysis for better handling of if statements
* Updated column and line numbers
* Added flow analysis for better handling of if statements

## 2.0.1

- Fixed type in docs
* Fixed type in docs

## 2.0.0

- ESLint 3.0 Support
* ESLint 3.0 Support

## 1.3.2

- Updated tests to run on eslint 2.0
- Fixed some issues with `no-native` rule
* Updated tests to run on eslint 2.0
* Fixed some issues with `no-native` rule

## 1.3.1

- Actually added `no-native` rule
* Actually added `no-native` rule

## 1.3.0

- Added `no-native` rule
* Added `no-native` rule

## 1.2.0

- Allow `throw` in `always-return` rule
- Added `terminationMethod` option to `catch-or-return` rule
* Allow `throw` in `always-return` rule
* Added `terminationMethod` option to `catch-or-return` rule

## 1.1.0

- Added `catch-or-return` rule
* Added `catch-or-return` rule

## 1.0.8

- Fixed crash issues
* Fixed crash issues

## 1.0.0 - 1.0.7

- Lots of basic feature updates and doc changes
* Lots of basic feature updates and doc changes