Skip to content

Releases: flack/midgard-portable

v0.9.2

30 Dec 19:16
Compare
Choose a tag to compare
  • improved compatibility with Doctrine < 2.5

v0.9.1

18 Dec 18:46
Compare
Choose a tag to compare
  • Small improvements in robustness & usability
  • Code & documentation cleanups

Last Codename Ever

15 Dec 18:20
Compare
Choose a tag to compare
  • initial support for schemas without metadata
  • partial implementation of midgard_reflector_object
  • much improved support for IDE autocompletion of generated MgdSchema classes

Make sure to run midgard-portable schema to regenerate MgdSchema classes after updating

v0.8.4

16 Nov 11:29
Compare
Choose a tag to compare
  • improved var_dump behavior under PHP5.6+
  • fixed problem where duplicate detection didn't take parentfield into account
  • various code cleanups

v0.8.3

01 Nov 16:54
Compare
Choose a tag to compare
  • small compatibility improvements with invalid inputs
  • fix for problem where metadata.revised was not correctly updated on some PHP versions

v0.8.2

26 Jun 08:21
Compare
Choose a tag to compare
  • Symfony 3.0 compat

v0.8.1

19 Dec 14:37
Compare
Choose a tag to compare
  • Small improvements related to error handling

midgard-portable 0.8.0 "Berlin"

26 Sep 21:36
Compare
Choose a tag to compare
  • initial implementation of midgard_replicator
  • support for Symfony 2.7 & Doctrine ORM 2.5
  • added PHP 5.6 to tested versions
  • small fixes & cleanups

midgard-portable 0.7.0 "Manhattan"

23 Dec 11:19
Compare
Choose a tag to compare
Pre-release
  • added support for MgdSchema description
  • added support for parameter and attachment constraints in query builder/collector
  • much improved scalability due to better use of indexes
  • rewritten schema command with much better performance
  • support for DBAL 2.5

midgard-portable 0.6.0 "Big Boy"

05 Sep 15:39
Compare
Choose a tag to compare
Pre-release
  • better compatibility with converted Midgard1 databases
  • improved performance due to better use of Doctrine caching mechanisms
  • add CLI command to (re)generate mappings, entity classes and such
  • various fixes and cleanups