Skip to content

Commit f9234da

Browse files
author
Sven Ulrich
committed
added changelog
1 parent c4728e9 commit f9234da

File tree

4 files changed

+9
-3130
lines changed

4 files changed

+9
-3130
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CHANGELOG
2+
3+
#### 1.4.0
4+
- added `AppendLine` and `AppendLineFormat`
5+
- added hexadecimal conversion specifier
6+
- bugfix `StringBuilder` initialization without parameter adds empty string.
File renamed without changes.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "1.4.0",
44
"description": "Simple lightweight string operation library for Typescript, works with Angular",
55
"main": "dist/index.min.js",
6+
"files": [
7+
"dist/*"
8+
],
69
"scripts": {
710
"test": "mocha -r ts-node/register tests/**/tests.ts",
811
"build": "gulp default && gulp compress"

0 commit comments

Comments
 (0)