Skip to content

Releases: plotdb/rescope

2.0.0

08 Aug 16:36
Compare
Choose a tag to compare
  • dont pollute global scope with context call since we can't store global scope when context calls overlap.
  • remove dependency to @loadingio/ldquery

1.1.8

10 Jun 10:19
Compare
Choose a tag to compare
  • remove unused function _wrapper and rename _wrapper-alt to _wrapper.
  • hide global libraries temporarily if we are going to load them in rescope.

1.1.7

07 Jun 13:37
Compare
Choose a tag to compare
  • add caching feature

1.1.6

29 May 16:31
Compare
Choose a tag to compare
  • make position of delegator iframe to top left 0 to prevent from visual impact of the host document.

1.1.5

29 May 16:28
Compare
Choose a tag to compare
  • make position of delegator iframe absolute to prevent from visual impact of the host document.

1.1.4

23 May 13:05
Compare
Choose a tag to compare
  • track window injection and ignore injected members from capturing in context.
  • keep window properties from iframe at initial time

1.1.3

23 May 10:53
Compare
Choose a tag to compare
  • update dist folder

1.1.2

23 May 10:49
Compare
Choose a tag to compare
  • merge local window and global window by prototype chain and hasOwnPropery checking, so we can both
    • check custom members from libraries.
    • provide access to window native members for libraries.

1.1.1

21 May 11:25
Compare
Choose a tag to compare
  • correctly handling promise in recursive load call.
  • load variables both into local scope and global scope in wrapper.
  • force global related variables in wrapper to this. may lead to some unwanted issue if libraries access
  • restore global session by iterating the correct object.

1.1.0

21 May 06:49
Compare
Choose a tag to compare
  • add support to loading with custom context. this is useful with multiple stages loading.