Releases: ocsigen/ts2ocaml
Releases · ocsigen/ts2ocaml
2.0.0-beta.3
- ReScript: prefix invalid constructor names by
Case
(#392).
2.0.0-beta.2
- Update and fix TypeScript version to
5.3.3
.
2.0.0-beta.1
- ReScript: changed the standard library from
Js
toCore
(#387).ArrayLike
andIterable
are still mapped toJs.Array2.array_like
since it doesn't seem to be available inCore
yet.
2.0.0-beta.0
- Add ReScript as a target (#32).
- Add a new subcommand
ts2ocaml res
. - The documentation is available on
docs/rescript.md
.
- Add a new subcommand
2.0.0-alpha.0
- Upgrade TypeScript to v5.
- Added an explicit support of ambient modules.
- Topological sorting inside ambient modules now works as expected (#157).
- Perform various improvements over messages.
- Messages now come with color (warning: yellow, error: red).
- The error location is now shown with a code frame.
- Deprecate the
--safe-arity
option.- Ts2ocaml now generates minimal arity-safe output by default.
- Perform massive internal refactoring.