summaryrefslogtreecommitdiff
path: root/Changes.textile
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2013-06-23 14:36:53 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2013-06-23 14:36:53 +0200
commit8c3c0c49a98eb8daceb69d0b233d054fbbccc49e (patch)
tree52dfc1b4abe110580a51ec0c0d056d1044c44151 /Changes.textile
parent7ada74c8f0f77815393e887db83e1d2c36ce7235 (diff)
parent9651f0b464b6540a1427ea8320abaa01caf197b3 (diff)
downloadcoderay-8c3c0c49a98eb8daceb69d0b233d054fbbccc49e.tar.gz
Merge branch 'master' into css-in-html
Diffstat (limited to 'Changes.textile')
-rw-r--r--Changes.textile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changes.textile b/Changes.textile
index 9509b15..53f4109 100644
--- a/Changes.textile
+++ b/Changes.textile
@@ -13,6 +13,8 @@ h2. Changes in 1.1
* HTML scanner displays style tags and attributes now
* Remove double-click toggle handler from HTML table output
* Fixes to CSS scanner (floats, pseudoclasses)
+* Fixed empty tokens and unclosed token groups in HTML, CSS, Diff, Goovy, PHP, Raydebug, Ruby, SQL, and YAML scanners [#144]
+* Added @:keep_state@ functionality to more scanners [#116]
* 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]
@@ -21,10 +23,13 @@ h2. Changes in 1.1
* 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]
+* Override Bootstrap's @pre { word-break: break-all }@ styling for line numbers [#102, thanks to lightswitch05]
* Fixed @:docstring@ token type style
* @Plugin@ does not warn about fallback when default is defined
+* @HTML@ encoder will not warn about unclosed token groups at the end of the stream
* @Debug@ encoder refactored; use @DebugLint@ if you want strict checking now
+* @Debug@ encoder will not warn about errors in the token stream
+* New @DebugLint@ encoder that checks for empty tokens and correct nesting
h2. Changes in 1.0.9