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
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,18 +4,29 @@ All notable changes to this project are documented in this file.
4
4
5
5
Format of the log is _loosely_ based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
The project does _not_ follow Semantic Versioning and the changes are documented in reverse chronological order, grouped by calendar month.
7
-
## October 2023
7
+
8
+
## December 2023
8
9
9
10
### Fixed
10
11
11
-
- Generation of nested short lambda expression now use the correct type for "it" as a variable.
12
+
- The `index` expression in collections operations now works correctly in nested expressions in the interpreter and generator.
13
+
14
+
### Added
15
+
16
+
- The `all` and `any` operation of collections now also support the `index` expression. The concepts `AllWithIndexOp` and `AnyWithIndexOp` are therefore deprecated.
12
17
13
18
## November 2023
14
19
15
20
### Fixed
16
21
17
22
- String validation: A bug in the number detection logic was fixed
18
23
24
+
## October 2023
25
+
26
+
### Fixed
27
+
28
+
- Generation of nested short lambda expression now use the correct type for "it" as a variable.
0 commit comments