Releases: pillar-markup/Microdown
Releases · pillar-markup/Microdown
Release list
Better book testing infrastructure
What's Changed
- Merge dev in P14 by @jecisc in #972
- Merge dev into Pharo14 by @jordanmontt in #971
- Integrate extension changes into Pharo14 by @guillep in #991
- Feature/references by @Fanirindrainy in #1006
- Feature/code indentation by @Fanirindrainy in #1007
- Feature/paragraph label by @Fanirindrainy in #1008
- Feature/vocabulary by @Fanirindrainy in #1012
- Feature/method reference by @Fanirindrainy in #1011
- Feature/french typo by @Fanirindrainy in #1010
- Fixingnil monospace semantic action by @Ducasse in #1013
- Feature/method structure by @Fanirindrainy in #1009
- Fix/english typo by @Fanirindrainy in #1017
- Add configureFrom: tests and improve checker configuration coverage by @Fanirindrainy in #1018
- Feature/vocabulary by @Fanirindrainy in #1023
- issue 1026/1028/1029 by @AntoineUsal in #1031
- Add tests for MicLatex by @AntoineUsal in #1046
- Fix conflict for MicParagraph by @AntoineUsal in #1045
- Add test for MicHorizontalLine by @AntoineUsal in #1043
- Test for MicAnchorBlock by @AntoineUsal in #1041
- Add htmlEscape and fix HTML reporter by @Fanirindrainy in #1051
- Enh/header capitalization by @Ducasse in #1052
- Add test for doublePeriod by @AntoineUsal in #1057
- Add test for issue 1048 by @AntoineUsal in #1056
- Moving method to the correct class. Removing method from MicLastPerio… by @Ducasse in #1058
- Add 2 more tests by @AntoineUsal in #1062
- Remove extra - by @AntoineUsal in #1061
- Mic references checker by @AntoineUsal in #1067
- MicAnchoredSectionTableFigureChecker by @AntoineUsal in #1073
- Add new checker : MicFigureCaption by @AntoineUsal in #1070
- Fix error figure by @AntoineUsal in #1069
- Revert "Fix error figure" by @Ducasse in #1074
- Rename MicFigureCaption by @AntoineUsal in #1078
- Change configureFrom from MicAnchoredSectionTableFigureChecker by @AntoineUsal in #1079
- Extend the reference checker by @AntoineUsal in #1080
- Rename sourceFileReference by @AntoineUsal in #1083
- Optimi of the checker MicAnchoredSectionTableFigure by @AntoineUsal in #1087
- Feature/html reporter only by @Fanirindrainy in #1093
- Change configuration for MicMethodReferenceChecker by @AntoineUsal in #1089
- add headerString for MicBook by @AntoineUsal in #1095
- Fixing mic entry by @Ducasse in #1101
- MicCodeIndentation by @AntoineUsal in #1102
- Fix block startLine by @AntoineUsal in #1094
- Fixing 2 tests by @AntoineUsal in #1105
- Add new checker MicSecondaryRoot by @AntoineUsal in #1100
- Mic code indentation checker spec by @AntoineUsal in #1104
- Fix setCurrent and add tests by @AntoineUsal in #1109
New Contributors
- @Fanirindrainy made their first contribution in #1006
- @AntoineUsal made their first contribution in #1031
Full Changelog: v2.10.2...v2.10.3
Improved Visitor Logic
- Enhance the tree visitor so that it implements the invariant that only visitEach: is calling accept: so that we can get a handle on cutting visit of any nodes.
- Revisit all the visitor logic to work with such logic.
- Fixing accept: method
Introduce RawBlock and refine HTMLTagParagraphBlock
This release
- renamed RawParagraph into HTMLTagParagraph
- introduced MicParser instead of MicrodownParser
- introduced RawParagraph
For Foliage pre release
- Fix HTMNL orderedList
- explicit dependency to Mustache 1.4
- Windows file references
Templating visitor / Mustache 1.4
What's Changed
- First templating HTML visitor is working. The visitor is looking for templates for each tree element and apply the template instead of the traditional HTML Visitor to which the templating visitor is delegating in case of file absence.
- Using Mustache 1.4. This is important for Foliage.
Full Changelog: v2.9.5...v2.9.6
Ready for Pillar 11
- fixing integration with Pillar for the basic LaTeX generation.
- more book checkers in the pipeline.
- getting started with a Toc Builder.
What's Changed
- Merge dev into Pharo 13 by @Ducasse in #932
- Update MicAbstractAnnotatedBlock.class.st, use allButFirst by @vonbecmann in #973
- Allow MicCSSEntity to overwrite existing file by @AndrzejProchyra in #983
- A couple of tiny tidies by @AndrzejProchyra in #984
- Elaborating the MicTocBuilder by @AndrzejProchyra in #985
New Contributors
- @vonbecmann made their first contribution in #973
- @AndrzejProchyra made their first contribution in #983
Full Changelog: v2.9.4...v2.9.5
Fix HTML paragraph merge
Full Changelog: v2.9.2...v2.9.3
For Pillar and Foliage(v2.1.0) release
What's Changed
- Add package tags as a semantic entity by @iglosiggio in #929
- Proposing a simple workaround that add empty columns for short rows by @NicolasAnquetil in #927
New Contributors
- @iglosiggio made their first contribution in #929
- @NicolasAnquetil made their first contribution in #927
Thanks Kasper Osterbye and Cyril Ferlicot. Yes I redid all your PRs. Thank you.
Full Changelog: v2.9.1...v2.9.2
Version 2.9.1
What's Changed
Full Changelog: v2.8.2...v2.9.1
Another step to Foliage
- merged pharo 13 changes
- added gitbridge
- OCompiler migration
- cleaning syntax description
- Ready for Pillar and Foliage
- Code cleanup