Releases: esensar/neovim-java
Releases · esensar/neovim-java
Version 0.2.1
- Fixed issues with
UIEvent
deserialization - this makesneovim-notifications
usable - Added missing UI events
Version 0.2.0
Preparation for 1.0 release:
- Naming standardization
- Style fixed
- Very basic remote plugin support
Version 0.1.16
- NVIM API v6 support
Version 0.1.15
- JDK 11 (LTS) compatibility
Version 0.1.14
- NVIM API v5 support
- Java 13 support
- #96 - Fix nvim_call_function arguments type
Version 0.1.13
- Use OpenJFX in API Explorer
- JDK 11 (full migration is not complete yet, but this version is usable)
- #77 properly included (it wasn't included in v0.1.12 as expected)
Version 0.1.12
Added ability to release resources from both sender and listener (#77)
Version 0.1.11
Fix for msgpack types for default NeovimApi instance
First maven central release
0.1.10 First release (0.1.10)
First release (0.1)
First version of library, still experimental but usable.
Api-explorer using this version if library is attached as well.