File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed
Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,36 @@ This log summarizes the changes in each released version of Rouge.
44
55Rouge follows [ Semantic Versioning 2.0.0] ( https://semver.org/spec/v2.0.0.html ) .
66
7+ ## version 4.3.0: 2024-06-14
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.2.1...v4.3.0 )
10+
11+ _ General
12+ - Align the base-16 default dark colour palette ([ #2040 ] ( https://github.com/rouge-ruby/rouge/pull/2040/ ) by Tan Le)
13+ - Brainfuck Lexer
14+ - Add "bf" as an alias for brainfuck ([ #2038 ] ( https://github.com/rouge-ruby/rouge/pull/2038/ ) by Boris Verkhovskiy)
15+ - Eiffel Lexer
16+ - Add some unicode operators in Eiffel ([ #2048 ] ( https://github.com/rouge-ruby/rouge/pull/2048/ ) by Ilgiz Mustafin)
17+ - HCL Lexer
18+ - Add Operator support to the HCL Lexer ([ #2047 ] ( https://github.com/rouge-ruby/rouge/pull/2047/ ) by Simon Heather)
19+ - IecST Lexer (** NEW** )
20+ - Add lexer for IEC 61131-3 Structured Text ([ #2027 ] ( https://github.com/rouge-ruby/rouge/pull/2027/ ) by Martin Waitz)
21+ - JavaScript & TypeScript Lexer
22+ - Adding type operators satisfies and as ([ #2014 ] ( https://github.com/rouge-ruby/rouge/pull/2014/ ) by Evan R)
23+ - Markdown Lexer
24+ - Support bold and italics at the same time ([ #2053 ] ( https://github.com/rouge-ruby/rouge/pull/2053/ ) by Tan Le)
25+ - Mathematica Lexer
26+ - Add "wolfram" as an alias for Mathematica ([ #2042 ] ( https://github.com/rouge-ruby/rouge/pull/2042/ ) by Boris Verkhovskiy)
27+ - Objective-C Lexer
28+ - Add "objective-c" as an alias for Objective-C ([ #2037 ] ( https://github.com/rouge-ruby/rouge/pull/2037/ ) by Boris Verkhovskiy)
29+ - Ruby & Crystal Lexer
30+ - Add Ruby and Crystal unicode samples ([ #2036 ] ( https://github.com/rouge-ruby/rouge/pull/2036/ ) by Tan Le)
31+ - Fix non-ascii characters in names in Crystal and Ruby ([ #1894 ] ( https://github.com/rouge-ruby/rouge/pull/1894/ ) by Kolesár András)
32+ - TCL Lexer
33+ - Fix comment highlight in TCL lexer ([ #2041 ] ( https://github.com/rouge-ruby/rouge/pull/2041/ ) by Tan Le)
34+ - TOML Lexer
35+ - toml: support all date formats ([ #2033 ] ( https://github.com/rouge-ruby/rouge/pull/2033/ ) by Martin Tournoij)
36+
737## version 4.2.1: 2024-03-18
838
939[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.2.0...v4.2.1 )
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.2.1 "
6+ "4.3.0 "
77 end
88end
You can’t perform that action at this time.
0 commit comments