All Versions
110
Latest Version
Avg Release Cycle
48 days
Latest Release
931 days ago
Changelog History
Page 7
Changelog History
Page 7
-
v1.7.3 Changes
November 15, 2014- ruby: hotfix for symbols in method calling position (rubyyyyy.......)
- http: add PATCH as a verb
- new lexer: Dart (thanks @R1der!)
- null formatter now prints token names and values
-
v1.7.2 Changes
October 04, 2014- ruby: hotfix for division with no space
-
v1.7.1 Changes
September 18, 2014- ruby: hotfix for the
/=
operator
- ruby: hotfix for the
-
v1.7.0 Changes
September 18, 2014- ruby: give up on trying to highlight capitalized builtin methods
- swift: updates for beta 6 (thanks @radex!) (#174, #172)
- support ASCII-8BIT encoding found on macs, as it's a subset of UTF-8 (#178)
- redcarpet plugin [BREAKING]: change
#rouge_formatter
's override pattern- it is now a method that takes a lexer and returns a formatter, instead of a hash of generated options. (thanks @vince-styling!)
- java: stop erroneously highlighting keywords within words (thanks @koron!) (#177)
- html: dash is allowed in tag names (thanks @tjgrathwell!) (#173)
-
v1.6.2 Changes
August 16, 2014- swift: updates for beta 5 (thanks @radex!)
-
v1.6.1 Changes
July 26, 2014- hotfix release for common lisp, php, objective c, and qml lexers
-
v1.6.0 Changes
July 26, 2014- haml: balance braces in interpolation
- new lexer: slim (thanks @knutaldrin and @greggroth!)
- javascript: inner tokens in regexes are now lexed, as well as improvments to the block / object distinction.
-
v1.5.1 Changes
July 13, 2014- ruby bugfixes for symbol edgecases and one-letter constants
- utf-8 all of the things
- update all builtins
- rust: add
box
keyword and associated builtins
-
v1.5.0 Changes
July 11, 2014- new lexer: swift (thanks @totocaster!)
- update elixir for new upstream features (thanks @splattael!)
- ruby bugfixes:
- add support for method calls with trailing dots
- fix for
foo[bar] / baz
being highlighted as a regex
- terminal256 formatter: re-style each line - some platforms reset on each line
-
v1.4.0 Changes
May 28, 2014- breaking: wrap code in
<pre ...><code>...</code></pre>
if:wrap
is not overridden (thanks @Arcovion) - Allow passing a theme name as a string to
:inline_theme
(thanks @Arcovion) - Add
:start_line
option for html line numbers (thanks @sencer) - List available themes in
rougify help style
- breaking: wrap code in