BREAKING CHANGE
- Change to use specific type function instead of providing T type.
- Restrict type to
String
,int
,double
,bool
,Map
via:getString
getInt
getDouble
getBool
getMap
- Add
getAll
to get all values.
Full Changelog: 1.1.2...2.0.0
String
, int
, double
, bool
, Map
via:
getString
getInt
getDouble
getBool
getMap
getAll
to get all values.Full Changelog: 1.1.2...2.0.0