File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # Changelog
2-
3- ## [ Unreleased]
1+ # Changelog
2+
3+ ## [ Unreleased]
4+
5+ ## [ 0.1.3] - 2022-07-19
46### Changed
57- Hide the hints that are 1 character long
68- Don't show hints in call expressions that take a single parameter (except for ` *args ` )
7-
9+
10+
811### Fixed
912- Hints showing when placing a positional argument after keyword ones
1013- Hints for classes that use ` __new__ ` , like ` datetime.datetime `
11- - Arguments with the same name as the parameter, but in a different case, were still displayed
12-
13- ## [ 0.1.2] - 2022-07-18
14- ### Fixed
14+ - Arguments with the same name as the parameter, but in a different case, were still displayed
15+
16+ ## [ 0.1.2] - 2022-07-18
17+ ### Fixed
1518- ` **kwargs ` parameter being shown in certain situations
1619- Class hints based on their attributes were shown incorrectly
17- - Fix hints display for calls with unpacking
18-
19- ## [ 0.1.1] - 2022-07-17
20- ### Fixed
20+ - Fix hints display for calls with unpacking
21+
22+ ## [ 0.1.1] - 2022-07-17
23+ ### Fixed
2124- Wrong hints behavior with some classes, related to the ` __init__ ` inheritance logic
2225- Wrong hint ordering when a positional argument is passed after keyword arguments
23- - Messed up parameter ordering when unpacking is in the call expression
24-
25- ## [ 0.1.0] - 2022-07-15
26- ### Added
27- - Initial plugin release
26+ - Messed up parameter ordering when unpacking is in the call expression
27+
28+ ## [ 0.1.0] - 2022-07-15
29+ ### Added
30+ - Initial plugin release
You can’t perform that action at this time.
0 commit comments