File tree 3 files changed +3065
-2
lines changed
3 files changed +3065
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " typescript-string-operations" ,
3
- "version" : " 1.4.0 " ,
3
+ "version" : " 1.4.1 " ,
4
4
"description" : " Simple lightweight string operation library for Typescript, works with Angular" ,
5
5
"main" : " dist/index.min.js" ,
6
6
"files" : [
Original file line number Diff line number Diff line change 1
1
2
2
3
- ![ CircleCI] ( https://img.shields.io/circleci/build/github/sevensc /typescript-string-operations?logo=circleci&token=e3f75ec3d21d6da12384faf594c9d05fe9f65747 )
3
+ ![ CircleCI] ( https://img.shields.io/circleci/build/github/iwt-svenulrich /typescript-string-operations?logo=circleci&token=9234d9f6803b37ebfcd4887fa2d6d51aa2cf5214 )
4
4
[ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=sevensc_typescript-string-operations&metric=alert_status )] ( https://sonarcloud.io/dashboard?id=sevensc_typescript-string-operations ) ![ npm] ( https://img.shields.io/npm/v/typescript-string-operations ) ![ npm] ( https://img.shields.io/npm/dw/typescript-string-operations )
5
5
# Simple lightweight string operation library for Typescript.
6
6
## No jQuery required! Unit tested, works with Angular.
@@ -132,5 +132,7 @@ var fruits = builder.ToString();
132
132
| :------------------------:| :-----------:| :--------------------------:| :----------:|
133
133
| ` Append ` | ` Method ` | appends a string. | ` value ` |
134
134
| ` AppendFormat ` | ` Method ` | see description for ` String.Format() ` | ` format ` , ` args ` |
135
+ | ` AppendLine ` | ` Method ` | appends a string in a new line. | ` format ` , ` args ` |
136
+ | ` AppendLineFormat ` | ` Method ` | like ` String.Format() ` in a new line | ` format ` , ` args ` |
135
137
| ` Clear ` | ` Method ` | clears the ` StringBuilder ` | |
136
138
| ` ToString ` | ` Method ` | creates the actual string. | |
You can’t perform that action at this time.
0 commit comments