[0.15.0] - 2021-11-05
Added
- Added
OverlapParams
to the Roblox standard library. - Added
Enum:GetEnums()
to the Roblox standard library. (#312) roblox_incorrect_color3_new_bounds
now checks for if the given number is negative. (#83)
Fixed
- Fixed standard library error when missing files. (#272)
- Fixed display style option triggering
ArgumentConflict
when using quiet option. (#288) bad_string_escape
now correctly handles escapes of the shape\1a
(one or two numbers followed by a hex digit). (#292)- Fixed Roblox types not counting towards usage. (#270)
Changed
duplicate_keys
now has a error severity. (#262)- Arguments of
collectgarbage
now considered to be optional. (#287) - Updated internal parser, adding new Luau syntax.
All commits
- Correctly handle one or two digit decimal string escapes followed by a hex digit in bad_string_escape by @Dekkonot in #293
- docs(Luacheck Comparison): fix standard library configuration link by @hituzi-no-sippo in #298
- Fixes #288 by @soutenu in #291
- remove title-only markdown in document by @hituzi-no-sippo in #299
- Fix cargo clippy && fmt by @zhiburt in #302
- Make
collectgarbage
arguments optional (#287) by @zhiburt in #300 - Make
dublicate_key
lint severity Error #(#262) by @zhiburt in #301 - Fixes #272 by @soutenu in #290
- Add OverlapParams by @Kampfkarren in #307
- Recognize type indexing as a reference by @Kampfkarren in #308
- Fix broken link in CHANGELOG.md by @soutenu in #310
- Support Enum:GetEnums() by @LouieK22 in #313
- Update Roblox-related section on installation page by @henriquehbr in #316
- Add Dockerfile by @henriquehbr in #315
- Add clippy and Rustfmt to CI by @Kampfkarren in #320
- Check negative numbers in Color3 bounds by @Kampfkarren in #319
- Add job to build and publish Docker images by @henriquehbr in #318
- Force exhaustive checks, fix clippy on CI by @Kampfkarren in #322
- full-moon 0.14.0 + selene 0.15.0 by @Kampfkarren in #323
New Contributors
- @hituzi-no-sippo made their first contribution in #298
- @soutenu made their first contribution in #291
- @zhiburt made their first contribution in #302
- @henriquehbr made their first contribution in #316