Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 1.5 KB

CHANGELOG.md

File metadata and controls

36 lines (27 loc) · 1.5 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.

2.0.0 - 2023-04-17

Changed

  • Use ESM instead of CommonJS (thanks @Dahmon for the PR)

1.1.1 - 2020-02-13

Fixed

  • MDX export nodes are no longer wrapped in section tags (which prevented them from working). Thanks @nd0ut for the PR and @CanRau for helping me understand the use case.

1.1.0 - 2019-08-27

Added

  • Section nodes now have a depth (thanks @shogotsuneto for the PR)

1.0.1 - 2019-02-02

Added

  • Keywords in package.json for better discoverability on NPM

1.0.0 - 2019-02-01

Initial release

Added

  • core functionality to transform a remark tree, inserting section nodes
  • one unit test