8000 changelog · tricknotes/coderay@ad5efeb · GitHub
[go: up one dir, main page]

Skip to content

Commit ad5efeb

Browse files
committed
changelog
1 parent 253a616 commit ad5efeb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Changes.textile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ h2. Changes in 1.1
1212
* Ruby scanner: Accept keywords as Ruby 1.9 hash keys [#126]
1313
* Remove double-click toggle handler from HTML table output
1414
* 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]
1517
* CSS scanner uses @:id@ and @:tag@ now [#27]
1618
* Removed @Tokens#dump@, @Tokens.load@, @Tokens::Undumping@, and @zlib@ dependency. Nobody was using this, right?
1719
* Add .xaml file type [#121, thanks to Kozman Bálint]
@@ -20,10 +22,13 @@ h2. Changes in 1.1
2022
* New token type @:done@ for Taskpaper [#39]
2123
* New token type @:map@ for Lua, introducing a nice nested-shades trick [#22, thanks to Quintus and nathany]
2224
* 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]
2426
* Fixed @:docstring@ token type style
2527
* @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
2629
* @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
2732

2833
h2. Changes in 1.0.9
2934

0 commit comments

Comments
 (0)
0