Skip to content

Releases: Fildo7525/pretty_hover

v0.2.0

31 Jan 16:16
Compare
Choose a tag to compare

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

07 Jan 20:33
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

08 Dec 17:59
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @v4zha made their first contribution in #27

Full Changelog: v0.1.7...v0.1.8

v0.1.7

08 Nov 17:01
Compare
Choose a tag to compare

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

03 Oct 20:11
Compare
Choose a tag to compare

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

18 Sep 08:14
Compare
Choose a tag to compare

Full Changelog: v0.1.4...v0.1.5

v0.1.4

18 Sep 08:13
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.1.4

v0.1.3

31 Jul 12:20
Compare
Choose a tag to compare

Full Changelog: v0.1.2...v0.1.3

v0.1.2

22 May 19:43
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.1.2

v0.1.1

14 Apr 15:11
Compare
Choose a tag to compare

The indentation of the text in the popup window is preserved from the native hover