We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4149b commit 0dc0fc6Copy full SHA for 0dc0fc6
.gitignore
@@ -1,4 +1,4 @@
1
-node_modules/*
+node_modules
2
.vscode/*
3
4
dist/*.js
.npmignore
CHANGELOG.md
@@ -1,6 +1,7 @@
# CHANGELOG
#### 1.4.0
-- added `AppendLine` and `AppendLineFormat`
5
-- added hexadecimal conversion specifier
6
-- bugfix `StringBuilder` initialization without parameter adds empty string to internal Values Array.
+- feature: added `AppendLine` and `AppendLineFormat`
+- feature: added hexadecimal conversion specifier
+- bugfix: `StringBuilder` initialization without parameter adds empty string to internal Values Array.
7
+- bugfix: When there is no placeholder in the template passed to String.Format it should return the original template
0 commit comments