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: pages/community/roadmap.mdx
+1-33
Original file line number
Diff line number
Diff line change
@@ -6,36 +6,4 @@ canonical: "/community/roadmap"
6
6
7
7
# Roadmap
8
8
9
-
*(Last update: June 2nd, 2022)*
10
-
11
-
This is a living document that defines our current roadmap, goals and ambitions.
12
-
13
-
All roadmap related discussions, proposals and changes can either be found in the [ReScript Forum](https://forum.rescript-lang.org), or in dedicated GitHub PRs / issues.
14
-
15
-
## v10 "First Community Release"
16
-
17
-
This is the first community-powered release. See the [May 2022 Meeting Notes](https://forum.rescript-lang.org/t/community-meeting-may-2022/3280) for more details.
18
-
19
-
**Estimated release date:** Mid 2022
20
-
21
-
### Notable changes
22
-
- Add M1 support
23
-
- Add support for unicode strings (e.g `"Hallöle"` will work like in JavaScript; see [PR](https://github.com/rescript-lang/syntax/pull/433))
24
-
- (breaking) Remove OCaml’s Format module (should have no impact on the majority of ReScript users; see [discussion](https://forum.rescript-lang.org/t/what-stable-type-system-features-we-are-going-to-preserve-from-ocaml/1251))
25
-
- (breaking) Remove / deprecate several unused / unsupported functions from Pervasives (should not have any impact on existing ReScript code)
26
-
- (breaking) Remove functionality for reprinting Reason to ReScript (users may use `rescript@9.1.4` to upgrade their `.re` files)
27
-
- (breaking) Remove deprecated `@bs.send.pipe` decorator (existing code needs to be migrated to `@send` instead)
28
-
- Bugfixes etc.
29
-
30
-
## Future
31
-
32
-
> **Important:** This list helps to set expectations, so it may change in the future.
33
-
34
-
- Add opt-in configuration flag `stdlib-future` to disable OCaml related stdlib code (for writing future proof code; see [discussion](https://forum.rescript-lang.org/t/roles-for-belt-js-and-pervasives-in-rescript/1683))
- Make `bsconfig.json` json compliant ([proposal](https://forum.rescript-lang.org/t/proposed-changes-make-bsconfig-json-standard-compilant/1859))
37
-
- Add option to use `rescript.json` instead of `bsconfig.json`
38
-
- Infix operator support (only for a dedicated set of math operators `+`, `-`, `-.`, `/`, `%`, etc.; see the [tracking issue](https://github.com/rescript-lang/syntax/issues/440))
0 commit comments