This repository has been archived by the owner on Jun 8, 2020. It is now read-only.
Releases: fernandodelrio/SwiftColorGen
Releases · fernandodelrio/SwiftColorGen
Fixing bugs
Updated SwiftColorGenLibrary to 0.6.1. #3 was fixed.
Swift Package Manager support
- Updated whole project structure to use Swift Package Manager (#8)
- Moved the SwiftColorGen core to a separate repo
- Now using AEXML and CommandLine as dependencies in the new repo, improving the maintainability
Updating output file format
Updated output file format based on the suggestion #12. Now using computed properties, instead of class functions.
Multiple Color Spaces
Adding support for multiple color spaces (now you don't need to select only the sRGB color space to work with the generator)
Fixing bugs
Fixing #1
Refactoring entire Code Generation
- Allowing re-runs of the tool in the same code
- Adding support for custom colors defined for the user
Fixing bugs
Fixing the output file not including the import to UIKit
Adding Cocoa Pods
Testing the use of the tool integrated with Cocoa Pods
Improving CLI and reworking the naming convention
Supporting relative paths, more clean CLI input, making some parameters optional. Reworking the naming convention.
Added support for real color names
Now supporting real color names, instead of just the RGB color. To make it work the tool calculate the proximity of the color to some existing Web Color: https://en.wikipedia.org/wiki/Web_colors