Skip to content

Latest commit

 

History

History
147 lines (77 loc) · 9.28 KB

CHANGELOG.md

File metadata and controls

147 lines (77 loc) · 9.28 KB

Changelog

1.5.1 (2024-05-29)

Bug Fixes

  • some dap warnings are not respecting notification rules (#197) (603f270)

1.5.0 (2024-05-05)

Features

  • allow extract variable command in visual mode (0ac2e2f)

1.4.0 (2024-05-03)

Features

  • add extract variable refactor command (#171) (0e61713)

1.3.1 (2024-04-12)

Bug Fixes

  • check existance of profile before modifications (6c4f1e2)

1.3.0 (2024-04-12)

Features

Bug Fixes

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)