Skip to content

Latest commit

 

History

History
92 lines (66 loc) · 2.24 KB

CHANGELOG.md

File metadata and controls

92 lines (66 loc) · 2.24 KB

3.1.7 - 3.1.8

  • Updated LÖVE api

3.1.6

  • Add "self" argument for all methods

3.1.5

  • Fix issue where first argument of type methods would be omitted by atom-autocomplete-lua
  • Updated LÖVE api

3.1.4

  • Update LÖVE api

3.1.3

by courtesy of Pablo Ariel Mayobre

  • Fixed usage of cached / revived options

3.1.2

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

3.1.1

  • Fixed issue with functions where some variants have a description and some have not

3.1.0

  • Variants now use their own description if possible

3.0.0 🎉

  • 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

2.5.1

  • Documentation update

2.5.0

  • Added new snippets for Type functios (e.g. Text:addf( ... )) which make the type name a variable

2.4.2 - 2.4.5

  • Update LÖVE api

2.4.1

  • Hopefully fixed fuzzaldrin dependencies (Fixes #5)

2.4.0

  • Use custom fuzzy scoring to (hopefully) improve suggestions

2.3.3 - 2.3.4

  • Update LÖVE api

2.3.2

  • Fix issue with love-completions.json

2.3.1

  • Update LÖVE api

2.3.0

  • Automatically install missing dependencies (Closes #4)
  • Update LÖVE api

2.2.8 - 2.2.1

  • Update LÖVE api

2.2.0

  • Added snippets for submodules (e.g. File:close, SpriteBatch:add, etc.)

2.1.1

  • Update LÖVE api

2.1.0

  • Enabled autocompletion for moonscript files
  • Update LÖVE api

2.0.5 - 2.0.2

  • Update LÖVE api

2.0.1

  • Fixed wiki-urls for love modules

2.0.0

  • 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

1.1.0

  • Updated snippets for callbacks to produce a function body

1.0.0

  • Added snippets for LÖVE 0.9.2