Changelog
11.1.0
Changelog
11.1.0-rc.8
%todo
extension for leaving implementation for later. https://github.com/rescript-lang/rescript-compiler/pull/6713-warn-error
argument for generating errors in CI. Useful for %todo
extension. https://github.com/rescript-lang/rescript-compiler/pull/6717@deriving(accessors)
on a variant with record arguments. https://github.com/rescript-lang/rescript-compiler/pull/6712@send
and @new
. https://github.com/rescript-lang/rescript-compiler/pull/6716ref
in React.forwardRef
component. https://github.com/rescript-lang/rescript-compiler/pull/6718es6
and es6-global
is deprecated in favor of esmodule
. https://github.com/rescript-lang/rescript-compiler/pull/6709Changelog
11.1.0-rc.7
dict
type. Fixes issues around inference. https://github.com/rescript-lang/rescript-compiler/pull/6707Changelog
11.1.0-rc.6
Changelog
11.1.0-rc.5
@deriving(accessors)
outputting curried functions in uncurried mode. https://github.com/rescript-lang/rescript-compiler/pull/6687Changelog
11.1.0-rc.4
undefined
in external function calls for trailing optional arguments when not supplied. https://github.com/rescript-lang/rescript-compiler/pull/6653Changelog
11.1.0-rc.3
select * from ${table} where id = ${id}
). https://github.com/rescript-lang/rescript-compiler/pull/6645Changelog
11.1.0-rc.2
@module()
. https://github.com/rescript-lang/rescript-compiler/pull/6599<mj-column>
). https://github.com/rescript-lang/rescript-compiler/pull/6609Elements
from DOM
. https://github.com/rescript-lang/rescript-compiler/pull/6606jsxConfig
. https://github.com/rescript-lang/rescript-compiler/pull/6606Changelog
11.1.0-rc.1
sql`select * from ${table}
. https://github.com/rescript-lang/rescript-compiler/pull/6250dict
is now a builtin type. https://github.com/rescript-lang/rescript-compiler/pull/6590Changelog
11.0.1
Not_found
instead of giving a proper error message. https://github.com/rescript-lang/rescript-compiler/pull/6574