You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Format files (.ps1xml) to be loaded when importing this module
39
-
#FormatsToProcess = @()
39
+
FormatsToProcess=@('MarkX.format.ps1xml')
40
40
41
41
# Functions to export from this module, for best performance, do not use wildcards and do not delete the entry, use an empty array if there are no functions to export.
42
42
FunctionsToExport='Get-MarkX'
@@ -63,31 +63,22 @@ PrivateData = @{
63
63
64
64
# ReleaseNotes of this module
65
65
ReleaseNotes=@'
66
-
## MarkX 0.1:
67
-
68
-
* `Get-MarkX` ( #1, #4 )
69
-
* Docs
70
-
* Sponsorship ( #20 )
71
-
* Security ( #19 )
72
-
* Contributing ( #18 )
73
-
* Code of conduct ( #17 )
74
-
* README (generated with MarkX) (#16)
75
-
* Extended Types
76
-
* `MarkX.get_HTML` ( #14 )
77
-
* `MarkX.ToString()` ( #12 )
78
-
* `MarkX.get_DataSet` ( #13 )
79
-
* `MarkX.get_Images` (#11)
80
-
* `MarkX.get_Links` (#10)
81
-
* `MarkX.get_Table` ( #9 )
82
-
* `MarkX.get_InnerText` ( #8 )
83
-
* `MarkX.get_XML` ( #7 )
84
-
* `MarkX.get/set_Markdown` ( #6 )
85
-
* `MarkX.Sync` ( #5 )
86
-
* `MarkX.ToTable` ( #22 )
87
-
* MarkX build ( #2, #3 )
88
-
* MarkX Action ( #21 )
89
-
* MarkX Tests ( #15 )
90
-
66
+
## MarkX 0.1.1:
67
+
68
+
* MarkX Help (#26)
69
+
* MarkX now accepts commands / help (#27)
70
+
* MarkX.Headings gets heading elements (#29)
71
+
* MarkX.Lexicon gets lexicons in Markdown (#25)
72
+
* MarkX.YamlHeader support (#32, #33)
73
+
* Allowing piped markdown file input (#34)
74
+
* MarkX.Code gets code within markdown (#30)
75
+
* MarkX.CodeBlock gets code blocks within markdown (#31)
76
+
* MarkX.ToString can now stringify any property (#35)
77
+
* MarkX formatting (#36)
78
+
79
+
---
80
+
81
+
Additional release notes in [CHANGELOG](https://github.com/StartAutomating/MarkX/blob/main/CHANGELOG.md)
0 commit comments