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.1.0 - 2024-11-17
- Include TypeScript type definitions (thanks @azat-io for the PR)
2.0.0 - 2023-04-17
- Use ESM instead of CommonJS (thanks @Dahmon for the PR)
1.1.1 - 2020-02-13
- 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
- Section nodes now have a
depth
(thanks @shogotsuneto for the PR)
1.0.1 - 2019-02-02
- Keywords in
package.json
for better discoverability on NPM
1.0.0 - 2019-02-01
Initial release
- core functionality to transform a remark tree, inserting section nodes
- one unit test