Skip to content

Bump coderay from 1.1.2 to 1.1.3

George Koltsov requested to merge dependabot-bundler-coderay-1.1.3 into master

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:

More new stuff:

  • @.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
... (truncated)
Commits

Merge request reports