Releases: plotdb/rescope
Releases · plotdb/rescope
2.0.0
- 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
- 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.6
- make position of delegator iframe to top left 0 to prevent from visual impact of the host document.
1.1.5
- make position of delegator iframe absolute to prevent from visual impact of the host document.
1.1.4
- track window injection and ignore injected members from capturing in context.
- keep window properties from iframe at initial time
1.1.2
- 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
- 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
- add support to loading with custom context. this is useful with multiple stages loading.