Releases: frostming/marko
Releases · frostming/marko
v2.1.3
What's Changed
- chore: Update pdm.lock by @github-actions in #199
- chore: Update pdm.lock by @github-actions in #200
- chore: Update pdm.lock by @github-actions in #203
- chore: Update pdm.lock by @github-actions in #204
- chore: Update pdm.lock by @github-actions in #205
- chore: Update pdm.lock by @github-actions in #206
- chore: Update pdm.lock by @github-actions in #210
- Initialize children in Document.init() by @apetresc in #209
- chore: Update pdm.lock by @github-actions in #212
- chore: Update pdm.lock by @github-actions in #216
- chore: Update pdm.lock by @github-actions in #218
- fix: recursion error when dispatching render method by @frostming in #222
- chore: Update pdm.lock by @github-actions in #220
New Contributors
Full Changelog: v2.1.2...v2.1.3
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