Releases: stkb/Rewrap
Releases · stkb/Rewrap
v0.6.2
v0.6.1
v0.6.0
v0.5.3
v0.5.2
v0.5.1
v0.5.0
This release adds a markdown feature to all document types: You can end a line with 2 spaces to force a mid-paragraph line break after it.
// This line ends with 2 spaces˽˽
// Because I want this to be on a new line
Speaking of markdown, the main new feature for this release is full markdown support. You can safely ctrl+a and then wrap a whole document at once to reformat all paragraphs appropriately without messing anything up*
*Please report any bugs :)
Lastly, the selection moving/expanding after wrapping has been fixed (#4)
v0.4.2
v0.4.0
v0.3.0
Skipping a version number because this version adds two new features.
- Doc comments: you can now run the command on a whole doc comment and now worry about param tags, code examples etc getting messed up. Rewrap now preserves these.
- Plain text: If you select something other than a comment it will be re-wrapped as plain text instead. Useful for text, markdown or html files etc, but works on any type of file.
See the Examples page for more info.