Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

38 lines (29 loc) · 1.19 KB

Changelog

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

v0.5.0 - 2023-02-27

Added

  • Support parsing embedded wikilinks in the form, ![[...]].
  • Support embedding images inside documents.

Changed

  • The default resolver now adds the .html suffix to a target only if the target does not already have an extension.

Fixed

  • Fix data race in node destination tracking in the Renderer.

v0.4.0 - 2022-12-19

Changed

  • Change the module path to go.abhg.dev/goldmark/wikilink.

v0.3.0 - 2021-03-25

Changed

  • Renderer: Don't render links if Resolver returns an empty destination.

v0.2.0 - 2021-03-23

Added

  • Node: Add Fragment field to track the # portion of a link.

Changed

  • Parser: Pull apart # portion of a link into Fragment field.
  • Renderer: Support links without titles. This makes wikilink references to headers in the same document possible with [[#Foo]] possible.

v0.1.0 - 2021-03-14

  • Initial release.