Skip to content

Commit 3da4edd

Browse files
committed
Update CHANGELOG.md
1 parent 09b8bd6 commit 3da4edd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
1313
# 10.1.3
1414

15+
#### :rocket: New Feature
16+
17+
- Add experimental suppport for directives. An annotation such as `@@directive("use client;")` emits `use client;` verbatim before imports https://github.com/rescript-lang/rescript-compiler/pull/5999
18+
- `genType`: add `Core` standard library support for the following builtin types: `Null.t`, `Nullable.t`, `Undefined.t`, `Dict.t<_>`, `Promise.t<_>`, `Date.t`, `BigInt.t`, `RegExp.t`, `Map.t<_, _>`, `WeakMap.t<_, _>`, `Set<_>`, `WeakSet<_>` https://github.com/rescript-lang/rescript-compiler/pull/6024
19+
1520
#### :boom: Breaking Change
1621

1722
- `genType`: streamline the treatment of optionals as undefined https://github.com/rescript-lang/rescript-compiler/pull/6024
@@ -42,11 +47,6 @@
4247
- Fix issue with JSX V4 and newtype https://github.com/rescript-lang/syntax/pull/737
4348
- Fix issue with JSX V4 when components are nested https://github.com/rescript-lang/syntax/pull/738
4449

45-
#### :rocket: New Feature
46-
47-
- Add experimental suppport for directives. An annotation such as `@@directive("use client;")` emits `use client;` verbatim before imports https://github.com/rescript-lang/rescript-compiler/pull/5999
48-
- `genType`: add `Core` standard library support for the following builtin types: `Null.t`, `Nullable.t`, `Undefined.t`, `Dict.t<_>`, `Promise.t<_>`, `Date.t`, `BigInt.t`, `RegExp.t`, `Map.t<_, _>`, `WeakMap.t<_, _>`, `Set<_>`, `WeakSet<_>` https://github.com/rescript-lang/rescript-compiler/pull/6024
49-
5050
# 10.1.2
5151

5252
#### :bug: Bug Fix

0 commit comments

Comments
 (0)