Skip to content

Releases: cycle/proxy-factory

v1.3.1

22 Jan 07:29
f07abe7

Choose a tag to compare

  • Adds support for union types
  • Adds support for PHP8

v1.3.0

23 Dec 19:22
952fd29

Choose a tag to compare

  • Bump spiral dependency to 2.7

v1.2.3

21 Dec 11:28
a6190ba

Choose a tag to compare

  • Upgrade PHP composer version

v1.2.2

05 Oct 11:30
611a5bf

Choose a tag to compare

  • fix factory instantiator default

v1.2.1

08 Jan 08:20

Choose a tag to compare

  • Fix namespace issue in the method params (#8)

v1.2.0

24 Dec 11:03
eadb908

Choose a tag to compare

  • Add php7.4.1 support
  • Minor code style fixes

v1.1.1

27 Nov 12:59

Choose a tag to compare

  • Make ProxyFactory exception message more informative

v1.1.0

11 Nov 13:04

Choose a tag to compare

  • add php7.4 support
  • modify tests
  • apply code styles

v1.07

08 Nov 19:35

Choose a tag to compare

  • 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

02 Oct 11:39

Choose a tag to compare

  • the minimum PHP version is 7.2
  • added 7.4 tests to Travis