Info

Statistics

  • Download count5,462 total downloads
  • Latest download count 1,285 downloads of latest version
  • Average download count3 downloads per day average

Owners

  • Stable

    Version 0.7.1

    • Released 1 Feb, 2020
    • 1,285 downloads

    Fixed a minor issue with an alert when adding the plugin

  • Stable

    Version 0.7.0

    • Released 17 Nov, 2018
    • 961 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
    • 271 downloads

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

  • Stable

    Version 0.6.6

    • Released 7 Oct, 2018
    • 214 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
    • 240 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
  • Stable

    Version 0.6.4

    • Released 11 Sep, 2018
    • 205 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
    • 493 downloads

    v.0.6.3:

    • Added expressions: AliasCallReturnValue and FunctionReturnValue.
  • Stable

    Version 0.6.2

    • Released 19 Mar, 2018
    • 357 downloads

    v.0.6.2:

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

    Version 0.6.1

    • Released 25 Feb, 2018
    • 294 downloads

    v.0.6.1:

    • Empty aliases prohibited
  • Stable

    Version 0.6.0

    • Released 19 Feb, 2018
    • 1,142 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