* Fix the aspect ratio of iPad Air (4th generation).
* Specify that iPhone 12 Pro (Max) also are sporting a LiDAR sensor.
* Update changelog and bump version to v4.2.1.
* Add links to pull request and issues.
* Fix LiDAR test.
* Add support for all iPhone 12 models and iPad Air (4th generation)
Device identifiers missing for iPhones.
Support link and image missing for iPhones and iPad.
* Bump version to 4.2.0.
* Update changelog.
* Add device identifiers for all iPhone 12.
* Fix Unit tests.
* Update v4.2.0 release date in CHANGELOG.md.
* Add iPad (8th generation) and Apple Watch SE and Series 6
Still missing device identifiers, support URLs and support images.
* Add changelog for 4.1.0 release.
* Add support and image urls and device identifiers for Apple Watch SE/6 and iPad 8
* Update changelog date.
* Fix Apple Watch Series 6 and SE not featuring Force Touch.
* Change minimum iOS deployment target to 9.0.
Support for 8.0 was dropped in Xcode 12.
* Apply recommended settings in Xcode 12.
* Update iOS minimum deployment target to 9.0 in SwiftPM and Cocoapods files as well.
use swiftformat to format source code
new (well, Swift 3) operator syntax (static funcs instead of global ones)
bump version to 1.0.1
new implementation of `isZoomed` (which hopefully works now), this closes#59
added functions that make it easier to determine whether or not the current device is in a specific group or family of devices
changed the battery level type from Double to Int since UIDevice itself only returns a double with 2 digit precision (i.e. 0.34 for 34%)
modified tests for the new functionality