Stable version that supports reading environment variables from config files with correct type hint.
- Support
.env
file - Support
.ini
file - Custom casting support
- Expand boolean casting for
true
,t
,yes
,y
,1
,on
asTrue
andfalse
,f
,no
,n
,0
,""
asFalse