Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency SwiftGen/SwiftGen to v6.6.3 #55

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 12, 2024

This PR contains the following updates:

Package Update Change
SwiftGen/SwiftGen minor 6.4.0 -> 6.6.3

Release Notes

SwiftGen/SwiftGen (SwiftGen/SwiftGen)

v6.6.3

Compare Source

Breaking Changes

None

New Features
Bug Fixes
Internal Changes

None

v6.6.2

Compare Source

Changes in core dependencies of SwiftGen
Bug Fixes
Internal Changes

v6.6.1

Compare Source

Changes in core dependencies of SwiftGen
Bug Fixes

v6.6.0

Compare Source

Changes in core dependencies of SwiftGen
Breaking Changes
  • Strings: due to the bugfix for fallback translations, custom lookupFunctions will need to accept 3 arguments (table, key and value), up from 2 arguments (table and key).
    David Jennes
    #​964
Deprecations
  • The Swift 4 templates are now deprecated. This means we will no longer test if the generated output is valid Swift code. We will still try to keep these up-to-date with context changes.
    David Jennes
    #​955
  • Our spacing & trimming "hack" is now considered deprecated, and in the next major version we'll switch to Stencil's new "smart" trimming behaviour (see Stencil documentation for more information). Our built-in templates have already switched to this modern behaviour, you can try it with your own templates by using the --experimental-modern-spacing flag.
    David Jennes
    #​977
  • XCAssets: some old properties & parameters are being deprecated. Read the migration guides for more information.
    David Jennes
    #​978
New Features
  • Added support for --quiet/-q flag, to suppress all logs (except errors).
    Andre113
    #​823
    #​846
  • CoreData: ensure generated classes are final when model isn't abstract.
    grsouza
    #​940
  • Added .artifactbundle release uploads to support SE-0325 Swift Plugins.
    nicorichard
    #​913
    #​926
  • Strings: added support for .strings files comments. The built-in templates will now use them for comments instead of the translation of a key.
    CraigSiemens
    #​563
    #​813
  • CoreData: support derived attributes.
    David Jennes
    #​928
    #​961
  • Added an experimental flag --experimental-modern-spacing to enable modern spacing control, see Stencil documentation for more information. It will disable our own trimming "hack", and enable Stencil's "smart" trimming.
    David Jennes
    #​977
  • XCAssets & Fonts: added support for SwiftUI. You can now easily access colors images, symbols and custom fonts from your SwiftUI code.
    David Jennes
    #​979
Bug Fixes
Internal Changes

v6.5.1

Compare Source

Bug Fixes
Internal Changes

v6.5.0

Compare Source

Changes in core dependencies of SwiftGen
New Features
Bug Fixes
  • XCAssets: fixed some availability annotations that were incorrect.
    David Jennes
    #​789
  • Strings: objc-h template now emits valid documentation comments.
    @​szotp
    #​822
  • Generate xcfilelist: Adds the template file path to the inputs xcfilelist (for custom templates).
    Craig Siemens
    #​815
  • Strings: built-in templates now have better handling of multi-line translations.
    @​mrackwitz
    #​774
Internal Changes

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants