Skip to content

Commit 8403cdb

Browse files
authored
CHANGELOG: cleanup and add missing changes (#6794)
1 parent 551a172 commit 8403cdb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
#### :rocket: New Feature
1616

1717
- Allow `@directive` on functions for emitting function level directive code (`let serverAction = @directive("'use server'") (~name) => {...}`). https://github.com/rescript-lang/rescript-compiler/pull/6756
18-
19-
#### :house: Internal
20-
21-
- Convert OCaml codebase to snake case style. https://github.com/rescript-lang/rescript-compiler/pull/6702
22-
- Fix location of let bindings with attributes. https://github.com/rescript-lang/rescript-compiler/pull/6791
18+
- Add `rewatch` to the npm package as an alternative build tool. https://github.com/rescript-lang/rescript-compiler/pull/6762
2319

2420
#### :boom: Breaking Change
2521

@@ -30,12 +26,17 @@
3026

3127
#### :bug: Bug Fix
3228

33-
- Allow to use exotic ParscalCased identifiers for types. https://github.com/rescript-lang/rescript-compiler/pull/6777
29+
- Fix unhandled cases for exotic idents (allow to use exotic PascalCased identifiers for types). https://github.com/rescript-lang/rescript-compiler/pull/6777
3430
- Fix issue of incorrect switch cases with identical bodies when mixing object and array. https://github.com/rescript-lang/rescript-compiler/pull/6792
31+
- Fix formatter eats comments on the first argument of an uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763
32+
- Fix formatter removes parens in pipe operator with anonymous uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6766
3533

3634
#### :house: Internal
3735

3836
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
37+
- Convert OCaml codebase to snake case style. https://github.com/rescript-lang/rescript-compiler/pull/6702
38+
- Fix location of let bindings with attributes. https://github.com/rescript-lang/rescript-compiler/pull/6791
39+
- Refactor uppercase exotic ident handling. https://github.com/rescript-lang/rescript-compiler/pull/6779
3940

4041
#### :nail_care: Polish
4142

@@ -48,8 +49,8 @@
4849
- Fix indent in generated js code. https://github.com/rescript-lang/rescript-compiler/pull/6747
4950
- In generated code, use `let` instead of `var`. https://github.com/rescript-lang/rescript-compiler/pull/6102
5051
- Turn off transformation for closures inside loops when capturing loop variables, now that `let` is emitted instead of `var`. https://github.com/rescript-lang/rescript-compiler/pull/6480
51-
- Fix formatter eats comments on the first argument of a uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6763
52-
- Fix formatter removes parens in pipe operator with anonymous uncurried function. https://github.com/rescript-lang/rescript-compiler/pull/6766
52+
- Improve unused attribute warning message. https://github.com/rescript-lang/rescript-compiler/pull/6787
53+
- Remove unused -no-stdlib compiler option. https://github.com/rescript-lang/rescript-compiler/pull/6778
5354

5455
# 11.1.0
5556

0 commit comments

Comments
 (0)