-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
42 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,102 +1,106 @@ | ||
# CHANGELOG | ||
|
||
## 13.0.0 (2021-12-27) | ||
|
||
- Updated ESlint 8 peer dependency | ||
|
||
## 12.0.0 (2021-12-10) | ||
|
||
- Updated dependencies | ||
- Compatibility towards xo@0.47.0 | ||
- Updated dependencies | ||
- Compatibility towards xo@0.47.0 | ||
|
||
## 11.0.0 (2021-08-12) | ||
|
||
- ESM modules allowed by default | ||
- Updated dependencies | ||
- Compatibility towards xo@0.44.0 | ||
- ESM modules allowed by default | ||
- Updated dependencies | ||
- Compatibility towards xo@0.44.0 | ||
|
||
## 10.0.0 (2021-07-12) | ||
|
||
- Updated dependencies | ||
- Compatibility towards xo@0.41.0 | ||
- Updated dependencies | ||
- Compatibility towards xo@0.41.0 | ||
|
||
## 9.0.0 (2021-05-27) | ||
|
||
- Backported settings from `xo` | ||
- Updated dependencies | ||
- Backported settings from `xo` | ||
- Updated dependencies | ||
|
||
## 8.1.0 (2021-05-27) | ||
|
||
- Updated dependencies | ||
- Updated dependencies | ||
|
||
## 8.0.1 (2021-04-20) | ||
|
||
- Fixed unicorn/prevent-abbreviations settings | ||
- Fixed unicorn/prevent-abbreviations settings | ||
|
||
## 8.0.0 (2021-04-20) | ||
|
||
- Updated dependencies | ||
- Removed extension of deprecated xo/esnext | ||
- Updated dependencies | ||
- Removed extension of deprecated xo/esnext | ||
|
||
## 7.1.0 (2021-04-06) | ||
|
||
- Updated dependencies | ||
- Updated dependencies | ||
|
||
## 7.0.0 (2021-03-22) | ||
|
||
- Backported settings from `xo` | ||
- Updated dependencies | ||
- Backported settings from `xo` | ||
- Updated dependencies | ||
|
||
## 6.2.0 (2020-11-04) | ||
|
||
- Updated dependencies | ||
- Updated dependencies | ||
|
||
## 6.1.0 (2020-07-18) | ||
|
||
- Updated dependencies | ||
- Updated dependencies | ||
|
||
## 6.0.0 (2020-06-23) | ||
|
||
- Backported settings from `xo` | ||
- Updated dependencies | ||
- Backported settings from `xo` | ||
- Updated dependencies | ||
|
||
## 5.0.0 (2020-05-15) | ||
|
||
- Backported settings from `xo` | ||
- Updated dependencies | ||
- Backported settings from `xo` | ||
- Updated dependencies | ||
|
||
## 4.0.1 (2020-03-27) | ||
|
||
- Backported settings from `xo` | ||
- Backported settings from `xo` | ||
|
||
## 4.0.0 (2020-03-26) | ||
|
||
- Updated `eslint-plugin-unicorn` dependency | ||
- Backported settings from `xo` | ||
- Added format-package package and script | ||
- Updated `eslint-plugin-unicorn` dependency | ||
- Backported settings from `xo` | ||
- Added format-package package and script | ||
|
||
## 3.2.1 (2020-03-16) | ||
|
||
- Updated acorn dependency | ||
- Updated acorn dependency | ||
|
||
## 3.2.0 (2020-03-16) | ||
|
||
- Updated dependencies | ||
- Updated dependencies | ||
|
||
## 3.1.0 (2020-02-10) | ||
|
||
- Updated dependencies | ||
- Updated code styling | ||
- Updated dependencies | ||
- Updated code styling | ||
|
||
## 3.0.0 (2020-01-21) | ||
|
||
- Added eslint comments and import plugins | ||
- Backported more settings from xo | ||
- Bumped minimal Node version to 10 | ||
- Added eslint comments and import plugins | ||
- Backported more settings from xo | ||
- Bumped minimal Node version to 10 | ||
|
||
## 2.0.0 (2020-01-19) | ||
|
||
- Added ava, unicorn and mocha plugins | ||
- Backported settings from xo | ||
- Removed prettier for self-testing | ||
- Fixed code style | ||
- Added ava, unicorn and mocha plugins | ||
- Backported settings from xo | ||
- Removed prettier for self-testing | ||
- Fixed code style | ||
|
||
## 1.0.0 (2019-11-12) | ||
|
||
- Initial release | ||
- Initial release |