Skip to content

Commit

Permalink
release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boxblinkracer committed Jan 27, 2024
1 parent 21c2e76 commit cdfddc4
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 53 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,20 @@
All notable changes of releases are documented in this file
using the [Keep a CHANGELOG](https://keepachangelog.com/) principles.

## [unreleased]
## [1.17.0]

### 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.
- 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

- Add **breaking changes** for **duplicateContent** rule. This rule must now be configured per locale. Please see README for more.
- The **duplicateContent** rule does now ignore empty values. Empty values are not considered anymore.

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "boxblinkracer/phpunuhi",
"version": "1.16.0",
"version": "1.17.0",
"license": "MIT",
"description": "Easy tool to work with translation files for validation, exports, imports and more.",
"homepage": "https://github.com/boxblinkracer/phpunuhi",
Expand Down
99 changes: 50 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cdfddc4

Please sign in to comment.