Bump coderay from 1.1.2 to 1.1.3
Bumps coderay from 1.1.2 to 1.1.3.
Release notes
Sourced from coderay's releases.
CodeRay 1.1.3
Diff: https://github.com/rubychan/coderay/compare/v1.1.2...v1.1.3
- Tokens: Ensure Ruby 2.6 compatibility. [#233 (closed), thanks to Jun Aruga]
- SQL scanner: Add
numeric
data type. [#223 (closed), thanks to m16a1]- Java scanner: Add
var
as type. [#229 (closed), thanks to Davide Angelocola]- Gem: Fix deprecation warning. [#246 (closed), thanks to David Rodríguez]
Changelog
Sourced from coderay's changelog.
h1=. CodeRay Version History
p=. This files lists all changes in the CodeRay library since the 0.9.8 release.
h2. Changes in 1.1.3
- Tokens: Ensure Ruby 2.6 compatibility. [#233 (closed), thanks to Jun Aruga]
- SQL scanner: Add @numeric@ data type. [#223 (closed), thanks to m16a1]
- Java scanner: Add @var@ as type. [#229 (closed), thanks to Davide Angelocola]
- Gem: Fix deprecation warning. [#246 (closed), thanks to David Rodríguez]
h2. Changes in 1.1.2
- Ruby future: Add support for frozen string literals. [#211 (closed), thanks to Pat Allan]
- C++ scanner: Add C++11 keywords. [#195 (closed), thanks to Johnny Willemsen]
- Haml scanner: Allow @-@ in tags.
- Java scanner: Allow Unicode characters in identifiers. [#212, thanks to t-gergely]
h2. Changes in 1.1.1
- SQL scanner: Allow @$@ signs in SQL identifiers [#164 (closed), thanks to jasir and Ben Basson]
- SQL scanner: Fix open strings [#163 (closed), thanks to Adam]
- Ruby scanner: Accept number literal suffixes @r@ and @i@ (Ruby 2.1)
- Ruby scanner: Accept quoted hash keys like @{ "a": boss }@ (Ruby 2.2)
- Ruby scanner: Accept save navigation operator @&.@ (Ruby 2.3)
- Ruby scanner: Accept squiggly heredoc @<<~@ (Ruby 2.3)
- Diff scanner: Prevent running out of regexp stack.
- HTML encoder: You can keep tabs intact now by setting @tab_width: false@.
- Alpha style: Tweaked colors for @:function@ group with @:content@.
- File structure: One module per file, autoload CodeRay::Version, paths follow namespace hierarchy.
h2. Changes in 1.1
New scanners:
- Go [#28 (closed), thanks to Eric Guo and Nathan Youngman]
- Lua [#21 (closed), #22, thanks to Quintus]
- Sass #93
- Taskpaper [#39 (closed), thanks to shimomura]
More new stuff:
... (truncated)
- @.xaml@ file type [#121 (closed), thanks to Kozman Bálint]
- recognize @Guardfile@, @Vagrantfile@, and @Appraisals@ as Ruby files [#121 (closed), thanks to Kozman Bálint]
- new token kind @:id@ for CSS/Sass #27
- new token kind @:done@ for Taskpaper #39
- new token kind @:map@ for Lua, introducing a nice nested-shades trick [#22 (closed), thanks to Quintus and Nathan Youngman]
- new token kind @:unknown@ for Debug scanner
- new DebugLint encoder that checks for empty tokens and correct nesting
Commits
-
d30855f
bump version -
846c2f7
like this? -
cf4025b
trying to fix tests for 1.9.3 -
bef6209
add changelog -
9079074
Merge pull request #246 from deivid-rodriguez/fix_rubygems_deprecation -
21b7ae8
Fix rubygems deprecation -
ac45fe7
don't load simplecov on Ruby 1.8.7 -
a302ace
Merge branch 'extend-specs' -
ae1c074
merge coverage -
727747e
Merge pull request #243 from rubychan/extend-specs - Additional commits viewable in compare view