Skip to content

Releases: ByteriX/ImageLinter

2.3.2

24 Feb 20:19

Choose a tag to compare

Fixed

  • #17 using deprecated in macOS 15: 'init(contentsOfFile:)'. That edited to 'init(contentsOfFile:encoding:)'.
  • SwiftGen warnings.

2.3.0

18 Feb 19:55

Choose a tag to compare

Added

  • checkingNameTypes set with cases: .firstUpperCase, .camelCase, .sneak_case, .kebab_case, .custom
  • #4 New supporting of image name checking.
  • #5 Filter for image name checking with a file size and a image size conditons.
  • Tests for checking Settings parser.
  • #18 Documentation for settings up to Readme .

Fixed

  • Issue with parsing Settings yaml file.

2.2.1

29 Nov 12:28

Choose a tag to compare

Added

  • #13 new case .uiKitLiteral for support image literals.
  • an example to use image literal.
  • #14 description about --settingsPath param to Readme.

2.2.0

27 Nov 19:34

Choose a tag to compare

Added

  • Addition the param relativeSourcePaths as extention of the relativeSourcePath. Before relativeSourcePath worked with issue.
  • Addition the same param relativeImagesPaths as extention of the relativeImagesPath.

2.1.2

25 Sep 09:49

Choose a tag to compare

Fixed

  • Reading the binary vector files.
  • Improvements vector files error messages.

2.1.1

24 May 08:37

Choose a tag to compare

Fixed

  • Examples for the SPM plugin using and the Swift Script using.

2.1.0

24 May 08:25

Choose a tag to compare

Added

  • Updating script version ImageLinter.swift from release script.
  • Actualization both examples for using with a Plugin and a Script.

2.0.3

23 Apr 20:43

Choose a tag to compare

Added

  • Supporting Settings with more yaml/yml extension from Root Library/target with inherited. Priority: target/root, yaml/yml.
  • Documentation of Settings file format.

2.0.2

21 Apr 15:25

Choose a tag to compare

Fixed

  • SwiftGen type options with using .name property.

Added

  • To Custom type isSwiftGen attribute.

2.0.1

19 Apr 04:37

Choose a tag to compare

Fixed

  • Standart both SwiftGen image using.
  • #10 SwiftGen variation with name contains '-' and '_' symbols.