Skip to content

Commit 3fb5065

Browse files
authored
Merge pull request #6418 from fhammerschmidt/move-smart-printing-to-breaking-changes
Changelog: Move smart printing to breaking changes
2 parents c799ba1 + 06b66c0 commit 3fb5065

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,14 @@
2525
- Untagged variants: Support `promise`, RegExes, Dates, File and Blob. https://github.com/rescript-lang/rescript-compiler/pull/6383
2626
- Support aliased types as payloads to untagged variants. https://github.com/rescript-lang/rescript-compiler/pull/6394
2727

28+
#### :boom: Breaking Change
29+
- Add smart printer for pipe-chains. https://github.com/rescript-lang/rescript-compiler/pull/6411 (the formatter will reformat existing code in certain cases)
30+
2831
#### :nail_care: Polish
2932

3033
- A little performance improvement for JSX V4 runtime helper by removing one object allocation for components with key prop. https://github.com/rescript-lang/rescript-compiler/pull/6376
3134
- The error message for "toplevel expressions should evaluate to unit" has been revamped and improved. https://github.com/rescript-lang/rescript-compiler/pull/6407
3235
- Improve "Somewhere wanted" error messages by changing wording and adding more context + suggested solutions to the error messages where appropriate. https://github.com/rescript-lang/rescript-compiler/pull/6410
33-
- Add smart printer for pipe-chains. https://github.com/rescript-lang/rescript-compiler/pull/6411
3436
- Display the compile time for `rescript build` command. https://github.com/rescript-lang/rescript-compiler/pull/6404
3537
- Improve help message for `build` and `clean` commands. https://github.com/rescript-lang/rescript-compiler/pull/6404
3638
- Pass through the `-verbose` flag to builds in watch mode. https://github.com/rescript-lang/rescript-compiler/pull/6404

0 commit comments

Comments
 (0)