rouge v3.15.0 Release Notes

Release Date: 2020-01-15 // about 4 years ago
  • ๐Ÿ’Ž Comparison with the previous version

    • General
      • Fix parsing of 'false' as Boolean option value (#1382 by Michael Camilleri)
    • Console Lexer
      • Fix comment parsing in Console lexer (#1379 by Michael Camilleri)
    • ๐Ÿ†• FreeFEM Lexer (NEW)
      • Add FreeFEM lexer (#1356 by Simon Garnotel)
    • ๐Ÿ†• GHC Lexer (NEW)
      • Add GHC Core lexer (#1377 by Sven Tennie)
    • Jinja Lexer
      • Improve comments in Jinja lexer (#1386 by Rick Sherman)
      • Allow spaces after filter pipes in Jinja lexer (#1385 by Rick Sherman)
    • LLVM Lexer
      • Add addrspacecast keyword, change keyword matching system in LLVM lexer (#1376 by Michael Camilleri)
    • ๐Ÿ†• Objective-C++ Lexer (NEW)
      • Add Objective-C++ lexer (#1378 by Saagar Jha)
    • Python Lexer
      • Add Starlark support to Python lexer (#1369 by zoidbergwill)
    • Rust Lexer
      • Add division operator to Rust lexer (#1384 by Hugo Peixoto)
    • Swift Lexer
      • Add some keyword and key-path syntax to Swift lexer (#1332 by Jim Dovey)