Skip to content

Commit ae070b8

Browse files
committed
Update changelog
1 parent 5229f29 commit ae070b8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.0]
9+
10+
### Changed
11+
12+
- Rewrite to typescript with strong types
13+
- Leverage helpers and types from @typescript-eslint/experimental-utils
14+
- Run autofix tests with ESLint Class rather than spawn a child process for eslint runner
15+
- Heavy refactoring and remove code paths that were never taken
16+
- Update ESLint config
17+
- Update to ESLint v7.0.0
18+
- Update dependencies
19+
20+
### Added
21+
22+
- Follow semver
23+
- Rollup bundler
24+
825
## [0.10.0] - 2020-05-21
926

1027
### Added

0 commit comments

Comments
 (0)