All Versions
11
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 1

  • v0.6.1 Changes

    ๐Ÿ›  Fixed

    • โšก๏ธ Updated SwiftColorGenLibrary to 0.6.1. #3 was fixed.
  • v0.6.0 Changes

    โšก๏ธ Updated

    • โšก๏ธ 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
  • v0.5.1 Changes

    โšก๏ธ Updated

    • Based on the sugestion #12, generating the colors as computed properties, instead of a class function
  • v0.5.0 Changes

    โž• Added

    • โž• Adding support for multiple color spaces (now you don't need to select only the sRGB color space to work with the generator)
  • v0.4.1 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed #1 (Invalid color functions generated)
  • v0.4.0 Changes

    โž• Added

    • ๐Ÿ‘ Allowing re-runs of the tool in the same code
    • โž• Adding support for custom colors defined for the user
  • v0.3.3 Changes

    ๐Ÿ›  Fixed

    • ๐Ÿ›  Fixed the output file not including the import to UIKit
  • v0.3.1 Changes

    โž• Added

    • โž• Added CocoaPods support
  • v0.3.0 Changes

    โšก๏ธ Updated

    • ๐Ÿ‘Œ Improved existing CLI interface:
      • Cleaner input
      • Making some parameters, optional
    • Reworked naming convention in the generated Swift file
  • v0.2.0 Changes

    โšก๏ธ Updated