Skip to content

2.0.0

Compare
Choose a tag to compare
@markbattistella markbattistella released this 25 Sep 02:57
· 35 commits to main since this release
f11f5f3

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