Skip to content

Commit dc60f60

Browse files
docs: changes for 0.6.2
1 parent 0c39aff commit dc60f60

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
[npm history](https://www.npmjs.com/package/eslint-plugin-rxjs-x?activeTab=versions)
44

5+
## v0.6.2 (2025-01-08)
6+
7+
### Features
8+
9+
- **no-redundant-notify**: also catch `unsubscribe`. ([#113](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/113)) ([d42dd58](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/d42dd58bbc6095c1c6a11b3f413e260b091146a4))
10+
11+
### Documentation
12+
13+
- add complete documentation on when _not_ to use each rule. ([#91](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/91)) ([f4b16eb](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/f4b16eb1f4461b3f36eb7c40cadf99d8b60cebf3))
14+
- **no-subject-unsubscribe**: document behavior that bans passing subjects to `Subscription`'s `add` method. ([#112](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/112)) ([3ca435b](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/3ca435b1f8e70677f0d5d818892ed508189b694a))
15+
516
## v0.6.1 (2024-12-06)
617

718
### Features

0 commit comments

Comments
 (0)