CodeRay v1.1.3 Release Notes

Release Date: 2020-05-30 // almost 4 years ago
  • πŸ’Ž Diff: v1.1.2...v1.1.3

    • πŸ’Ž Tokens: Ensure Ruby 2.6 compatibility. [#233, thanks to Jun Aruga]
    • πŸ’Ž SQL scanner: Add numeric data type. [#223, thanks to m16a1]
    • πŸ’Ž Java scanner: Add var as type. [#229, thanks to Davide Angelocola]
    • πŸ—„ Gem: Fix deprecation warning. [#246, thanks to David RodrΓ­guez]

Previous changes from v1.1.2

  • πŸ’Ž Diff: v1.1.1...v1.1.2

    • πŸ’Ž Ruby future: Add support for frozen string literals. [#211, thanks to Pat Allan]
    • πŸ’Ž C++ scanner: Add C++11 keywords. [#195, thanks to Johnny Willemsen]
    • Haml scanner: Allow - in tags.
    • πŸ’Ž Java scanner: Allow Unicode characters in identifiers. [#212, thanks to t-gergely]