|
6 | 6 |
|
7 | 7 | **Compiler** |
8 | 8 |
|
9 | | -* Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364) |
10 | | -* New records with `@optional` fields [#5423](https://github.com/rescript-lang/rescript-compiler/pull/5423) [#5452](https://github.com/rescript-lang/rescript-compiler/issues/5452) |
11 | | -* Classify bigint correctly [#5351](https://github.com/rescript-lang/rescript-compiler/pull/5351) |
12 | | -* `*` `@bs.send.pipe` is now removed. Earlier it was deprecated. |
13 | | -* `*` Missing labels in function application is now an error (https://forum.rescript-lang.org/t/ann-more-strict-checks-in-missed-labels/2117). |
14 | | -* Proper M1 support (CI now supports M1 native builds) |
| 9 | +- Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364) |
| 10 | +- New records with `@optional` fields [#5423](https://github.com/rescript-lang/rescript-compiler/pull/5423) [#5452](https://github.com/rescript-lang/rescript-compiler/issues/5452) |
| 11 | +- Classify bigint correctly [#5351](https://github.com/rescript-lang/rescript-compiler/pull/5351) |
| 12 | +- `*` `@bs.send.pipe` is now removed. Earlier it was deprecated. |
| 13 | +- `*` Missing labels in function application is now an error (https://forum.rescript-lang.org/t/ann-more-strict-checks-in-missed-labels/2117). |
| 14 | +- Proper M1 support (CI now supports M1 native builds) |
15 | 15 |
|
16 | 16 | **Syntax** |
17 | 17 |
|
18 | | -* Doc comments `/** ... */` are now supported. Inernally, they are attributes, so are only valid at positions where `@foo` is allowed, or a syntax error is given. Similarly for module-level `/*** comments */` that can go where `@@attributes` go. |
19 | | -* Fix printing for inline nullary functor types [#477](https://github.com/rescript-lang/syntax/pull/477) |
20 | | -* Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474) |
21 | | -* Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139) |
22 | | -* Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256) |
23 | | -* Fix formatter hanging on deeply nested function calls [#261](https://github.com/rescript-lang/syntax/issues/261) |
24 | | -* Remove parsing of "import" and "export" which was never officially supported. |
| 18 | +- Doc comments `/** ... */` are now supported. Inernally, they are attributes, so are only valid at positions where `@foo` is allowed, or a syntax error is given. Similarly for module-level `/*** comments */` that can go where `@@attributes` go. |
| 19 | +- Fix printing for inline nullary functor types [#477](https://github.com/rescript-lang/syntax/pull/477) |
| 20 | +- Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474) |
| 21 | +- Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139) |
| 22 | +- Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256) |
| 23 | +- Fix formatter hanging on deeply nested function calls [#261](https://github.com/rescript-lang/syntax/issues/261) |
| 24 | +- Remove parsing of "import" and "export" which was never officially supported. |
25 | 25 |
|
26 | 26 | **Libraries** |
27 | 27 |
|
|
0 commit comments