Skip to content

Releases: tobias-z/java-util.nvim

Version 0.2.0

18 Aug 14:59
dd8d889
Compare
Choose a tag to compare

This release introduces the function lsp.goto_test.
The goto_test function adds Plenary as a new requirement to JavaUtil. All the old functions still work, but the goto_test function will not work without it.

Full Changelog: 0.1.2...0.2.0

Version 0.1.2

10 Aug 21:08
97a096a
Compare
Choose a tag to compare

This release introduces the ability to create tests of the current java class you are in.
It also allows you to customize the behaviour of the create_test function, so that you can control your own workflow.

Full Changelog: 0.1.1...0.1.2

Version 0.1.1

07 Aug 18:22
666dae0
Compare
Choose a tag to compare

Allow commands to be run through vim user commands.

Documentation of commands

Full Changelog: 0.1.0...0.1.1

Version 0.1.0

01 Aug 20:05
1defdbc
Compare
Choose a tag to compare

Initial Release.
Exposes rename functionality for Lombok