Skip to content

v0.1.0

Compare
Choose a tag to compare
@roberto-butti roberto-butti released this 25 Nov 18:10
· 94 commits to main since this release

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