Skip to content

0.7.0

Compare
Choose a tag to compare
@shochdoerfer shochdoerfer released this 11 Feb 12:56
· 134 commits to master since this release

0.7.0

Added

  • #81 Generate unique names for helper methods
  • #80 Adds setup for simple benchmarks
  • #78 Optimize the code formatting of the generated config class
  • #73 Benchmark Disco and add results to README

Deprecated

  • Nothing.

Removed

  • #77 Change in Travis config: Remove hhvm, add PHP 7.1 to build matrix

Fixed

  • #76 Change visibility of wrapBeanAsLazy helper method to protected
  • #69 Use UniqueIdentifierGenerator::getIdentifier to generate unique names for helper methods
  • #68 Change visibility of wrapBeanAsLazy helper method
  • #66 APC fix as suggested by Scrutinizer