Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Tags: dan-wolf-at/core

Tags

v13.1.2

Toggle v13.1.2's commit message
feat: added PHPStan configuration and workflow

feat: added PHP_CodeSniffer configuration and workflow
feat: added PHPMD configuration, baseline, and updated workflow
feat: added Rector configuration and workflow
feat: added Composer Unused configuration and composer-quality workflow
feat: added Composer security audit workflow
style: applied declare(strict_types=1) across codebase
feat: introduced UIGeneratorTrait for UI component generation
feat: added custom Rector rules for PHPUnit assertions and mock objects
feat(Seeder): added WITH_TRANSACTIONS option for seeder execution
feat(Generator): added example state method to factory stub
feat(Generator): automatically name routes in generated route stubs
feat(Generator): standardized date formatting for Seeder and Migration filenames
feat(Generator): Covers the FORMAT_TIME constant and getDate() helper in Migration/Seeder generators
refactor: updated Hashed ID decoding logic in Repositories, Covers the rewrite of decodeSearchQueryString and related helpers in Repository.php
refactor: improved pagination handling and limit setting in Repositories, Covers changes to setPaginationLimit, wantsToSkipPagination, canSkipPagination in Repository.php
refactor: updated Response class to use Symfony HTTP status constants
refactor(Generator): updated string and parameter handling in Generator core. Covers changes to removeSpecialChars, getInput, checkParameterOr... methods and removal of \Safe\ prefixes for preg_replace
refactor(Generator): updated various generator stubs and commands logic
refactor(User): moved model casts to dedicated casts() method
refactor: standardized exception catching to \Throwable. Covers changes in CreateBookTask.php and Repository.php (create method)
refactor(Foundation): updated glob usage in Configuration classes. Covers ApplicationBuilder.php and Apiato.php changing from \Safe\glob to glob
refactor(Routing): improved API version resolution and prefixing. Covers changes in src/Foundation/Configuration/Routing.php
fix(Action): ensured correct return type for transactional run closure
fix(Generator): ensured correct parameter type hints in Generator class methods. Specifically for checkParameterOrAsk if the default value change was a fix
fix(Generator): ensure relations are unloaded in generated 'create' event stubs
fix(MacroServiceProvider): ensure correct this context for Config::unset macro
fix(Foundation): improved base path and shared path resolution in Apiato class. Covers inferBasePath and sharedPath logic changes
fix(Http): corrected RequestRelation method signatures and type hints. Covers return type change of isValidRelationOf and closure type hint
chore: updated composer.json package name to dan-wolf-at/apiato-core
chore: updated composer.json dependencies and script configurations
chore: removed legacy static analysis configurations (PHPStan.dist, Psalm, old PHPMD)
chore: updated GitHub Actions test matrix and CI workflow configurations. Covers general updates to tests.yaml, phpmd.yaml and matrix_includes.json not related to adding new tools
fix: update minimum PHP version to 8.2 in Rector classes and adjust related messages;

v13.1.1

Toggle v13.1.1's commit message
feat: added PHPStan configuration and workflow

feat: added PHP_CodeSniffer configuration and workflow
feat: added PHPMD configuration, baseline, and updated workflow
feat: added Rector configuration and workflow
feat: added Composer Unused configuration and composer-quality workflow
feat: added Composer security audit workflow
style: applied declare(strict_types=1) across codebase
feat: introduced UIGeneratorTrait for UI component generation
feat: added custom Rector rules for PHPUnit assertions and mock objects
feat(Seeder): added WITH_TRANSACTIONS option for seeder execution
feat(Generator): added example state method to factory stub
feat(Generator): automatically name routes in generated route stubs
feat(Generator): standardized date formatting for Seeder and Migration filenames
feat(Generator): Covers the FORMAT_TIME constant and getDate() helper in Migration/Seeder generators
refactor: updated Hashed ID decoding logic in Repositories, Covers the rewrite of decodeSearchQueryString and related helpers in Repository.php
refactor: improved pagination handling and limit setting in Repositories, Covers changes to setPaginationLimit, wantsToSkipPagination, canSkipPagination in Repository.php
refactor: updated Response class to use Symfony HTTP status constants
refactor(Generator): updated string and parameter handling in Generator core. Covers changes to removeSpecialChars, getInput, checkParameterOr... methods and removal of \Safe\ prefixes for preg_replace
refactor(Generator): updated various generator stubs and commands logic
refactor(User): moved model casts to dedicated casts() method
refactor: standardized exception catching to \Throwable. Covers changes in CreateBookTask.php and Repository.php (create method)
refactor(Foundation): updated glob usage in Configuration classes. Covers ApplicationBuilder.php and Apiato.php changing from \Safe\glob to glob
refactor(Routing): improved API version resolution and prefixing. Covers changes in src/Foundation/Configuration/Routing.php
fix(Action): ensured correct return type for transactional run closure
fix(Generator): ensured correct parameter type hints in Generator class methods. Specifically for checkParameterOrAsk if the default value change was a fix
fix(Generator): ensure relations are unloaded in generated 'create' event stubs
fix(MacroServiceProvider): ensure correct this context for Config::unset macro
fix(Foundation): improved base path and shared path resolution in Apiato class. Covers inferBasePath and sharedPath logic changes
fix(Http): corrected RequestRelation method signatures and type hints. Covers return type change of isValidRelationOf and closure type hint
chore: updated composer.json package name to dan-wolf-at/apiato-core
chore: updated composer.json dependencies and script configurations
chore: removed legacy static analysis configurations (PHPStan.dist, Psalm, old PHPMD)
chore: updated GitHub Actions test matrix and CI workflow configurations. Covers general updates to tests.yaml, phpmd.yaml and matrix_includes.json not related to adding new tools

v8.17.6

Toggle v8.17.6's commit message
refactor:

- removed unused authentication helper methods and streamline user setup in tests;

v8.17.5

Toggle v8.17.5's commit message
refactor:

- remove unused laravel/passport dependency from composer.json and clean up composer.lock;

v8.17.4

Toggle v8.17.4's commit message
fix:

- updated user input validation to accept empty array as valid input;
- update package versions in composer.lock;

v8.17.3

Toggle v8.17.3's commit message
refactor:

 - fixed syntax in test class definitions and update faker usage;

v8.17.2

Toggle v8.17.2's commit message
refactor:

 - improved type handling and formatting in ServiceProviderGenerator and stub files;

v8.17.1

Toggle v8.17.1's commit message
feat:

- added AssertInstanceToStaticCallRector to convert PHPUnit instance assertions to static calls;

v8.17.0

Toggle v8.17.0's commit message
refactor:

- update Laravel Passport version and clean up TestCase methods;

v8.16.0

Toggle v8.16.0's commit message
feat:

- configured composer.json for Packagist publishing;