CodeRay v1.1.1 Release Notes

Release Date: 2016-02-20 // about 8 years ago
  • ๐Ÿ’Ž Diff: v1.1.0...v1.1.1

    • ๐Ÿ’Ž SQL scanner: Allow $ signs in SQL identifiers [#164, thanks to jasir and Ben Basson]
    • ๐Ÿ’Ž SQL scanner: Fix open strings [#163, 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.