Releases: rasendubi/uniorg
v0.5.9
- fix uniorg-rehype bug exporting links to images
Full Changelog: v0.5.8...v0.5.9
v0.5.8
uniorg-rehype
now respects #+ATTR_HTML
keywords
What's Changed
- feat(rehype): add support for #+ATTR_HTML by @rasendubi in #59
- fix: fix ATTR_HTML support so it works for edge cases by @rasendubi in #60
Full Changelog: v0.5.6...v0.5.8
v0.5.6
A patch release to fix parsing whitespace entities.
What's Changed
- fix(#57): fix whitespace entity parsing (\_<SPC>) by @rasendubi in #58
Full Changelog: v0.5.5...v0.5.6
v0.5.5
v0.5.4
A quickfix release adding statistics-cookie
support for uniorg-rehype
.
Full Changelog: v0.5.3...v0.5.4
v0.5.3
A feature release adding support for statistics-cookie
nodes ([2/3]
or [50%]
elements on headlines). uniorg-parse
and uniorg-stringify
need to be updated in sync. uniorg-rehype
needs to be updated to 0.5.4
as [email protected]
is missing statistics-cookie
support.
What's Changed
- fix(org-braindump): update README by @TomCC7 in #39
- feat: statistics-cookie by @vidbina in #41
- feat: finalize statistics-cookie support by @rasendubi in #42
New Contributors
Full Changelog: v0.5.2...v0.5.3
v0.5.2
This release makes uniorg
an ESM (a change missing in v0.5.0). If you use uniorg
package directly, you should update.
What's Changed
- fix(#36): add type:module to uniorg by @ThomasFKJorna in #37
Full Changelog: v0.5.1...v0.5.2
v0.5.1
Fix a bug causing exception on specific input. You should update if you're using uniorg to process unverified input.
What's Changed
- fix: handle single asterisk on a line by @rasendubi in #35
Full Changelog: v0.5.0...v0.5.1