Skip to content

Parable PHP Framework 0.12.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@devvoh devvoh released this 17 Nov 11:53
· 146 commits to master since this release

Parable PHP Framework Changelog

0.12.14

Changes

  • /bin/vendor/parable, the command-line tool, now shows the Parable version.
  • \Parable\Rights\Rights has an improved combine() method and gained getRightsFromNames() and getNamesFromRights() methods, so it's easier to work with.
  • \Parable\Framework\App has lost its dependency on \Parable\Filesystem\Path, since it became obsolete after recent changes.
  • \Parable\ORM\Query now has addValues(), so you can add an array of values instead of having to do them one-by-one.
  • \Parable\ORM\Repository now has createInstanceForModelName(), which is now what Toolkit::getRepository calls as well. Toolkit's getRepository is sticking around, since it's more useful in views.
  • Small fixes to increase code base quality.

Bugfixes

  • The parable init-structure command used a hard-coded vendor path, which could eventually cause problems.
  • Fixed tests up so that all components have 100% code coverage without Framework touching all the things. Also improved and simplified some tests.