mdast-util-taggable
Version:
Parse and render custom #tags and @mentions
37 lines (19 loc) • 622 B
Markdown
# Changelog
## 1.3.0
#### Changes
- Bumped `micromark-extension-taggable` to `v1.1.0` to enable more robust unicode support.
## 1.2.1
#### Changes
- Bumped `micromark-extension-taggable` to `v1.0.1` to resolve a potential error during parsing.
- Version 1.2.0 marked as obsolete due to above.
#### Bug Fixes
- See [Changes]()
## 1.2.0
#### Changes
- Exposed `mdast` node-types: `InlineTaggableNode` and `InlineTaggableData`. Compatible with `v1.1.0`
## 1.1.0
#### Changes
- Fixed some broken links, prepared for integration into `remark` and `remark-taggable`
## 1.0.0
#### Changes
- Initial release 🎉