Skip to content

Releases: j4mie/paris

v1.5.6

21 Mar 02:15
Compare
Choose a tag to compare

v1.5.5

14 Dec 07:14
Compare
Choose a tag to compare
  • 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

23 Sep 10:51
Compare
Choose a tag to compare

v1.5.3

25 Jun 10:02
Compare
Choose a tag to compare
  • Remove erroneously committed git merge backup file

v1.5.2

23 Jun 11:04
Compare
Choose a tag to compare
  • Paris incorrectly relying on old Idiorm version in the composer.json [ilsenem] - issue #96

v1.5.1

22 Jun 01:28
Compare
Choose a tag to compare
  • Remove HHVM build target from travis-ci as there is a bug in HHVM

v1.5.0

22 Jun 01:16
Compare
Choose a tag to compare

v1.4.2

12 Dec 10:48
Compare
Choose a tag to compare

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.

  • Back out pull request/issue #133 as it breaks backwards compatibility in previously unexpected ways (see Idiorm issues #162, #156 and #133) - sorry for merging this change into Paris - closes Idiorm issue 156