Skip to content

Releases: markbattistella/BezelKit

4.1.1

12 Sep 12:39
Compare
Choose a tag to compare

Full Changelog: 4.1.0...4.1.1

4.1.0

11 Sep 05:16
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.0...4.1.0

4.0.0

25 Apr 10:03
bfa3e30
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.4.0...4.0.0

3.4.0

06 Mar 01:53
fc2bdcb
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.3.0...3.4.0

3.3.0

20 Feb 02:55
Compare
Choose a tag to compare

Full Changelog: 3.2.0...3.3.0

3.2.0

22 Nov 04:14
227b41b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.1.0...3.2.0

3.1.0

02 Nov 02:56
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

3.0.0

19 Sep 07:27
b5ae7d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.08.03...3.0.0

2.0.1

08 Oct 04:07
Compare
Choose a tag to compare

What's Changed

  • 2023-10-08 - removed the "Generator" from repo, and moved it into its own repo

2.0.0

25 Sep 02:57
f11f5f3
Compare
Choose a tag to compare

From the CHANGELOG:

This PR addresses a few changes:

  1. 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
  2. Remove watchOS from the structure since there is no clear and simple way to extract the bezel radius data #21
  3. 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
  4. 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
  5. Fixed the way identifiers and data is moved around once the script it run #19
  6. 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

Full Changelog: 1.0.4...2.0.0