Releases: Hi-Folks/array
Releases · Hi-Folks/array
v1.1.0
What's Changed
- The
set()
method supports nested keys by @roberto-butti in #87 - Bump aglipanci/laravel-pint-action from 2.0.0 to 2.3.1 by @dependabot in #85
- Bump aglipanci/laravel-pint-action from 2.3.1 to 2.4 by @dependabot in #86
Full Changelog: v1.0.3...v1.1.0
v1.0.3
v1.0.2
What's Changed
- get() supports nested arrays by @roberto-butti in #83
- get() supports default values
Full Changelog: v1.0.1...v1.0.2
v1.0.1
v1.0.0
What's Changed
- Bump aglipanci/laravel-pint-action from 1.0.0 to 2.1.0 by @dependabot in #56
- Increase the PHPStan level to 6 by @RoadSigns in #58
- Increase the PHPStan level to 7 by @RoadSigns in #59
- adding TableOperationTest for full coverage tests by @roberto-butti in #61
- Update PHPStan to level 9 by @RoadSigns in #62
- Document the groupBy, orderBy and transform methods of the Table class by @RoadSigns in #64
- Bump dependabot/fetch-metadata from 1.3.5 to 1.3.6 by @dependabot in #65
- Bump timkrase/phpunit-coverage-badge from 1.2.0 to 1.2.1 by @dependabot in #66
- Adding Rector by @roberto-butti in #68
- improving rector by @roberto-butti in #69
- Feature/update gh actions by @roberto-butti in #70
- Bump aglipanci/laravel-pint-action from 2.1.0 to 2.2.0 by @dependabot in #71
- Bump dependabot/fetch-metadata from 1.3.6 to 1.4.0 by @dependabot in #72
- Bump dependabot/fetch-metadata from 1.4.0 to 1.5.0 by @dependabot in #73
- Bump dependabot/fetch-metadata from 1.5.0 to 1.5.1 by @dependabot in #74
- Bump aglipanci/laravel-pint-action from 2.2.0 to 2.3.0 by @dependabot in #75
- Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 by @dependabot in #76
- add type casting for strval function by @AsherMoshav in #79
- Feat/upgade php83 by @roberto-butti in #81
New Contributors
- @AsherMoshav made their first contribution in #79
Full Changelog: v0.1.1...v1.0.0
PHP 8.2
Welcome to PHP 8.2.
Added PHP 8.2 in the matrix GitHub Actions Workflow
v0.1.0
What's Changed
- Ability to set and unset elements within Arr by @RoadSigns
- Remove the extension of Arr within Table by @RoadSigns
- Implement each row within in the Table object as Arr objects by @RoadSigns
- Implement Countable on the Table object to allow for easy counting of number of rows by @RoadSigns
- Implement Iterator on the Table object to allow for easy looping over the rows by @RoadSigns
- Each the method signature of the Table::select from array to spread
int|string
by @RoadSigns - toArray() method, transform Table object into PHP native array by @roberto-butti in #55
Full Changelog: v0.0.11...v0.1.0
Hacktoberfest 2022 - 004
What's Changed
- Update the
groupBy()
method to allow for the return of aTable
object by @RoadSigns in #50 Table::transform()
to allow people to run specific functions on a column @RoadSigns- Update docs
- Bump dependabot/fetch-metadata from 1.3.4 to 1.3.5 by @dependabot in #49
Full Changelog: v0.0.10...v0.0.11
Hacktoberfest 2022 - 003
another great release from Hacktoberfest!
Special thanks to: @Tautve and @RoadSigns
What's Changed
- Test coverage reaches 100%
- Add method isEmpty by @Tautve in #44
- Allow flatMap to support multidimensional arrays by @RoadSigns in #45
- Bump dependabot/fetch-metadata from 1.3.3 to 1.3.4 by @dependabot in #46
- OrderBy method for the Table Class by @RoadSigns in #48
Full Changelog: v0.0.9...v0.0.10
Hacktoberfest 2022 - 002
0.0.9 - 2022-10-02
From Hacktoberfest:
- Arr::find() method that returns the first element in the array that satisfies the testing function by @tombenevides
- Arr::copyWithin() method that copies part of the array to a location but keeps the original length by @RoadSigns
- Improved code style by adding missing return types, removing unused variables, improving phpdocs, removing default values by @Tautve
- PHPStan level 5