Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 2.16 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 2.16 KB

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]

Added

  • Add support for hyperlinks: \url, \href (#130)

Fixed

  • Add missing citation commands: \citeA, \citeR, \citeS, \citeyearR (#94)
  • Let \declaretheorem accept multiple environment names (texlab/#1075)
  • Fix parsing wrong superscripts like 10^10 (#107)

[0.4.0] - 2024-04-01

Added

  • Add support for definition commands found in xparse package (#82)
  • Add rules for parsing subscript and superscript expressions (#63)
  • Add Swift package description (#76)
  • Add Go package description

Changed

  • BREAKING: Don't check parser.c into git repository anymore

Fixed

  • Parse pycode environments correctly (#67, #66)

[0.3.0] - 2022-10-26

Added

  • Extend list of supported \big style commands

Changed

  • Do not associate bracket groups with commands by default (#51, #48)

[0.2.1] - 2022-10-25

Added

  • Add Makefile for easier usage of C bindings (#54)

Changed

  • Update to ABI version 14

Fixed

  • Allow \big, \bigl and \bigr commands in addition to \left and \right (#58)
  • Allow options when using minted environment (#55)