Releases: markbattistella/BezelKit
Releases · markbattistella/BezelKit
4.1.1
Full Changelog: 4.1.0...4.1.1
4.1.0
4.0.0
What's Changed
- 2025-04-25 - Added New Platforms by @markbattistella in #43
Full Changelog: 3.4.0...4.0.0
3.4.0
What's Changed
- 2025-03-06 - README fixes by @markbattistella in #40
- 205-03-06 - New Devices by @markbattistella in #41
Full Changelog: 3.3.0...3.4.0
3.3.0
Full Changelog: 3.2.0...3.3.0
3.2.0
What's Changed
- 2024-11-22: Added new deviceBezel function by @markbattistella in #39
Full Changelog: 3.1.0...3.2.0
3.1.0
Full Changelog: 3.0.0...3.1.0
3.0.0
What's Changed
- 2024-09-19 - Auto-update SupportedDeviceList.md by @markbattistella-bot in #38
Full Changelog: 2024.08.03...3.0.0
2.0.1
2.0.0
From the CHANGELOG:
This PR addresses a few changes:
- The
Generator
has been extracted out into the root of the project. This makes it clearer what is Swift Package, and what is NodeJS generation #20 - Remove watchOS from the structure since there is no clear and simple way to extract the bezel radius data #21
- Removed the use of
txt
files and moved all data into a JSON file. This allows the data to be unique and easier to handle #24 - Refactored the way devices are listed in the JSON vs the CSV. JSON using the identifiers as the keys allows there to only be one key at a time - removing conflicts of duplicate identifiers #24
- Fixed the way identifiers and data is moved around once the script it run #19
- Refactored the modularisation of the Generator scripts #22
Note: as for the end user / developer there are no breaking changes. There are some error handling additions, and the way the JSON is outputted, but for usage in an Xcode project the API calls are still the same
What's Changed
- 2023-09-13 - Auto-update SupportedDeviceList.md by @markbattistella-bot in #18
- 2023-09-25 - Updated package by @markbattistella in #25
- 2023-09-25 - Updated .gitignore, added CHANGELOG by @markbattistella in #26
- 2023-09-25 - Auto-update SupportedDeviceList.md by @markbattistella-bot in #27
Full Changelog: 1.0.4...2.0.0