Skip to content

Commit 6ac6efc

Browse files
committed
Update changelog to reflect current status.
Fixes 0fd8bb0
1 parent eceecc9 commit 6ac6efc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Changes.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,23 @@
77
- Add support for `@new @variadic` (see https://github.com/rescript-lang/rescript-compiler/pull/5364)
88
- 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)
99
- Classify bigint correctly [#5351](https://github.com/rescript-lang/rescript-compiler/pull/5351)
10+
* `@bs.send.pipe` is now removed. Eaerlier it was deprecated.
11+
* Missing labels in function application is now an error (https://forum.rescript-lang.org/t/ann-more-strict-checks-in-missed-labels/2117).
1012

1113
**Syntax**
1214

1315
- Fix printing for inline nullary functor types [#477](https://github.com/rescript-lang/syntax/pull/477)
1416
- Fix stripping of quotes for empty poly variants [#474](https://github.com/rescript-lang/syntax/pull/474)
1517
- Implement syntax for arity zero vs arity one in uncurried application in [#139](https://github.com/rescript-lang/syntax/pull/139)
1618
- Fix parsing of first class module exprs as part of binary/ternary expr in [#256](https://github.com/rescript-lang/syntax/pull/256)
19+
* Fix formatter hanging on deeply nested function calls [#261](https://github.com/rescript-lang/syntax/issues/261)
20+
* Remove parsing of "import" and "export" which was never officially supported.
21+
* 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.
1722

1823
**Libraries**
1924

25+
* Removed printing modules (Printf, Format etc) and related functions. Details of files added/removed: https://github.com/rescript-lang/rescript-compiler/commit/0fd8bb0e77c4b0e96a9647ac8af614305057003f.
26+
- There could be issues with `rescript-relay`. See https://github.com/rescript-lang/rescript-compiler/issues/5493.
2027
- Several Belt libraries are now converted to ReScript syntax, with corresponding comments in Markdown format suitable for hovering.
2128

2229
**Playground**

0 commit comments

Comments
 (0)