Info

Statistics

  • Download count7,300 total downloads
  • Latest download count 648 downloads of latest version
  • Average download count4 downloads per day average

Owners

  • Stable

    Version 0.8.1

    • Released 18 Feb, 2021
    • 648 downloads

    Minor change to support Javascript modules in Construct 3 versions r226 and above

  • Stable

    Version 0.8.0

    • Released 17 Jun, 2019
    • 1,558 downloads

    — All actions and conditions with variadic parameters are deprecated now. I replaced them with actions and conditions with fixed number of parameters

  • Stable

    Version 0.7.0

    • Released 17 Nov, 2018
    • 791 downloads

    — Now you can access variables, functions and objects directly even with no aliases

    — Aliases are still available if you want to use them

    — Alias- and non-alias-expressions are now accepted in the same ACEs: plugin can see if you're using aliases and operates accordingly

  • Stable

    Version 0.6.7

    • Released 19 Oct, 2018
    • 286 downloads

    Fixed the issue with loading scripts if certain jquery builds were used.

  • Stable

    Version 0.6.6

    • Released 7 Oct, 2018
    • 253 downloads

    v.0.6.6:

    • If you used an action to call a js-function that returns "true", it would suspend following actions in the event sheet. That reproduced in C3 runtime and it could reproduce in C2 runtime. Now it's fixed.
  • Stable

    Version 0.6.5

    • Released 16 Sep, 2018
    • 273 downloads

    v.0.6.5:

    • Fixed compatibility issue with old browsers such as Android 4.4 Webview 30. The problem was that the plugin code used some ES6 features when it wasn't supposed to
    • Fixed importing "Script files" property from a Construct 2 project to a Construct 3 project
  • Stable

    Version 0.6.4

    • Released 11 Sep, 2018
    • 219 downloads

    v.0.6.4:

    • Fixed the issue with wrong path to the included scripts in a project folder when exporting for certain platforms like NW.js
  • Stable

    Version 0.6.3

    • Released 31 Jul, 2018
    • 371 downloads

    v.0.6.3:

    • Added Construct 3 runtime 3 support.
    • Added expressions: AliasCallReturnValue and FunctionReturnValue.
  • Stable

    Version 0.6.2.1

    • Released 20 Mar, 2018
    • 438 downloads

    v.0.6.2.1:

    • Fixed "Call alias" action that was broken in v.0.6.2: it would lose parameters if you opened a project created with the older version of a plugin
  • Stable

    Version 0.6.2

    • Released 19 Mar, 2018
    • 204 downloads

    v.0.6.2:

    • Added "Compare alias call" condition
    • Placed all eval ACEs into separate section
  • Stable

    Version 0.6.1

    • Released 25 Feb, 2018
    • 382 downloads

    v.0.6.1:

    • Empty aliases prohibited
  • Stable

    Version 0.6.0

    • Released 19 Feb, 2018
    • 1,877 downloads

    v.0.6:

    • Aliases
    • Caching
    • Plugin is now "Single global" which means you can only have one instance of a plugin in a project
    • Everything works faster because functions and aliases aren't implemented with eval( ) anymore