- Updated LÖVE api
- Add "self" argument for all methods
- Fix issue where first argument of type methods would be omitted by atom-autocomplete-lua
- Updated LÖVE api
- Update LÖVE api
by courtesy of Pablo Ariel Mayobre
- Fixed usage of cached / revived options
by courtesy of Pablo Ariel Mayobre
- Sped up activation time by loading dependencies in an idle callback
- Fixed some linting issues
- Dropped Lua version from the completion file
- Fixed issue with functions where some variants have a description and some have not
- Variants now use their own description if possible
- Love-Atom is now a custom provider for autocomplete-lua
- Offers smart autocompletion for all functions of the LÖVE framework
- Handles function variants
- Offers smart autocompletion for object's like Text, Image and so on
- Documentation update
- Added new snippets for Type functios (e.g. Text:addf( ... )) which make the type name a variable
- Update LÖVE api
- Hopefully fixed fuzzaldrin dependencies (Fixes #5)
- Use custom fuzzy scoring to (hopefully) improve suggestions
- Update LÖVE api
- Fix issue with love-completions.json
- Update LÖVE api
- Automatically install missing dependencies (Closes #4)
- Update LÖVE api
- Update LÖVE api
- Added snippets for submodules (e.g. File:close, SpriteBatch:add, etc.)
- Update LÖVE api
- Enabled autocompletion for moonscript files
- Update LÖVE api
- Update LÖVE api
- Fixed wiki-urls for love modules
- LÖVE-Atom now uses a real autocomplete+ provider to provide code suggestions
- Added description to the bottom of the suggestion list
- Added "more" link which points to the function's wiki page
- Updated snippets for callbacks to produce a function body
- Added snippets for LÖVE 0.9.2