Releases: pavlo-v-chernykh/keystore-go
Releases · pavlo-v-chernykh/keystore-go
v4.5.0
v4.4.1
v4.4.0
- Change all
github.com/pavel-v-chernykh/keystore-go
togithub.com/pavlo-v-chernykh/keystore-go
- Bump golang version up to 1.17
- Bump golangci-lint version up to 1.46.2
- Use standard UnixMilli to convert time to ms and ms to time
v4.3.0
v4.2.0
v4.1.0
- Introduce
DeleteEntry
method to delete the entry from the keystore. #24 - Introduce
WithOrderedAliases
option to keep aliases in alphabetical order in the keystore file. #24 - Introduce
WithCaseExactAliases
option to preserve the original case of aliases (by default aliases are lowercased). #24 - Introduce gitpod.io support #22 #25
v4.0.0
v3.1.0
v3.0.4
v3.0.3
- Fix Go modules spec compliance issue (thanks @KateGo520 for the detailed report)