All Versions
110
Latest Version
Avg Release Cycle
48 days
Latest Release
1433 days ago
Changelog History
Page 9
Changelog History
Page 9
-
v0.5.2 Changes
September 15, 2013- Bugfixes for C/C++
- Major bugfix: YAML was in a broken state :\ (thanks @hrysd!)
- Implement lexer subclassing, with
appendandprepend - new lexer: objective c (!)
-
v0.5.1 Changes
September 15, 2013- Fix non-default themes (thanks @tiroc!)
- Minor lexing bugfixes in ruby
-
v0.5.0 Changes
September 02, 2013- [Various performance optimizations][perf-0.5]
- javascript:
- quoted object keys were not being highlighted correctly
- multiline comments were not being highlighted
- common lisp: fix commented forms
- golang: performance bump
- ruby: fix edge case for
def-@ - c: fix a pathological performance case
- fix line number alignment on non-newline-terminated code (#91)
-
v0.4.0 Changes
August 14, 2013- Add the
:inline_themeoption toFormatters::HTMLfor environments that don't support stylesheets (like super-old email clients) - Improve documentation of
Formatters::HTMLoptions - bugfix: don't include subsequent whitespace in an elixir keyword. In certain fonts/themes, this can cause inconsistent indentation if bold spaces are wider than non-bold spaces. (thanks @splattael!)
- Add the
-
v0.3.10 Changes
July 31, 2013- Add the
licensekey in the gemspec - new lexer: R
- Add the
-
v0.3.9 Changes
July 19, 2013- new lexers:
- elixir (thanks @splattael!)
- racket (thanks @greghendershott!)
- new lexers:
-
v0.3.8 Changes
July 02, 2013- new lexers:
- erlang! (thanks @potomak!)
- http (with content-type based delegation)
- bugfix: highlight true and false in JSON
- new lexers:
-
v0.3.7 Changes
June 07, 2013- bugfix: Add the local lib dir to the path in ./bin/rougify
so the internal
requireworks properly. - php: Properly lex variables in double-quoted strings and provide the correct token for heredocs (thanks @hrysd!)
- Add a
:wrapoption to the html formatter (default true) to provide the<pre>wrapper. This allows skipping the wrapper entirely for postprocessing. (thanks @cjohansen!)
- bugfix: Add the local lib dir to the path in ./bin/rougify
so the internal
-
v0.3.6 Changes
May 27, 2013- fixed bad release that included unfinished D and wdiff lexers :\
-
v0.3.5 Changes
May 24, 2013- Added a github theme (thanks @simonc!) (#75)
- Correctly highlight ruby 1.9-style symbols and %i() syntax (thanks @simonc!) (#74)
- Fixed a performance bug in the C++ lexer (#73) reported by @jeffgran