File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 14
14
15
15
#### :boom : Breaking Change
16
16
17
- - Fix return type of ` String.charCodeAt ` . https://github.com/rescript-lang/rescript/pull/7864
18
- - Remove support of JSX children spread. https://github.com/rescript-lang/rescript/pull/7869
19
17
- Have ` String.charCodeAt ` return ` option<int> ` ; add ` String.charCodeAtUnsafe ` . https://github.com/rescript-lang/rescript/pull/7877
20
-
21
- #### :eyeglasses : Spec Compliance
18
+ - Remove support of JSX children spread. https://github.com/rescript-lang/rescript/pull/7869
22
19
23
20
#### :rocket : New Feature
24
21
31
28
- Fix crash with ` @get ` on external of type ` unit => 'a ` . https://github.com/rescript-lang/rescript/pull/7866
32
29
- Fix record type spreads in inline records. https://github.com/rescript-lang/rescript/pull/7859
33
30
34
- #### :memo : Documentation
35
-
36
31
#### :nail_care : Polish
37
32
38
33
- Reactivate optimization for length of array literals. https://github.com/rescript-lang/rescript/pull/7872
You can’t perform that action at this time.
0 commit comments