Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 855 Bytes

CHANGELOG.rst

File metadata and controls

54 lines (28 loc) · 855 Bytes

pygments-cache Change Log

v0.1.3

Added:

  • add_custom_style() to be able to transparently use user defined styles (for xonsh/xonsh#3837)

v0.1.2

Added:

  • Added get_all_styles() function for fast loading of style names.

v0.1.1

Fixed:

  • Fixed missing variable name issues in get_style_by_name() and get_filter_by_name().

v0.1.0

Added:

  • Started pygments_cache project with caching support for the following pygments functions:

    • get_lexer_for_filename()
    • guess_lexer_for_filename()
    • get_formatter_for_filename()
    • get_formatter_by_name()
    • get_style_by_name()
    • get_filter_by_name()