Skip to content

Latest commit

 

History

History
72 lines (44 loc) · 5.71 KB

File metadata and controls

72 lines (44 loc) · 5.71 KB

Changelog

1.0.4 (2024-01-13)

Miscellaneous Chores

1.0.3 (2024-01-07)

Bug Fixes

  • java-debug fails due to unavailablity of v0.52.0 (#105) (f20e49f)

1.0.2 (2023-12-17)

Bug Fixes

  • user jdtls setup config wont override the default config (#91) (fa14d06)

1.0.1 (2023-12-13)

Bug Fixes

  • goto definition error out due to buffer is not modifiable (#74) (d1233cc)

1.0.0 (2023-12-10)

⚠ BREAKING CHANGES

  • go from promises to co-routines (#30)
  • change the project structure according to new core changes (#27)

Features

  • add API to open test reports (#35) (1fb58a6)
  • add capability to lsp actions in .class files (#11) (8695b99)
  • add commands for lua APIs (#43) (62bf7f7)
  • add config option to install jdk17 via mason (29e6318)
  • add editor config (01a6c15)
  • add lint & release-please workflows (#67) (0751359)
  • add plugin manager for testing (1feb82e)
  • add test current method API (#31) (a5e5adb)
  • auto configure jdtls and dap at start up (#2) (83e25bb)
  • auto refresh the mason registory when pkgs are not available (#41) (0edb02c)
  • Create FUNDING.yml (f23b56e)
  • extract debug & run APIs for current test class (#14) (b5368b2)
  • ui: add visual indication for dap configuration status (#60) (7f5475e)

Bug Fixes

  • 0.40.1 failure on install (f16b08b)
  • build badge (0af982e)
  • build shields badge (db7b333)
  • ci: invalid vim-doc name (#16) (4a64bb6)
  • error in error handler function (#24) (2fd3979)
  • error when java.setup with no table (#56) (18bb0ab)
  • jdk auto_install should be true by default (#59) (2c82759)
  • server module was moved from prev location in java-core (#22) (a27c215)
  • when launched first time lazy covers mason nvim window (#52) (340cad5)

Code Refactoring

  • change the project structure according to new core changes (#27) (7c7b772)
  • go from promises to co-routines (#30) (737792d)