Releases: frostming/marko
Releases · frostming/marko
v2.1.2
v2.1.1
v2.1.0
v2.0.3
Fixed
- Add pretty representation for the AST for debugging purpose. An extra group
repr
is added for more readable output. - Make a dummy
Document
element if the element to render is not aDocument
instance.
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Fixed
- Rewrite the parsing logic of GFM tables.
- Fixed the dispatching among different renderers for render methods in extensions. Now the GFM renderer supports
MarkdownRenderer
.
Full Changelog: v2.0.1...v2.0.2
2.0.1
v2.0.0
Note
This major release contains breaking changes to the internal APIs. Read the below for details.
If you are extending Marko, please pay attention. Otherwise, the usage remains unchanged.
Changed
- Avoid saving to global variables during parsing. There can be multiple parsers running in parallel.
- Now the
children
attribute for block elements should be a list of child elements. - Move the HTML content of
HTMLBlock
fromchildren
tobody
attribute. - Fixed some built-in extensions that modify class attributes.
- Add a helper class to create extensions, instead of using arbitrary objects to hold partial properties.
Fixed
- Call
setup_extensions()
when runningrender()
method alone.
Full Changelog: v1.3.1...v2.0.0
v1.3.1
v1.3.0
What's Changed
- chore: Update pdm.lock by @github-actions in #125
- feat: drop python 3.7 support, upgrade the syntax by @frostming in #127
- chore: Update pdm.lock by @github-actions in #129
- chore: Update pdm.lock by @github-actions in #132
- chore: Update pdm.lock by @github-actions in #133
- chore: Update pdm.lock by @github-actions in #134
- Make strikethrough precedence the default; add strikethrough tests by @KevinMGranger in #136
New Contributors
- @KevinMGranger made their first contribution in #136
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- Fixed ordered list markdown renderer. by @BobMarlon in #112
- Add workflow to update pdm lockfile by @frostming in #115
- chore: Update pdm.lock by @github-actions in #117
- chore: Update pdm.lock by @github-actions in #120
- fix: crash issue when parsing nbsp in list item by @frostming in #123
- fix: improve the performance parsing link labels by @frostming in #124
New Contributors
- @BobMarlon made their first contribution in #112
- @github-actions made their first contribution in #117
Full Changelog: v1.2.1...v1.2.2