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.
- Add support for hyperlinks:
\url
,\href
(#130)
- 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)
- 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
- BREAKING: Don't check parser.c into git repository anymore
- Extend list of supported
\big
style commands
- Add
Makefile
for easier usage ofC
bindings (#54)
- Update to ABI version 14