Skip to content

Version 0.11

Compare
Choose a tag to compare
@Ronef Ronef released this 26 Apr 05:54
· 518 commits to master since this release
  • + \ddTools::ddTools::sort2dArray: The new method. It sorts 2-dimensional array by multiple columns (like in SQL) using Hoare’s method, also referred to as quicksort. The sorting is stable.
  • * Small changes for compatibility with old MODX versions.
  • * Bugfix: The method \ddTools::unfoldArray didn’t used to be static.