File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## MarkX 0.1.3:
2+
3+ * Property Improvement:
4+ * Late binding MarkX.DataSet (#44 )
5+ * New Properties:
6+ * MarkX.Liquid ( #45 )
7+ * MarkX.LiquidPattern ( #46 )
8+
9+ ---
10+
11+
112## MarkX 0.1.2:
213
314Minor performance improvements:
Original file line number Diff line number Diff line change 1212RootModule = ' MarkX.psm1'
1313
1414# Version number of this module.
15- ModuleVersion = ' 0.1.2 '
15+ ModuleVersion = ' 0.1.3 '
1616
1717# Supported PSEditions
1818# CompatiblePSEditions = @()
@@ -63,12 +63,13 @@ PrivateData = @{
6363
6464 # ReleaseNotes of this module
6565 ReleaseNotes = @'
66- ## MarkX 0.1.2 :
66+ ## MarkX 0.1.3 :
6767
68- Minor performance improvements:
69-
70- * Directly using Markdig (#38)
71- * Preferring `[IO.File]::Exists` (#42)
68+ * Property Improvement:
69+ * Late binding MarkX.DataSet (#44)
70+ * New Properties:
71+ * MarkX.Liquid ( #45 )
72+ * MarkX.LiquidPattern ( #46 )
7273
7374---
7475
You can’t perform that action at this time.
0 commit comments