View Source Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning and Keep a CHANGELOG.
v0.3.2 - 2025-01-30
Fixed
- regression introduced in v0.3.1 that occurred when calling
Pandoc.ast/2
with an empty string
v0.3.1 - 2025-01-24
Added
- support for formats of latest Pandoc version 3.6
- type
t
on all AST node structs
Changed
- Replace no longer maintained Rambo dependency with Exile
v0.3.0 - 2023-08-18
This version upgrades to the latest Pandoc version 3.0 with API version 1.23.
Added
- Add new AST node struct
Panpipe.AST.Figure
Changed
- Remove obsolete
Panpipe.AST.Null
AST node struct
Fixed
- bug in AST traversal of tables
v0.2.0 - 2021-06-14
This version upgrades to the latest Pandoc version 2.14 with API version 1.22.
Added
- Add new AST node struct
Panpipe.AST.Underline
Changed
- Adapt to the completely redesigned AST structure for tables
v0.1.1 - 2019-10-16
Changed
- Replaced Porcelain with Rambo dependency - This means the separate Goon executable is no longer required to be installed.
v0.1.0 - 2019-08-19
Initial release