Skip to content

Releases: cycle/proxy-factory

v1.3.1

Choose a tag to compare

@wolfy-j wolfy-j released this 22 Jan 07:29
f07abe7
  • Adds support for union types
  • Adds support for PHP8

v1.3.0

Choose a tag to compare

@SerafimArts SerafimArts released this 23 Dec 19:22
952fd29
  • Bump spiral dependency to 2.7

v1.2.3

Choose a tag to compare

@SerafimArts SerafimArts released this 21 Dec 11:28
a6190ba
  • Upgrade PHP composer version

v1.2.2

Choose a tag to compare

@vvval vvval released this 05 Oct 11:30
611a5bf
  • fix factory instantiator default

v1.2.1

Choose a tag to compare

@vvval vvval released this 08 Jan 08:20
  • Fix namespace issue in the method params (#8)

v1.2.0

Choose a tag to compare

@vvval vvval released this 24 Dec 11:03
eadb908
  • Add php7.4.1 support
  • Minor code style fixes

v1.1.1

Choose a tag to compare

@vvval vvval released this 27 Nov 12:59
  • Make ProxyFactory exception message more informative

v1.1.0

Choose a tag to compare

@vvval vvval released this 11 Nov 13:04
  • add php7.4 support
  • modify tests
  • apply code styles

v1.07

Choose a tag to compare

@vvval vvval released this 08 Nov 19:35
  • fixed code style
  • several bugs related to a method params (missed default value, variadic syntax, byRef)
  • fixed extra return statement if the method is actually void

v1.0.6

Choose a tag to compare

@wolfy-j wolfy-j released this 02 Oct 11:39
  • the minimum PHP version is 7.2
  • added 7.4 tests to Travis