Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Created by
brew bump
Created with
brew bump-formula-pr
.release notes
Added a new
datetime
built-in library for handling date & time values, parsing, formatting, and more. (#94)Example usage:
Added support for passing
stdin
inprocess.spawn
(#106)Added support for setting a custom environment in load options for
luau.load
, not subject togetfenv
/setfenv
deoptimizationsAdded Terrain:GetMaterialColor and Terrain:SetMaterialColor (#93)
Added support for a variable number of arguments for CFrame methods (#85)
Changed
0.596
.0.596
.process.spawn
now usespowershell
instead of/bin/bash
as the shell on Windows, withshell = true
.Fixed
process
built-in library not loading correctly when using Lune in REPL mode..lune
/lune
directory present.net.serve
stopping when the returnedServeHandle
is garbage collected.warn
global.CFrame
in theroblox
built-in library not parsing the 12-arg overload correctly. (#102)CFrame
in theroblox
built-in library being incorrect, specifically row-column ordering and some flipped signs. (#103)roblox
built-in library (#117)