Skip to content

HSA - Fixes and the "-report" option

Latest
Compare
Choose a tag to compare
@MaestroError MaestroError released this 20 Sep 21:27
· 17 commits to maestro since this release

Version 1.2.2

We're excited to announce the release of HSA Version 1.2.2, which includes several new features, improvements, and bug fixes.


🎉 New Features

  • --report Option for Detailed JSON Report in check Command:
    Run the check command with the --report option to generate a detailed JSON report of your code.

  • Additional Default Ignore Characters:
    Added @ and {{-- to the default list of characters to ignore.

Example of reported JSON file:

{
  "count": 9,
  "run_date": "2023-09-21_00-34",
  "warnings": [
    " 'Testing not found {} () string' - test.blade.php:19",
    " '% Percent %' - test.blade.php:20",
    " 'Testing 'single' quotes' - test.blade.php:21",
    " 'Testing single 'quotes'' - test.blade.php:22",
    " 'Veelgestelde vragen over {{$serviceName}}' - test.blade.php:80",
    " '{{$serviceName}}' - test.blade.php:84, 90",
    " 'Some text with 'quotes'' - test.blade.php:23",
    "Couldn't affix: 'placeholder' in placeholder attribute not allowed - test.blade.php:39",
    " 'John with 'single'' - test.blade.php:25"
  ]
}

🐛 Bug Fixes

  • Index Out of Range Error:
    Fixed an issue causing an "index out of range [-1]" error in specific situations.

🛠 Improvements

  • Automated Build Executables:
    Executables are now automatically built through GitHub Actions, streamlining the release process. It includes the latest versions of the most popular platforms: Ubuntu, MacOS and Windows.

⬇️ How to Update

You can download the latest version from here or update using your package manager.


Thank you for using HSA, and we appreciate your continued support and feedback!