Skip to content

Releases: yurikuzn/bull

1.2.17

Choose a tag to compare

@yurikuzn yurikuzn released this 25 Nov 14:07
  • Using cache when same template requested multiple times in parallel @jarca0123

1.2.16

Choose a tag to compare

@yurikuzn yurikuzn released this 06 Nov 11:16
  • Added prepareRender method. Supposed to be async. Called each time before render.

1.2.15

Choose a tag to compare

@yurikuzn yurikuzn released this 10 Sep 09:04
  • Re-render keep option.
  • Event methods directly defined in the View class.

1.2.14

Choose a tag to compare

@yurikuzn yurikuzn released this 18 Jun 11:13
1.2.14

1.2.13

Choose a tag to compare

@yurikuzn yurikuzn released this 23 Mar 09:53
1.2.13

1.2.12

Choose a tag to compare

@yurikuzn yurikuzn released this 27 Jul 08:14
  • Pass a target in addHandler callback.

1.2.11

Choose a tag to compare

@yurikuzn yurikuzn released this 24 Jul 15:16
  • getViewKey method added.
  • setTemplate method added.

1.2.10

Choose a tag to compare

@yurikuzn yurikuzn released this 16 Jul 14:52
  • Added prepare method to the Factory class to prepare already instantiated views.

1.2.9

Choose a tag to compare

@yurikuzn yurikuzn released this 16 Jul 09:31
  • Ability to pass view instances in a layout.

1.2.8

Choose a tag to compare

@yurikuzn yurikuzn released this 11 Jul 07:33
  • Discard events as a view option.
  • Experimental view mode when a DOM container is defined by a child view and parent view does not need to specify a selector.