-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update README.md * Add CHANGELOG.md * v2.0.0
- Loading branch information
Showing
3 changed files
with
74 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [2.0.0] - 2020-02-20 | ||
|
||
### Added | ||
|
||
- Add import rules to base config (#24) | ||
- Clarified TypeScript config & publishing docs | ||
|
||
### Changed | ||
|
||
- Explicitly specify all core rules (#17) | ||
- Update TypeScript config (#25) | ||
|
||
### Removed | ||
|
||
- Remove root flag from TS config (#20) | ||
|
||
## [1.2.0] - 2020-02-18 | ||
|
||
### Changed | ||
|
||
- Disable Jest lowercase-name for describe blocks (#14) | ||
|
||
## [1.1.0] - 2020-02-11 | ||
|
||
### Added | ||
|
||
- Add README file | ||
- Add Mocha config (#13) | ||
|
||
## [1.0.0] - 2020-01-21 | ||
|
||
### Added | ||
|
||
- Add base, TypeScript, and Jest configs (#3) | ||
|
||
[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.0.0...HEAD | ||
[2.0.0]:https://github.com/MetaMask/eslint-config/compare/v1.2.0...v2.0.0 | ||
[1.2.0]:https://github.com/MetaMask/eslint-config/compare/v1.1.0...v1.2.0 | ||
[1.1.0]:https://github.com/MetaMask/eslint-config/compare/v1.0.0...v1.1.0 | ||
[1.0.0]:https://github.com/MetaMask/eslint-config/tree/v1.0.0 |
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
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