Skip to content

Bump rouge from 3.13.0 to 3.14.0

HIFIS Bot requested to merge dependabot/bundler/rouge-3.14.0 into master

Bumps rouge from 3.13.0 to 3.14.0.

Release notes

Sourced from rouge's releases.

v3.14.0

This release includes fixes for the JSONDOC, Liquid, Magik and TOML lexers as well as the addition of the NES Assembly and Slice lexers.

If all goes according to plan, this will be the last release for 2019. Thanks to all the contributors who improved Rouge—this library wouldn't be what it is without you. See you all again in the new year!

Changelog

Sourced from rouge's changelog.

version 3.14.0: 2019-12-11

Comparison with the previous version

  • General
    • Fix lexing of comments at the EOF (#1371 by Maxime Kjaer)
    • Fix typo in README.md (#1367 by Sven Tennie)
  • JSONDOC Lexer
    • Update state names in json-doc lexer (#1364 by Maxime Kjaer)
  • Liquid Lexer
    • Add pattern for matching filenames to the Liquid lexer (#1351 by Eric Knibbe)
  • Magik Lexer
    • Add _finally keyword to Magik lexer (#1365 by Steven Looman)
  • NES Assembly Lexer (NEW)
    • Add NES Assembly lexer (#1354 by Yury Sinev)
  • Slice Lexer (NEW)
    • Add Slice lexer (#867 by jolkdarr)
  • TOML Lexer
    • Add support for inline tables to TOML lexer (#1359 by Michael Camilleri)
Commits

Merge request reports