Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@mpinta mpinta released this 14 Oct 20:22
· 1 commit to main since this release
8e7c4d5

Full Changelog: v1.0.0...v2.0.0

  • Fixed deprecated treesitter functions. (2412988)
  • Added support for YAML language. (51807bc)
  • Refactored the code to multiple files. (4eb21c3)
  • Added support for Python language. (d0af26d)
  • Added support for setting options that tell which definitions to search for a specific language. (d105d3d)
  • Custom options now don't override all default options but only specified ones. (d105d3d)
  • Added more default options. (d105d3d)
  • Added struct and interface definition support for Go. (d105d3d)
  • Added class definition support for Python. (d105d3d)
  • Added support to ensure constant display order of definitions. (fe70a65)
  • Added support for displaying icons. (8e85435)
  • Updated README.md file by introducing the "Options" section. (60c6ab6)
  • Added support for OpenAPI's components. (8e7c4d5)
  • Refactored variable names. (8e7c4d5)