All Versions
10
Latest Version
Avg Release Cycle
274 days
Latest Release
19 days ago
Changelog History
Changelog History
-
v1.8.0 Changes
May 24, 2026What's Changed
- ➕ Added time.Duration support
- ➕ Added Lookup function for all types that returns an error on a missing or invalid value.
- Minimum golang version is 1.21
Full Changelog : v1.7.0...v1.8.0
-
v1.7.0 Changes
July 18, 2025- ✂ Remove
testify
Full Changelog : v1.6.0...v1.7.0
- ✂ Remove
-
v1.6.0 Changes
February 24, 2024- ➕ Add
GetandMustGetgeneric functions
Full Changelog : v1.5.0...v1.6.0
- ➕ Add
-
v1.5.0 Changes
February 24, 2024- Simplify bool check
- ➕ Add float32 and float64 slice
Full Changelog : v1.4.0...v1.5.0
-
v1.4.0 Changes
November 01, 2022 -
v1.3.0 Changes
August 14, 2022What's Changed
- 👌 Support multiple Envs in the
Isfunction by @nasermirzaei89 in #1
Full Changelog : v1.2.1...v1.3.0
- 👌 Support multiple Envs in the
-
v1.2.1 Changes
December 20, 2021- ➕ Add golangci-lint restrictions.
- ⚡️ Update testify
-
v1.2.0 Changes
October 11, 2020- ➕ Add
GetStringSliceandMustGetStringSlice - ⚡️ Update testify
- ✂ Remove support for golang 1.12
- ➕ Add
-
v1.1.0 Changes
May 10, 2020- 📇 Rename
GetFloattoGetFloat64 - 📇 Rename
MustGetFloattoMustGetFloat64 - ➕ Add
GetFloat32andMustGetFloat32 - ➕ Add
GetInt32andMustGetInt32 - ➕ Add
GetInt16andMustGetInt16 - ➕ Add
GetInt8andMustGetInt8 - ➕ Add
String() stringmethod toEnvtype
- 📇 Rename
-
v1.0.0
August 25, 2019