You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,23 @@ This projects adheres to [Keep a CHANGELOG](https://keepachangelog.com/) and use
9
9
10
10
_Nothing yet._
11
11
12
+
## [1.0.4] - 2023-04-15
13
+
14
+
### Changed
15
+
16
+
#### Other
17
+
18
+
* Minor documentation improvements.
19
+
20
+
### Fixed
21
+
22
+
#### Utils
23
+
24
+
* The `FunctionDeclarations::getParameters()` method will now correctly handle constructor promoted properties with `readonly`, but without explicit visibility set. [#456]
0 commit comments