Skip to content

Tags: stkb/Rewrap

Tags

v1.16.3

Toggle v1.16.3's commit message
v1.16.3

- Markdown: Fix front-matter marker rules (#321)
- Preparation for supporting VS Code for the Web

beta

Toggle beta's commit message
v17.8

v1.16.2

Toggle v1.16.2's commit message
v1.16.2

- Support .rmd files as markdown (#245)
- Basic support for Textile files as markdown (#271)
- Support FIDL (#255), Pascal/Delphi (#97) & pylintrc files (#121)
- Shell script: Ignore shebangs (#129)
- Add '//'-comments to CSS (workaround for #309)
- Fix batch files: case-insensitive "REM" and "@" prefix (#313)
- Fix the document being 'modified' if there were no actual changes (#308, #315)

v1.16.1

Toggle v1.16.1's commit message
v1.16.1

- VS Code: Attempt to prevent rare "TextEditor has been disposed" error (#100)
- Lua: Support `--[=[` block comments (#290)
- MDX files: Treat as Markdown.
- Support Prisma (#306)

v1.16.0

Toggle v1.16.0's commit message
v1.16.0

- New architecture (still WIP) with performance increase.
- Markdown: new parser that fixes many small bugs (inc #288), as well as supporting:
  - Front matter header (#277, #294)
  - Link reference definitions (#63, #93)
  - Footnotes (#188)
- ReStructuredText support (standalone & for Python, almost complete) (#88).
- Julia: support `#= ... =#` block comments (#302)
- Visual Studio: Wrap to rulers generated from .editorconfig by the Editor Guidelines
  extension (thereby indirectly supporting .editorconfig) (#300).

v1.15.4

Toggle v1.15.4's commit message
v1.15.4

- Support svelte files (HTML) (#243, #299).

v1.15.3

Toggle v1.15.3's commit message
1.15.3

- VSCode: support untrusted workspaces (#292).
- VSCode: Fix crash when a language extension provides a line- but no block comment marker.

v1.15.2

Toggle v1.15.2's commit message
v1.15.2

- Fix regression: Wrapping column < 1 should be treated as no wrapping

v1.15.1

Toggle v1.15.1's commit message
- VS Code: Fix broken release (VSIX file)

- Visual Studio: Fix crash in VS 17.1 Preview

v1.15.0

Toggle v1.15.0's commit message
This is a small release to push out unreleased changes and support Vi…

…sual Studio

2022. Larger changes are coming soon.
- Supports Visual Studio 2022
- Add ERB (HTML) `.html.erb` (#265).
- Add support for [Block
  Strings](graphql/graphql-spec#327) in GraphQL files.
  (#261)
- Add XAML type (#263).
- Fix whitespace disappearing around curly quotes (#119).