Releases: kingkero/typesafe-env
Releases · kingkero/typesafe-env
v0.1.2
Update "require"
in composer.json, to allow for "illuminate/support": "^10.0 || ^11.0",
v0.1.0
added getInt
, getNullableInt
, getFloat
and getNullableFloat
v0.0.4
Base release with getString
, getNullableString
, getBool
and getNullableBool
fully implemented and tested.