Skip to content

Fixed issue #80 instance function had different behavior with and without Proxy support

Compare
Choose a tag to compare
@NagRock NagRock released this 23 Jan 16:08
· 55 commits to master since this release

Fixed bug #80 that instance function worked different if Proxy was supported or not
With Proxy support instance function always returned new object, without support it was always same instance. Now instance function always returns same object.