Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Releases: mpyw/privator

v3.0.0

24 Jun 18:59
f5661d5
Compare
Choose a tag to compare
Update .travis.yml

v2.0.0

29 Jun 13:51
216e127
Compare
Choose a tag to compare

Incompatible Change

Before (~v1.0)

  • $proxy->new() does not call constructor.
  • $proxy->new([]) calls constructor with empty arguments.

After (v2.0~)

  • $proxy->new() calls constructor with empty arguments.
  • $proxy->newWithoutConstructor() does not call constructor.

v1.0.0

01 Mar 18:54
Compare
Choose a tag to compare
Merge branch 'master' of github.com:mpyw/privater