Skip to content

Latest commit

 

History

History
161 lines (102 loc) · 4.21 KB

File metadata and controls

161 lines (102 loc) · 4.21 KB

Highlights.jl changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

v0.6.0 - 2026-01-27

Changed

  • Replace regex lexers with TreeSitter parsing #64

Added

  • Highlight and Theme display types #65
  • Justfile with format and changelog recipes #66

v0.5.3 - 2024-06-07

Fixed

  • Julia v1.12+ compatibility #54

v0.5.2 - 2022-07-22

Changed

  • Add Dependabot and CompatHelper workflows #50

v0.5.1 - 2021-04-23

Fixed

  • Eval module scope issue #45

v0.5.0 - 2020-12-05

Changed

  • Julia syntax updates #41
  • Migrate CI to GitHub Actions #39

v0.4.5 - 2019-10-22

Fixed

  • LaTeX newline handling in escapeinside #38

v0.4.4 - 2019-10-09

Fixed

  • LaTeX escaping #30

v0.4.3 - 2019-09-02

Added

  • Monokai mini theme #36

v0.4.2 - 2019-08-30

Fixed

  • REPL splitter for non-ASCII first characters #34

v0.4.1 - 2019-08-16

Fixed

  • Unicode highlighting #31

v0.4.0 - 2019-07-26

Changed

  • Remove dependency on PCRE internals #27

v0.3.1 - 2018-08-16

Changed

  • Update README and CI scripts #22

v0.3.0 - 2018-07-26

Changed

  • Drop Compat dependency #18
  • Update to Julia 0.7 #16

v0.2.1 - 2016-12-28

Fixed

  • REPL jlcon fix #10

v0.2.0 - 2016-11-22

Changed

  • Format interface redesign #9

v0.1.1 - 2016-11-19

Fixed

  • Deprecation fixes #7

v0.1.0 - 2016-10-30

Added

  • Initial release with syntax highlighting via regex lexers
  • ANSI, HTML, and LaTeX output formats
  • Theme support
  • REPL session preprocessing (jlcon)