Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Jun 28, 2020
1 parent d67fea7 commit 1b3176a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,17 @@ All notable changes to the "roblox-lua-autofills" extension will be documented i
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.

## [Unreleased]
<<<<<<< HEAD
- 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 support for the Lua Libraries available in Roblox (math, string, os, etc.)
- Added support for static methods and properties of Roblox Datatypes (Vector3, Color3, etc.)
- Fixed Instance.new popping up whenever you typed a .
>>>>>>> Update CHANGELOG.md
- Added a heuristic type inference system. It is now able to determine types from complex strings of code, and from variable assignment
- Added support for service aliases (i.e. `workspace` and `game`)
- Added autocomplete for EventInstances (:Connect() and :Wait())
- Added support for methods and properties of Roblox Datatypes on services (eg. `Lighting.Ambient:Lerp()` where Ambient is a `Color3`)
- Added signature help. The extension will now provide parameter information when you are within a service/DataType function

## [1.7.1]
- Service auto-importer will now suggest for non-idiomatic whitespace in service declarations.
Expand Down

0 comments on commit 1b3176a

Please sign in to comment.