Releases: j4mie/paris
Releases · j4mie/paris
v1.5.6
- Allow IDE's to autocomplete when
foreach
overfind_many()
result [stratoss] - issue #128 - Document the @Property PHPDoc comment for IDE autocomplete of model properties [Treffynnon]
v1.5.5
- Fix join table name not generated correclty [Ralphunter] - issue #109
- Add phpunit as dev dependency and composer script (
composer test
) to easily run tests [Treffynnon] - Global setting to allow static requests to avoid being forced in to using the namespace + class as the auto table name [michaelward82] - issue #100
- Document conflict between static Model calling and auto_prefix_models [michaelward82] - issue #102
- Added @method tags for magic methods [stellis] - issue #104
- Add missing
__unset()
magic method [qyanu] - issue #106 - Remove PHP 5.2 from travis-ci containers to test against (note Idiorm still supports PHP 5.2 despite this) [Treffynnon]
v1.5.4
- Corrects return value in docblock for 2 Model functions [michaelward82] - issue #99
v1.5.3
- Remove erroneously committed git merge backup file
v1.5.2
v1.5.1
- Remove HHVM build target from travis-ci as there is a bug in HHVM
v1.5.0
- Allows static calling of Model subclasses, ignoring namespace info during table name generation [michaelward82] - issue #90
- Prevent invalid method calls from triggering infinite recursion [michaelward82] - issue #75
- Allow chaining of the
set()
andset_expr()
methods [naga3] - issue #94 - Add HHVM to travis-ci build matrix [ptarjan] - issue #81
- Improve join documentation [rhynodesigns] - issue #92
- Improve code docblock [michaelward82] - issue #91
- Improve code docblocks and whitespace [michaelward82] - issue #93
- Improve connections documentation [kkeiper1103] - issue #79
v1.4.2
Patch update to remove a broken pull request - may have consequences for users of 1.4.0 and 1.4.1 that exploited the "find_many()
now returns an associative array with the databases primary ID as the array keys" change that was merged in 1.4.0.