Skip to content

Releases: formulateco/cordova-plugin-injectview

1.1.1

05 Sep 14:50
1.1.1

Choose a tag to compare

  • Fixed manifest not being generated under various circumstances thanks to @Zeno97
  • Fixed manifest cleanup when plugin is uninstalled
  • Plugin is now being published to NPM as cordova-plugin-injectview and can now be installed with cordova plugin add cordova-plugin-injectview

1.1.0

27 Jul 19:30
1.1.0

Choose a tag to compare

Significant restructuring of plugin:

  • Instead of the brittle parsing of cordova_plugins.js at runtime, we now generate a script manifest (cordova-plugin-injectview.json) at build time that specifies which scripts to load
  • Instead of injecting scripts individually, we now concatenate and evaluate all scripts in one pass, preventing previous race conditions