Skip to content

Releases: hackal/Exp

Add change listener

13 Feb 09:32
bfc647a

Choose a tag to compare

v1.2.21

Update exp.js

Add support for custom callback in recommendations

30 Nov 11:47

Choose a tag to compare

v1.2.20

Add support for custom callback in recommendations

Add support for methods in loops

29 Nov 16:03

Choose a tag to compare

v1.2.19

Add support for methods in loops

Add support for proper control_group tracking

20 Nov 16:49
ef2200a

Choose a tag to compare

Merge pull request #73 from hackal/control-group-trigger

handle control_group tracking

Hotfix formatter support in loops

12 Nov 18:36
b415557

Choose a tag to compare

v1.2.17

Revert the formatter support in exp-bind

Enable formatters for exp-bind inside loops

12 Nov 18:14
b66ffa9

Choose a tag to compare

Add

  • formatters support in exp-bind in loops

Fix exp-ref directive

12 Nov 17:57
0febce2

Choose a tag to compare

Fixed exp-ref directive

Hosting hotfix

16 Oct 10:16
417faf2

Choose a tag to compare

Merge pull request #77 from hackal/onexit-trigger-fix

Onexit trigger fix

Hotfixes

10 Sep 13:41
417faf2

Choose a tag to compare

Merge pull request #77 from hackal/onexit-trigger-fix

Onexit trigger fix

Hotfix: exp-action eventListener changed to arrow function

02 Aug 09:39
cc4f89f

Choose a tag to compare

Changing eventListener to arrow function so that scope of this is on whole Exp instance instead of just function itself.