@@ -12,6 +12,8 @@ h2. Changes in 1.1
12
12
* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126]
13
13
* Remove double-click toggle handler from HTML table output
14
14
* Fixes to CSS scanner (floats, pseudoclasses)
15
+ * Fixed empty tokens and unclosed token groups in HTML, CSS, Diff, Goovy, PHP, Raydebug, Ruby, SQL, and YAML scanners [#144]
16
+ * Added @:keep_state@ functionality to more scanners [#116]
15
17
* CSS scanner uses @:id@ and @:tag@ now [#27]
16
18
* Removed @Tokens#dump@, @Tokens.load@, @Tokens::Undumping@, and @zlib@ dependency. Nobody was using this, right?
17
19
* Add .xaml file type [#121, thanks to Kozman Bálint]
@@ -20,10 +22,13 @@ h2. Changes in 1.1
20
22
* New token type @:done@ for Taskpaper [#39]
21
23
* New token type @:map@ for Lua, introducing a nice nested-shades trick [#22, thanks to Quintus and nathany]
22
24
* Display line numbers in HTML @:table@ mode even for single-line code (remove special case) [#41, thanks to Ariejan de Vroom]
23
- * Override Bootstrap's pre word-break setting for line numbers [#102, thanks to lightswitch05]
25
+ * Override Bootstrap's @ pre { word-break: break-all }@ styling for line numbers [#102, thanks to lightswitch05]
24
26
* Fixed @:docstring@ token type style
25
27
* @Plugin@ does not warn about fallback when default is defined
28
+ * @HTML@ encoder will not warn about unclosed token groups at the end of the stream
26
29
* @Debug@ encoder refactored; use @DebugLint@ if you want strict checking now
30
+ * @Debug@ encoder will not warn about errors in the token stream
31
+ * New @DebugLint@ encoder that checks for empty tokens and correct nesting
27
32
28
33
h2. Changes in 1.0.9
29
34
0 commit comments