Skip to content

Commit 45bad60

Browse files
committed
update readme: future version && SAST mention
1 parent 6d53bdd commit 45bad60

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/wissance/stringFormatter?style=plastic)
99
![GitHub issues](https://img.shields.io/github/issues/wissance/stringFormatter?style=plastic)
1010
![GitHub Release Date](https://img.shields.io/github/release-date/wissance/stringFormatter)
11-
![GitHub release (latest by date)](https://img.shields.io/github/downloads/wissance/stringFormatter/v1.6.0/total?style=plastic)
11+
![GitHub release (latest by date)](https://img.shields.io/github/downloads/wissance/stringFormatter/v1.6.1/total?style=plastic)
1212

1313
![String Formatter: a convenient string formatting tool](img/sf_cover.png)
1414

@@ -20,6 +20,7 @@
2020
- convert ***map to string*** using one of predefined formats (see `text_utils.go`)
2121
3. Code Style formatting utilities
2222
- convert `snake`/`kebab`/`camel` programming code to each other and vice versa (see `stringstyle_formatter.go`).
23+
4. `StringFormatter` aka `sf` **is safe** (`SAST` and tests were running automatically on push)
2324

2425
### 1. Text formatting from templates
2526

0 commit comments

Comments
 (0)