Skip to content

Commit da8fdb2

Browse files
docs: changes for 0.7.7
1 parent 93c6dab commit da8fdb2

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

CHANGELOG.md

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

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

5+
## v0.7.7 (2025-07-07)
6+
7+
### Features
8+
9+
- **no-misused-observables**: improve report location for functions: reports their return type or the function head ([#238](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/238)) ([8e06ed9](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/8e06ed97b683c40e93260fc0fef795e8443e2958))
10+
11+
### Fixes
12+
13+
- **no-misused-observables**: false positive for JSX attributes ([#239](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/239)) ([636c922](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/636c922668ccd4cd7add9e4a2fd2e437268318a9))
14+
- **no-misused-observables**: don't report on static accessor properties ([#240](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/240)) ([eee86ce](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/eee86cef74c5a279aa1039c5f93d849775169cde))
15+
- **no-misused-observables**: allow Observable-returning functions for union types ([#236](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/pull/236)) ([93c6dab](https://github.com/JasonWeinzierl/eslint-plugin-rxjs-x/commit/93c6dabcea81ea6e579c62fcd9ad5dceecef8d57))
16+
517
## v0.7.6 (2025-06-16)
618

719
### Fixes

0 commit comments

Comments
 (0)