Version 3.0.0
Thank you @Zandor300 and everyone who opened issues and provided pull requests! 馃コ
Breaking changes
- The enum for the Apple TV HD has been renamed from
.appleTV4to.appleTVHD. (#211) .allSimulatorXSeriesDeviceshas been deprecated and replaced by.allSimulatorDevicesWithSensorHousing. (#212).allXSeriesDeviceshas been deprecated and replaced by.allDevicesWithSensorHousing. (#212)
Camera
CameraTypeshas been renamed toCameraType. (#212)CameraType.normalhas been deprecated and replaced byCameraType.wide. (#212).allDevicesWithNormalCamerahas been deprecated and replaced by.allDevicesWithWideCamera. (#212).hasNormalCamerahas been deprecated and replaced by.hasWideCamera. (#212)
New features
- You can now check which devices support wireless charging through the following variables:
Device.allDevicesWithWirelessChargingSupportandDevice.current.supportsWirelessCharging(#209) - New
.safeDescriptionvariable that will provide you with a safe version of the.descriptionvariable. (#212)- Example: "iPhone X蕗" vs "iPhone XR"