Skip to content

Latest commit

 

History

History
39 lines (21 loc) · 858 Bytes

CHANGELOG.md

File metadata and controls

39 lines (21 loc) · 858 Bytes

CHANGELOG

0.4.3 (2024-07-15)

  • Keep any trailing whitespace passed into SyntaxHighlighter

0.4.2 (2024-07-15)

  • Fix typing import unavailable on 3.8
  • Remove trailing newline added by SyntaxHighlighter

0.4.1 (2024-06-11)

  • Export PathPrettifier via top-level package

0.4.0 (2024-06-11)

  • Use orjson for fast JSON prettifying instead of rapidjsonX
  • Add PathPrettifier

0.3.0 (2020-07-08)

  • Fix SyntaxHighlighter - skip code highlighting when there is no code to highlight.

0.2.0 (2020-07-08)

  • Fix JSONPrettifier, XMLPrettifier - skip code coloring when there is no code to color.

0.1.1 (2016-12-15)

  • Fix NumericRounder converting booleans into floats

0.1.0.post1 (2016-11-21)

No changes, just a re-release due to an issue with the build environment used for the 0.1.0 wheel.

0.1.0 (2016-11-20)

Initial release.