- Using latest typescript version, please check if your environment still works with this version before upgrading!
- chore: upgraded packages
- chore: migrated eslint to 9.x
- Using latest typescript version, please check if your environment still works with this version before upgrading!
- feature: !IMPORTANT methods/properties starting with uppercase are marked deprecated now and will be removed in future versions! Check the deprecated infos
- feature:
String.isNullOrWhiteSpaceaccepts null or undefined now - feature: added new methods/properties:
isNullOrWhiteSpace(), formatString(), joinString(), empty, check README - chore: Updated packages
- chore: added linting
- docs: added missing docs for
AppendLineandAppendLineFormat - bufix: fixed circleci badge
- feature: added
AppendLineandAppendLineFormat - feature: added hexadecimal conversion specifier
- bugfix:
StringBuilderinitialization without parameter adds empty string to internal Values Array. - bugfix: When there is no placeholder in the template passed to String.format it should return the original template