Skip to content

Latest commit

 

History

History
executable file
·
63 lines (45 loc) · 2.29 KB

CHANGELOG.md

File metadata and controls

executable file
·
63 lines (45 loc) · 2.29 KB

Change Log

All notable changes to the "roblox-lua-autofills" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[Unreleased]

  • Fixed inherited members not showing up for services.
  • Fixed properties of services not showing up in autofill.
  • Improved documentation provided in autofill, and added relevant Developer Reference links.
  • Added color picker support to Color3.fromHSV().
  • Added support for ReflectionMetadata. This now downloads the file and injects descriptions to be used.

[1.7.1]

  • Service auto-importer will now suggest for non-idiomatic whitespace in service declarations.

[1.7.0]

[1.6.1]

  • Extension companion executable is now both signed and self-verified in the extension.

[1.6.0]

[1.5.0]

[1.4.1]

  • Fixed a bug where new/deleted files would not be shown in the Rojo require autocomplete.

[1.4.0]

[1.3.2]

  • Fixed Enum autofill not triggering if there was a non-whitespace before it.

[1.3.1]

  • Changed prefix for GetService autofill to game:GetService to make it more intuitive.

[1.3.0]

[1.2.3]

  • Fixed a bug where Enum autocompletes would not fire if tabbed whitespace was before them

[1.2.2]

  • Instance.new autofill will no longer show deprecated instances

[1.2.1]

  • Added Instance.new autofill to README

[1.2.0]

  • Added autofill for Instance.new

[1.1.0]

[1.0.0]

  • Initial release
  • Added autofill for Enums