Skip to content

Latest commit

 

History

History
175 lines (90 loc) · 10.3 KB

CHANGELOG.md

File metadata and controls

175 lines (90 loc) · 10.3 KB

Changelog

1.7.0 (2025-01-21)

Features

  • add handler for overrideMethodsPrompt action (#16) (2c281a1)

1.6.0 (2024-07-25)

Features

  • add support for move refactoring code commands (731a6f5)
  • move all client commands to java-refactor (#14) (2c239b8)

Bug Fixes

  • throws an error when there is refactor edit error (1ad4911)

1.5.0 (2024-07-17)

Features

  • add moveType and moveStaticMember code actions (35d8a83)

1.4.0 (2024-07-13)

Features

  • add more refactor commands (6adf3a7)

1.3.0 (2024-07-12)

Features

  • add ui selection for extractField command (4b1ffbb)

1.2.0 (2024-07-11)

Features

  • add apply refactoring command handler (f1ae757)
  • add message when unsupported command is ran (091bdb3)

1.1.0 (2024-07-10)

Features

  • add support for more refactoring commands (c281695)

1.0.0 (2024-05-02)

Features

Bug Fixes

  • ci: missing token for stylua (8aed200)

1.2.0 (2024-03-23)

Features

  • conf: capability to remove dap related notifications (9f9b785)

Bug Fixes

  • jdtls wont start up after new mason versioned package (#147) (8945fc1)
  • test: tests are hanging after vim.ui.select to handle async ui change. (#139) (#140) (ba1146e)

1.1.0 (2024-03-17)

Features

1.0.6 (2024-03-03)

Bug Fixes

  • lombok APIs with parameters are not working (#129) (5133a21)

1.0.5 (2024-03-01)

Bug Fixes

  • sometimes dap is not configured correctly (#126) (4f1f310)

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)