Skip to content

Latest commit

 

History

History
190 lines (103 loc) · 5.58 KB

File metadata and controls

190 lines (103 loc) · 5.58 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.5] - 2025-07-22

  • Fix bug with 1.3.4

[1.3.4] - 2025-07-22

  • Fix inline hints for variadic functions in Go - Issue #27
  • Add inline parameter hints for PHP functions - Issue #24
  • Update npm version
  • Do not show empty tooltips

[1.3.3] - 2024-04-13

  • Create the temp folder if it does not exist - Issue #23

[1.3.2] - 2024-04-13

  • Update Python to allow ignoring functions - Issue #22

[1.3.1] - 2024-04-06

  • Fix bug with Python and Go introduced in 1.3.0
  • Update README to no longer show settings as VSCode shows settings in a separate tab

[1.3.0] - 2024-04-06

  • Update Python to allow ignoring built-in functions - Issue #22

[1.2.9] - 2023-09-13

[1.2.8] - 2023-09-12

[1.2.7] - 2023-03-21

  • Update to Python - HoT-1 Pull Request
  • Changes separator hint to '=' for Python
  • Update VSCode minimum version to 1.66.0
  • Add support for insertion of inlay hint label on Python

[1.2.6] - 2023-01-24

  • Update badges on the README

[1.2.5] - 2021-07-12

  • Fix Golang incorrect parameter positions for special characters - issue #12

[1.2.4] - 2021-06-06

  • Fix parameter hint missing for anonymous functions - issue #10

[1.2.3] - 2021-05-26

  • Display parameters for Python classes
  • Limit output to output channel

[1.2.2] - 2021-05-26

  • Fix enabled setting not working - issue #9

[1.2.1] - 2021-05-23

  • Fix bug introduced in 1.2.0

[1.2.0] - 2021-05-23

  • Fix Golang and Python not working correctly on unsaved files

[1.1.9] - 2021-05-10

  • Optimize Golang and Python to work better with large file sizes

[1.1.8] - 2021-05-09

  • Python Bug Fix

[1.1.7] - 2021-05-09

  • Fix Python methods not displaying correctly - issue #7

[1.1.6] - 2021-05-09

  • Fix Python and Golang not working when there was a space in the path - issue #7

[1.1.5] - 2021-05-09

  • Fix Python and Golang not working when there was a space in the path - issue #7

[1.1.4] - 2021-04-11

  • Incorporate the Pull Request by l1997i - PR #5

[1.1.3] - 2021-04-11

  • Fix Python AST parsing errors when using Python 2.7 - issue #4

[1.1.2] - 2022-04-11

  • Add executable path setting for Golang and Python
  • Fix Python parameters not working for version less than Python 3.6 - issue #4

[1.1.1] - 2022-03-31

  • Fix regex for parsing Golang parameters - issue #3

[1.1.0] - 2022-03-31

  • Show correct parameter for methods in Golang - issue #3

[1.0.9] - 2022-03-29

  • Python Support

[1.0.8] - 2022-03-29

  • Update README

[1.0.7] - 2022-03-29

  • Golang Support

[1.0.6] - 2022-03-07

  • Fix bug in PHP when the parameter name was not found.

[1.0.5] - 2022-03-07

  • Backend changes.

[1.0.4] - 2022-03-07

  • Slight performance improvement for PHP parameters.

[1.0.3] - 2022-03-07

  • Fix bug introduced in 1.0.2

[1.0.2] - 2022-03-07

  • Attempt to improve PHP parameter functionality for larger files.

[1.0.1] - 2022-03-03

  • Fix problems with PHP parameters.

[1.0.0] - 2022-03-03

BREAKING CHANGES

  • Rework the extension to use the new Inlay-Hints API.
  • Change the configuration properties.
  • Remove Javascript support (use VSCode provided support with settings in javascript.inlayHints)
  • Remove TypeScript support (use VSCode provided support with settings in typescript.inlayHints)

[0.2.0] - 2021-11-30

  • Added renderOptions to decorations to allow display before or after the parameter

[0.1.9] - 2021-11-04

  • Fixed problem of decorations not being removed when there are errors in the code

[0.1.8] - 2021-11-04

  • Fixed Cannot read property setDecorations of undefined

[0.1.7] - 2021-11-02

  • Update README to reflect accurate version, installs, and ratings

[0.1.6] - 2021-10-31

  • Fixed largeFileOptimizations showing wrong decorations on active editor change

[0.1.5] - 2021-10-31

  • Improved largeFileOptimizations to only get decorations for the lines within view
  • Fixed largeFileOptimizations (Decorations no longer appear multiple times)
  • Added CHANGELOG