Skip to content

Releases: plotdb/rescope

5.0.17

18 Nov 05:04

Choose a tag to compare

release for version 5.0.17

5.0.16

01 Nov 04:48

Choose a tag to compare

release for version 5.0.16

5.0.15

26 Feb 15:34

Choose a tag to compare

  • use Proxy + Reflect to replace <<< for preparing function attributes inaccessible due to bind
  • use callback mechanism to update local variable to sync members in window with local variables (rspvarsetcb)

5.0.14

19 Sep 08:31

Choose a tag to compare

  • extend the attr import from original function from prototype to all attributes.

5.0.13

19 Sep 07:26

Choose a tag to compare

  • in Proxy get, return the bound function with prototype updated from original value.
  • prevent declaration of variables with illegal variable names in _wrap.

5.0.12

27 Jan 13:21

Choose a tag to compare

  • remove sandbox attribute from iframe since we do need to interact between iframe and its host.

5.0.11

09 Aug 06:52

Choose a tag to compare

  • fix bug: strict mode workaround in the previous version doesn't work

5.0.10

09 Aug 06:32

Choose a tag to compare

  • workaround: cancel strict mode for correct prop parsing

5.0.9

28 Mar 00:05

Choose a tag to compare

  • fix bug: bundler incorrect ignores http protocol

5.0.8

10 Mar 07:06

Choose a tag to compare

  • fix bug: object set via defineProperty can't be reached again.