Releases: Fildo7525/pretty_hover
v0.2.0
Full Changelog: v0.1.9...v0.2.0
The plugin now supports a custom function to parse input code.
See the README file and example parser file for this.
e.g.
require('pretty_hover.parser').parse(text)
This function uses the supported setup config.
v0.1.9
What's Changed
- Adding support for retval by @georgev93 in #28
New Contributors
- @georgev93 made their first contribution in #28
Full Changelog: v0.1.8...v0.1.9
v0.1.8
v0.1.7
There was a fix with the highlighting now the supported versions are 0.11 and 0.10.x
Fix regarding the hyper links
[Temporary] Flag allowing or disallowing the hyperlink detection
Improved code readability
Full Changelog: v0.1.6...v0.1.7
v0.1.6
A new feature has been added. The HTML style hyperlinks are parsed and transformed into Markdown style links.
This has not been tested extensively, so I have added a new temporary flag to switch it off.
Full Changelog: v0.1.5...v0.1.6
v0.1.5
Full Changelog: v0.1.4...v0.1.5
v0.1.4
Full Changelog: v0.1.3...v0.1.4
v0.1.3
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Typescript-tools.nvim workaround (#14) by @Blackdeer1524 in #15
- fix: hover_text proper update by @Blackdeer1524 in #16
New Contributors
- @Blackdeer1524 made their first contribution in #15
Full Changelog: v0.1.1...v0.1.2