8000 Tags · mikedlr/Rewrap · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: mikedlr/Rewrap

Tags

v1.16.3

Toggle v1.16.3's commit message
v1.16.3

- Markdown: Fix front-matter marker rules (stkb#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 (stkb#245)
- Basic support for Textile files as markdown (stkb#271)
- Support FIDL (stkb#255), Pascal/Delphi (stkb#97) & pylintrc files (stkb#121)
- Shell script: Ignore shebangs (stkb#129)
- Add '//'-comments to CSS (workaround for stkb#309)
- Fix batch files: case-insensitive "REM" and "@" prefix (stkb#313)
- Fix the document being 'modified' if there were no actual changes (stkb#308, stkb#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 (stkb#100)
- Lua: Support `--[=[` block comments (stkb#290)
- MDX files: Treat as Markdown.
- Support Prisma (stkb#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 stkb#288), as well as supporting:
  - Front matter header (stkb#277, stkb#294)
  - Link reference definitions (stkb#63, stkb#93)
  - Footnotes (stkb#188)
- ReStructuredText support (standalone & for Python, almost complete) (stkb#88).
- Julia: support `#= ... =#` block comments (stkb#302)
- Visual Studio: Wrap to rulers generated from .editorconfig by the Editor Guidelines
  extension (thereby indirectly supporting .editorconfig) (stkb#300).

v1.15.4

Toggle v1.15.4's commit message
v1.15.4

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

v1.15.3

Toggle v1.15.3's commit message
1.15.3

- VSCode: support untrusted workspaces (stkb#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` (stkb#265).
- Add support for [Block
  Strings](graphql/graphql-spec#327) in GraphQL files.
  (stkb#261)
- Add XAML type (stkb#263).
- Fix whitespace disappearing around curly quotes (stkb#119).
0