Skip to content

1.17.0

Compare
Choose a tag to compare
@boxblinkracer boxblinkracer released this 27 Jan 10:28
· 138 commits to main since this release

Breaking Changes

  • Add breaking changes for duplicateContent rule. This rule must now be configured per locale. Please see README for more. (idea by @matthiashamacher)

Added

  • Add new MJML scanner that allows to scan MJML files for translations. (idea by @wannevancamp)
  • Add new validate:structure command to only validate against the structure.
  • Add new rule emptyContent that allows you to provide a list of keys that can stay empty, either in all or specific languages. (idea by @wannevancamp)

Changed

  • The duplicateContent rule does now ignore empty values. Empty values are not considered anymore.

Fixed

  • Fixed problem with relative locale filenames in combination with the basePath attribute in the <locales> node. This led to wrong absolute filenames and therefore invalid filenames when loading.
  • Add missing none case style to XSD file.