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
+6-4Lines changed: 6 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -12,13 +12,15 @@
12
12
13
13
# 12.0.0-alpha.1 (Unreleased)
14
14
15
-
#### :house: Internal
16
-
17
-
- Build with OCaml 5.1.1. https://github.com/rescript-lang/rescript-compiler/pull/6641
18
-
19
15
#### :boom: Breaking Change
20
16
21
17
-`lazy` syntax is no longer supported. If you're using it, use `Lazy` module or `React.lazy_` instead. https://github.com/rescript-lang/rescript-compiler/pull/6342
18
+
- Remove handling of attributes with `bs.` prefix (`@bs.as` -> `@as` etc.). https://github.com/rescript-lang/rescript-compiler/pull/6643
0 commit comments