Skip to content

Releases: kumparan/go-utils

V1.13.0

30 Dec 06:32
04bd7ce
Compare
Choose a tag to compare

New Function

  • GetDifferenceDaysForHumans

v1.12.0

12 Apr 09:08
e3ef26d
Compare
Choose a tag to compare

New Function

  • StripHTML()

v1.11.0

17 Mar 09:10
8abc0ae
Compare
Choose a tag to compare

[v1.11.0] - 2021-03-17

New Features

  • add int64 millis to string converter

v1.10.0

17 Mar 07:17
0520895
Compare
Choose a tag to compare

[v1.10.0] - 2021-03-17

New Features

  • add string millis to time converter

feature: handle format money for multiple currencies

10 Mar 04:21
a70da80
Compare
Choose a tag to compare
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

10 Dec 09:20
12db4df
Compare
Choose a tag to compare

feature: add formatter for indonesian money and date

add function to truncate string by length

19 Nov 06:14
72b8dbc
Compare
Choose a tag to compare
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

30 Jun 03:49
5607f31
Compare
Choose a tag to compare

feature: get story id from story slug

JoinURL just got improved

17 Jun 07:20
0c8f721
Compare
Choose a tag to compare
v1.5.0

refactor: JoinURL to be more versatile and should be able to accept v…

create GenerateRandomAlphanumeric

11 Jun 07:33
c562a67
Compare
Choose a tag to compare
Merge pull request #8 from riskimidiw/feature/random-string

feature: create GenerateRandomAlphanumeric