diff options
author | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 13:29:01 +0200 |
---|---|---|
committer | Kornelius Kalnbach <murphy@rubychan.de> | 2013-06-23 13:29:01 +0200 |
commit | 1d445c70edf8d5c878f9a830dcd29f5a3e179923 (patch) | |
tree | 75ad0b7db37981acd3bf54984353e70229e351ad /Changes.textile | |
parent | d9d6dd5f4a73363ea5d353ecda142f77ed4eba5a (diff) | |
parent | 1e330f16c21c45eff375ba3b12f966c76ba0b393 (diff) | |
download | coderay-1d445c70edf8d5c878f9a830dcd29f5a3e179923.tar.gz |
Merge branch 'master' into upstream
Diffstat (limited to 'Changes.textile')
-rw-r--r-- | Changes.textile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Changes.textile b/Changes.textile index 3984b83..930fdbc 100644 --- a/Changes.textile +++ b/Changes.textile @@ -4,9 +4,26 @@ p=. _This files lists all changes in the CodeRay library since the 0.9.8 release h2. Changes in 1.1 +* New scanner: Lua [#21, #22, thanks to Quintus] +* New scanner: Sass [#93] +* New scanner: Taskpaper [#39, thanks to shimomura] * Diff scanner: Highlight inline changes in multi-line changes [#99] +* JavaScript scanner: Highlight multi-line comments in diff correctly +* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126] * Remove double-click toggle handler from HTML table output +* Fixes to CSS scanner (floats, pseudoclasses) +* CSS scanner uses @:id@ and @:tag@ now [#27] +* Removed @Tokens#dump@, @Tokens.load@, @Tokens::Undumping@, and @zlib@ dependency. Nobody was using this, right? +* Add .xaml file type [#121, thanks to Kozman Bálint] +* @CodeRay::TokenKinds@ should not be frozen [#130, thanks to Gavin Kistner] +* New token type @:id@ for CSS/Sass [#27] +* New token type @:done@ for Taskpaper [#39] +* New token type @:map@ for Lua, introducing a nice nested-shades trick [#22, thanks to Quintus and nathany] * Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom] +* Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05] +* Fixed @:docstring@ token type style +* @Plugin@ does not warn about fallback when default is defined +* @Debug@ encoder refactored; use @DebugLint@ if you want strict checking now h2. Changes in 1.0.9 |