File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ 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.5.0: 2024-11-11
8+
9+ [ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.4.0...v4.5.0 )
10+
11+ - General
12+ - Support multiple states when parsing rules ([ #2078 ] ( https://github.com/rouge-ruby/rouge/pull/2078/ ) by Tan Le)
13+ - COBOL Lexer (** NEW** )
14+ - Add a lexer, tests and examples for COBOL ([ #2067 ] ( https://github.com/rouge-ruby/rouge/pull/2067/ ) by Bart Broere)
15+ - Groovy Lexer
16+ - Recognize Nextflow files as Groovy files ([ #2081 ] ( https://github.com/rouge-ruby/rouge/pull/2081/ ) by Bond-009)
17+ - INI Lexer
18+ - Add more extensions and mimetypes for INI lexer ([ #2075 ] ( https://github.com/rouge-ruby/rouge/pull/2075/ ) by Tan Le)
19+ - Default .cfg highlight to INI lexer ([ #2074 ] ( https://github.com/rouge-ruby/rouge/pull/2074/ ) by Tan Le)
20+ - Javascript Lexer
21+ - Support private property identifier in JS lexer ([ #2076 ] ( https://github.com/rouge-ruby/rouge/pull/2076/ ) by Tan Le)
22+ - JSON5 Lexer (** NEW** )
23+ - implement a json5 lexer ([ #1561 ] ( https://github.com/rouge-ruby/rouge/pull/1561/ ) by Jeanine Adkisson)
24+ - Ruby Lexer
25+ - Recognize Thor files as Ruby files ([ #2080 ] ( https://github.com/rouge-ruby/rouge/pull/2080/ ) by Vitaly Slobodin)
26+ - Terraform Lexer
27+ - Support special escape sequences in Terraform ([ #2073 ] ( https://github.com/rouge-ruby/rouge/pull/2073/ ) by Tan Le)
28+
729## version 4.4.0: 2024-09-16
830
931[ Comparison with the previous version] ( https://github.com/rouge-ruby/rouge/compare/v4.3.0...v4.4.0 )
Original file line number Diff line number Diff line change 33
44module Rouge
55 def self . version
6- "4.4 .0"
6+ "4.5 .0"
77 end
88end
You can’t perform that action at this time.
0 commit comments