RoboJS Versions Save

RoboJS is a library that aims to dynamically load JS modules depending on how the DOM is composed.

3.4.3

7 years ago

changed transpiler from traucer to babel minor fix

3.4.2

7 years ago

3.4.1

7 years ago

3.4.0

7 years ago

added RJEvent. refactor EventDispatcher refactor bootstrap function each MediatorHandler creates its own EventDispatcher, in order to support multiple bootstrap

3.3.2

7 years ago

bugfix

3.3.1

7 years ago

removing mediatorid attribute, will force mediator disposing and re-creation

3.3.0

8 years ago

Mediator is a high order function that returns a disposable function, invoked when node element is removed from DOM

3.2.0

8 years ago

Mediator constructor takes two parameters, node and dispatcher. node is a reference to DOM element, dispatcher is a reference to EventDispatcher Object. initialize and destroy methods don't accept parameters anymore

3.1.1

8 years ago

improved query to discover custom elements in DOM

3.1.0

8 years ago

Custom Element support added. you can define your custom element logics and robojs takes care to load and register the new custom element when it appears in DOM the first time.