Skip to content

Bump rouge from 3.11.0 to 3.13.0

Huste, Tobias requested to merge dependabot/bundler/rouge-3.13.0 into master

Bumps rouge from 3.11.0 to 3.13.0.

Release notes

Sourced from rouge's releases.

v3.13.0

This release includes a fix for the BPF lexer and the Q lexer and the addition of the TTCN-3 lexer. We've also slowed down the cadence for releases. Releases are now scheduled to come out on the second Tuesday of each month.

v3.12.0

This release includes a handful of fixes (one for the Embedded Elixir lexer and a couple for Rouge itself) and the addition of the Minizinc lexer.

v3.11.1

This is a small update that provides a fix for the Perl lexer.

As is evident from the last couple of releases, we've slowed down the pace of development over the past couple of weeks. There are still a lot of pull requests to clear but it's likely that this will happen at a slower rate than has been the case. Thanks for your patience!

Changelog

Sourced from rouge's changelog.

version 3.13.0: 2019-11-13

Comparison with the previous version

  • BPF Lexer
    • Support disassembler output in BPF lexer (#1346 by Paul Chaignon)
  • Q Lexer
    • Fix quote escaping in Q lexer (#1355 by AngusWilson)
  • TTCN-3 Lexer (NEW)
    • Add TTCN-3 testing language lexer (#1337 by Garcia)

version 3.12.0: 2019-10-16

Comparison with the previous version

  • General
    • Handle Guesser::Ambiguous in Markdown context (#1349 by John Fairhurst)
    • Ensure XML lexer handles unknown DOCTYPEs (#1348 by John Fairhurst)
    • Remove note about GitHub Pages' version of Rouge (#1344 by Andrew Petz)
  • Embedded Elixir Lexer
    • Add Phoenix Live View file glob to Embedded Elixir lexer (#1347 by Maksym Verbovyi)
  • Minizinc Lexer (NEW)
    • Add MiniZinc lexer (#1329 by Abe Voelker)

version 3.11.1: 2019-10-02

Comparison with the previous version

  • Perl Lexer
    • Fix overeager quoting constructs in Perl lexer (#1335 by Brent Laabs)
Commits

Merge request reports