Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,12 @@
> - :nail_care: [Polish]
> - :house: [Internal]

# 13.0.0-alpha.3 (Unreleased)
# 13.0.0-alpha.3

#### :boom: Breaking Change

- Change `Intl.Collator.compare` return type from `int` to `Ordering.t` (`float`). https://github.com/rescript-lang/rescript/pull/8289

#### :eyeglasses: Spec Compliance

#### :rocket: New Feature

- Reanalyze: add glob pattern support for suppress/unsuppress configurations (e.g., `"src/generated/**"`). https://github.com/rescript-lang/rescript/pull/8277
Expand All @@ -29,13 +27,11 @@
- Reanalyze server: invalidate cache and recompute results when config changes in `rescript.json`. https://github.com/rescript-lang/rescript/pull/8262
- Fix `null` and array values incorrectly matching the `Object` branch when pattern matching on `JSON.t` (or other untagged variants with an `Object` case) in statement position. https://github.com/rescript-lang/rescript/pull/8279
- Fix rewatch panic when `package.json` has no `name` field. https://github.com/rescript-lang/rescript/pull/8291
- Fix unpacking first-class module in default argument of react component. https://github.com/rescript-lang/rescript/pull/8296
- Fix unpacking first-class module in default argument of React component. https://github.com/rescript-lang/rescript/pull/8296
- Fix exception record field regression. https://github.com/rescript-lang/rescript/pull/8319
- Rewatch: ignore stale lock for unrelated process name. https://github.com/rescript-lang/rescript/pull/8316
- Fix handling of exotic identifiers for let bindings in GenType. https://github.com/rescript-lang/rescript/pull/8315

#### :memo: Documentation

#### :nail_care: Polish

- Improve error message for dependency without `rescript.json`. https://github.com/rescript-lang/rescript/pull/8292
Expand Down
Loading