|
| 1 | +# Changelog |
| 2 | + |
| 3 | +All notable changes to this project will be documented in this file. |
| 4 | + |
| 5 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), |
| 6 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 7 | + |
| 8 | + |
| 9 | +## 1.0.6 |
| 10 | + |
| 11 | +### Changed |
| 12 | + |
| 13 | +- Upgraded dependencies: |
| 14 | + - @typescript-eslint/eslint-plugin to 8.5.0 |
| 15 | + - @typescript-eslint/parser to 8.5.0 |
| 16 | + - @stylistic/eslint-plugin to 2.8.0 |
| 17 | + |
| 18 | +## 1.0.5 |
| 19 | + |
| 20 | +### Changed |
| 21 | + |
| 22 | +- Upgraded dependencies: |
| 23 | + - @typescript-eslint/eslint-plugin to 8.4.0 |
| 24 | + - @typescript-eslint/parser to 8.4.0 |
| 25 | + - @stylistic/eslint-plugin to 2.7.2 |
| 26 | + - eslint-plugin-jsdoc to 50.2.2 |
| 27 | + |
| 28 | +## 1.0.4 |
| 29 | + |
| 30 | +### Changed |
| 31 | + |
| 32 | +- Upgraded dependencies: |
| 33 | + - @typescript-eslint/eslint-plugin to 8.0.0 |
| 34 | + - @typescript-eslint/parser to 8.0.0 |
| 35 | + - @stylistic/eslint-plugin to 2.6.0 |
| 36 | + - eslint-plugin-chai-friendly to 1.0.1 |
| 37 | + - eslint-plugin-jsdoc to 48.10.2 |
| 38 | + - eslint-plugin-tsdoc to 0.3.0 |
| 39 | + |
| 40 | +## 1.0.3 |
| 41 | + |
| 42 | +### Changed |
| 43 | + |
| 44 | +- Reduced the level for prettier from `error` to `warn` |
| 45 | + |
| 46 | +## 1.0.2 |
| 47 | + |
| 48 | +### Added |
| 49 | + |
| 50 | +- Added `eslint-config-prettier` and its recommended configuration |
| 51 | +- Added `eslint-plugin-chai-expect` and its recommended configuration |
| 52 | +- Added `eslint-plugin-deprecation` and its recommended configuration |
| 53 | +- Added `eslint-plugin-prettier` and its recommended configuration. **Note:** |
| 54 | + You need to add the following to your `.prettierrc` file in order to have you eslint rule work as intended: |
| 55 | + |
| 56 | + ```json |
| 57 | + { |
| 58 | + "endOfLine": "auto" |
| 59 | + } |
| 60 | + ``` |
| 61 | + |
| 62 | +## 1.0.1 |
| 63 | + |
| 64 | +### Added |
| 65 | + |
| 66 | +- Added `eslint-plugin-chai-friendly` and its recommended configuration |
| 67 | + |
| 68 | +## 1.0.0 |
| 69 | + |
| 70 | +### Added |
| 71 | + |
| 72 | +- Initial release |
0 commit comments