-
-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Ruby endless method (#617)
* Add support for Ruby endless method Resolves #598 * Fix lint * Update version
- Loading branch information
1 parent
822566d
commit b641b81
Showing
7 changed files
with
62 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"install": "messages/install.md", | ||
"2.30.0": "messages/recent.md" | ||
"2.31.0": "messages/recent.md" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# BracketHighlighter 2.30.0 | ||
# BracketHighlighter 2.31.0 | ||
|
||
New release! | ||
|
||
A restart might be required. If you see issues immediately after the update | ||
please try restarting. | ||
|
||
## 2.30.0 | ||
## 2.31 | ||
|
||
- **NEW**: When defining key bindings `type` is now defaulted to `['__all__']` if not set. | ||
- **FIX**: Ensure Jinja2 support for works for the Jinja2 package (support existed for some older package). | ||
- **NEW**: Add support for Ruby endless methods. | ||
- **NEW**: `validate` plugin method has been updated to accept a View, but will fallback | ||
to the legacy approach for backwards compatibility. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters