Skip to content

Releases: petk/normalizator

v0.0.6

02 May 19:31
fc052c2
Compare
Choose a tag to compare

Fixed

  • Number of files in the log

Added

  • The --not option for skipping paths

v0.0.5

01 May 19:48
9550d8e
Compare
Choose a tag to compare

Added

  • Self update command version checking improvements.
  • The selfupdate alias for the self update command.
  • PHP 8.2 minimum required.
  • Project dependencies updated.
  • Permissions normalization checks shebang with more patterns.
  • Patch files are now ignored in certain normalizations.

v0.0.4

03 Jul 18:28
Compare
Choose a tag to compare

Fixed

  • Code and test refactored and improved.

Added

  • Number of middle redundant lines added to report.
  • File saving issues are added to logging report.

v0.0.3

26 Jun 14:07
Compare
Choose a tag to compare

Fixed

  • Command line options validation and resolving configuration.
  • Finder iterator counting.
  • Docker tag format fixed.

Added

  • Indentation style normalization.
  • A list of paths can be entered to check and fix commands.
  • Report contains number of redundant leading EOLs.
  • Encoding can be manually entered when cannot be confidently retrieved
    automatically.

v0.0.2

19 Jun 17:26
Compare
Choose a tag to compare

[0.0.2] - 2023-06-19

Fixed

  • Trimming EOLs in empty files.
  • Script execution from the vendor directory (locating autoload.php file).
  • Reading CRLF files from the Git attributes.
  • Improved filename resolving in case of existing files before saving.

Added

  • Normalizator requirements are now checked before running the script.
  • Dependency injection container.
  • Option --path-name refactored to --name and --extension.
  • PSR-14 event dispatcher.
  • Extended list of trailing whitespace characters trimmed.
  • Simple cache layer to improve performance.
  • Fix command asks user for confirmation to continue.
  • Self update command to update normalizator.phar to its latest version from
    GitHub releases.
  • Footer report with number of processed files, script execution time and memory
    consumption.
  • Docker image.

v0.0.1

12 Jun 19:54
Compare
Choose a tag to compare
  • Initial normalizator version.