Skip to content

0.2.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@toxic-johann toxic-johann released this 02 Aug 07:49
· 444 commits to master since this release
  • remove nonextendable on $plugins and $pluginOrder

as nonextendable will call [Object.preventExtensions`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/preventExtensions) on dispatcher's plugins and order. Which will block dynamic plugin. So I remove it.
If you wish it return, I will try some other method, clone etc.