Releases: kumparan/go-utils
Releases · kumparan/go-utils
V1.13.0
New Function
- GetDifferenceDaysForHumans
v1.12.0
v1.11.0
[v1.11.0] - 2021-03-17
New Features
- add int64 millis to string converter
v1.10.0
[v1.10.0] - 2021-03-17
New Features
- add string millis to time converter
feature: handle format money for multiple currencies
feature: add money formatter for multiple currencies (#13) * feature: add money formatter for multiple currencies * bump: CHANGELOG.md * feature-fix: handle panic when unknown currencycode is given * feature-fix: handle unknown currency code
feature: add formatter for indonesian money and date
feature: add formatter for indonesian money and date
add function to truncate string by length
feature: add function to truncate string by length (#11) * feature: add function to truncate string by length * bump: CHANGELOG.md
feature: get story id from story slug
feature: get story id from story slug
JoinURL just got improved
v1.5.0 refactor: JoinURL to be more versatile and should be able to accept v…
create GenerateRandomAlphanumeric
Merge pull request #8 from riskimidiw/feature/random-string feature: create GenerateRandomAlphanumeric