2.0.0
- Upgraded PHP requirement to >=8.1
- Moved some of
USPS\RatePackage
constants into their own respective EnumsUSPS\Enum\MailType
andUSPS\Enum\ServiceType
- Added typing to all returns and params
- Added strict_typing to all files
USPSBase->getValueByKey('value')
now returns null if nothing is found