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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,40 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
- Compiler - check `params.length > 0` instead of using a `Set` to deduplicate static nodes - prevent deopts from accessing `s` out of bound for some cases in compiler output - use `.concat` instead of spread syntax for faster `params` array cloning and disable the lint rule that prefer spread ([3575022](https://github.com/h3js/rou3/commit/3575022))
16
+
- Avoid +1 a lot of time by changing startIdx to 1 ([285aa05](https://github.com/h3js/rou3/commit/285aa05))
17
+
18
+
### 🩹 Fixes
19
+
20
+
- HasIf should only be set to true if an if clause was appended before ([208262c](https://github.com/h3js/rou3/commit/208262c))
0 commit comments