Skip to content

Releases: BinaryBirds/swift-template

1.2.1

15 Feb 16:46
7558b64
Compare
Choose a tag to compare
Generate command ignores .git directory (#3)

Co-authored-by: Gabor Lengyel <[email protected]>

Include hidden files (except .DS_Store)

11 Feb 14:34
@tib tib
Compare
Choose a tag to compare
  • Templates can now contain hidden files (e.g.: .swiftlint.yml)
  • Exclude .DS_Store & .swift-template-ignore files by default
  • Note: you can still exclude other hidden files using the ignore file.

Minor improvements

12 Feb 10:56
@tib tib
Compare
Choose a tag to compare
  • Added pluralized name ctx ({names}, {Names}, {Names})
  • Capitalized first letter of the output directory

Context changes

12 Feb 09:12
@tib tib
Compare
Choose a tag to compare
  • Directory names now support ctx variables.
  • Module is now called name, it comes with 3 variants:
    • {name} - the input name, as is
    • {Name} - capitalized first letter of the input name
    • {NAME} - uppercased version of the input name

1.0.0

02 May 21:53
@tib tib
Compare
Choose a tag to compare
  • first version