Parable PHP Framework 0.12.14
Pre-release
Pre-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 improvedcombine()
method and gainedgetRightsFromNames()
andgetNamesFromRights()
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 hasaddValues()
, so you can add an array of values instead of having to do them one-by-one.\Parable\ORM\Repository
now hascreateInstanceForModelName()
, which is now whatToolkit::getRepository
calls as well. Toolkit'sgetRepository
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.