Skip to content

Latest commit

 

History

History
100 lines (54 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

100 lines (54 loc) · 2.55 KB

Change Log

[0.3.16] 2025/01/06

  • Support for multiple subsequent metadata declarations #66 by goulash32
  • Fixed some bugs.

[0.3.15] 2025/01/03

  • Fixed some bugs.

[0.3.14] 2024/12/31

  • Fixed a bug in parsing enums #45 by FnControlOption

[0.3.13] 2024/12/22

  • Added hoistEnumParentScope setting #42 by Vam-Jam.
  • Fixed some bugs #43, #44 by Vam-Jam

[0.3.12] 2024/10/28

  • Support for function signature help. #30

[0.3.11] 2024/10/05

  • Added settings for builtin array and string types. #11, #34

[0.3.10] 2024/08/20

  • Fixed bugs #22

[0.3.9] - 2024/07/22

  • Add settings for implicit mutual inclusion. #19

[0.3.8] - 2024/07/22

Fix README.md

[0.3.7] - 2024/07/22

  • Support for hover to view details on symbols (Experimental)

[0.3.6] - 2024/07/13

[0.3.5] - 2024/07/13

  • Fixed problem #11

[0.3.4] - 2024/06/14

  • Fixed formatter bugs and add user settings.

[0.3.3] - 2024/06/11

  • Supports completion and analysis of private and protected fields. #5

[0.3.2] - 2024/06/10

  • Fixed bugs #6

[0.3.1] - 2024/06/09

  • Parse metadata #3 by MineBill

[0.3.0] - 2024/06/04

  • Support for #include directive (Preview)
  • Modified the search method for as.predefined
    • Search recursively from the parent directory of the file instead of the root of the workspace directory.
  • Fix minor bugs.

[0.2.0] - 2024/05/10

  • Format support (Preview)

[0.1.7] - 2024/04/11

  • Fix parser bugs.

[0.1.6] - 2024/04/06

  • Support for type aliases, getters and setters, etc.
  • Fix many bugs.

[0.1.5] - 2024/04/05

  • Support for function handler.

[0.1.4] - 2024/04/03

  • Support for inheritance of classes and interfaces.
  • Fixed bugs in templates, etc.

[0.1.0] - 2024/04/02

  • Initial pre-release