You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4-10Lines changed: 4 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,28 +10,22 @@
10
10
> -:nail_care:[Polish]
11
11
> -:house:[Internal]
12
12
13
-
# 12.0.0-beta.14 (Unreleased)
13
+
# 12.0.0-beta.14
14
14
15
15
#### :boom: Breaking Change
16
16
17
-
- Removed "rescript legacy" subcommand in favor of separate "rescript-legacy" binary. https://github.com/rescript-lang/rescript/pull/7928
18
-
- Add comparison fn for Error in Result.equal and compare. https://github.com/rescript-lang/rescript/pull/7933
17
+
- Removed `rescript legacy` subcommand in favor of separate `rescript-legacy` binary. https://github.com/rescript-lang/rescript/pull/7928
18
+
- Add comparison function for `Error` in `Result.equal` and `compare`. https://github.com/rescript-lang/rescript/pull/7933
19
19
- Rewatch: `"type": "dev"` and `dev-dependencies` will be compiled by default for local packages. The `--dev` flag no longer does anything. https://github.com/rescript-lang/rescript/pull/7934
20
20
21
-
#### :eyeglasses: Spec Compliance
22
-
23
-
#### :rocket: New Feature
24
-
25
21
#### :bug: Bug fix
26
22
27
23
- Prevent lockfile creation when project folder is missing. https://github.com/rescript-lang/rescript/pull/7927
28
24
- Fix parameter type / return type ambiguity error for unit case. https://github.com/rescript-lang/rescript/pull/7930
29
25
30
-
#### :memo: Documentation
31
-
32
26
#### :nail_care: Polish
33
27
34
-
-Rewatch cli: do not show build command options in the root help. https://github.com/rescript-lang/rescript/pull/7715
28
+
-ReScript cli: do not show build command options in the root help. https://github.com/rescript-lang/rescript/pull/7715
35
29
- Deprecate reanalyze `@raises` in favor of `@throws`. https://github.com/rescript-lang/rescript/pull/7932
0 commit comments