Skip to content

Commit 1243c4e

Browse files
author
Sven Ulrich
committed
docs: fixed changelog.md
1 parent 28697a7 commit 1243c4e

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

CHANGELOG.md

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# CHANGELOG
22

3+
#### 1.5.0
4+
- Using latest typescript version, please check if your environment still works with this version before upgrading!
5+
- feature: !IMPORTANT methods/properties starting with uppercase are marked deprecated now and will be removed in future versions! Check the deprecated infos
6+
- feature: `String.isNullOrWhiteSpace` accepts null or undefined now
7+
- feature: added new methods/properties: `isNullOrWhiteSpace(), formatString(), joinString(), empty`, check [README](https://github.com/sevensc/typescript-string-operations/blob/main/README.md)
8+
- chore: Updated packages
9+
- chore: added linting
10+
311
#### 1.4.1
412
- docs: added missing docs for `AppendLine` and `AppendLineFormat`
513
- bufix: fixed circleci badge
@@ -9,10 +17,3 @@
917
- feature: added hexadecimal conversion specifier
1018
- bugfix: `StringBuilder` initialization without parameter adds empty string to internal Values Array.
1119
- bugfix: When there is no placeholder in the template passed to String.format it should return the original template
12-
13-
#### 1.5.0
14-
- Using latest typescript version, please check if your environment still works with this version before upgrading!
15-
- feature: !IMPORTANT methods/properties starting with uppercase are marked deprecated now and will be removed in future versions! Check the deprecated infos
16-
- feature: `String.isNullOrWhiteSpace` accepts null or undefined now
17-
- chore: Updated packages
18-
- chore: added linting

0 commit comments

Comments
 (0)