In the New Luau Type Solver, resolve a potential crash when using type instantiation expressions.
Deprecates nearly all yielding methods that did not end with Async and provides equivalent methods with Async in the name.
Adds the following properties to the Sky object: Class.Sky.MoonTextureContent|MoonTextureContent, Class.Sky.SkyboxBackContent|SkyboxBackContent, Class.Sky.SkyboxDownContent|SkyboxDownContent, Class.Sky.SkyboxFrontContent|SkyboxFrontContent, Class.Sky.SkyboxLeftContent|SkyboxLeftContent,...
Deprecates nearly all yielding methods that did not end with Async and provides equivalent methods with Async in the name.
Adds the following properties to the Sky object: Class.Sky.MoonTextureContent|MoonTextureContent, Class.Sky.SkyboxBackContent|SkyboxBackContent, Class.Sky.SkyboxDownContent|SkyboxDownContent, Class.Sky.SkyboxFrontContent|SkyboxFrontContent, Class.Sky.SkyboxLeftContent|SkyboxLeftContent, Class.Sky.SkyboxRightContent|SkyboxRightContent,...
In the New Luau Type Solver, lambdas will have their argument types inferred more precisely when placed inside well typed tables, and will now have their return types inferred in the same manner.
luau.org/demo now supports type checking.
In the new Luau type solver, resolve more instances of type checking becoming unresponsive.
Add a new VideoSampler object for getting image frames from a video content.
...