Skip to content

Releases: plotdb/rescope

5.0.17

Choose a tag to compare

@zbryikt zbryikt released this 18 Nov 05:04

release for version 5.0.17

5.0.16

Choose a tag to compare

@zbryikt zbryikt released this 01 Nov 04:48

release for version 5.0.16

5.0.15

Choose a tag to compare

@zbryikt zbryikt released this 26 Feb 15:34
  • 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

Choose a tag to compare

@zbryikt zbryikt released this 19 Sep 08:31
  • extend the attr import from original function from prototype to all attributes.

5.0.13

Choose a tag to compare

@zbryikt zbryikt released this 19 Sep 07:26
  • 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

Choose a tag to compare

@zbryikt zbryikt released this 27 Jan 13:21
  • remove sandbox attribute from iframe since we do need to interact between iframe and its host.

5.0.11

Choose a tag to compare

@zbryikt zbryikt released this 09 Aug 06:52
  • fix bug: strict mode workaround in the previous version doesn't work

5.0.10

Choose a tag to compare

@zbryikt zbryikt released this 09 Aug 06:32
  • workaround: cancel strict mode for correct prop parsing

5.0.9

Choose a tag to compare

@zbryikt zbryikt released this 28 Mar 00:05
  • fix bug: bundler incorrect ignores http protocol

5.0.8

Choose a tag to compare

@zbryikt zbryikt released this 10 Mar 07:06
  • fix bug: object set via defineProperty can't be reached again.