Skip to content

Releases: loadingio/ldview

1.4.0

11 Jan 14:15

Choose a tag to compare

  • by default update ctx via functional ctx before rendering

1.3.2

19 Nov 12:24

Choose a tag to compare

  • remove unnecessary log

1.3.1

19 Nov 11:46

Choose a tag to compare

  • fix bug: subview rendering should update ctxs
  • add internal ctxs api for updating ctxs
  • upgrade dependencies

1.3.0

19 Sep 05:34

Choose a tag to compare

  • support functional ctx parameter for returning customized context especially useful for nested views.

1.2.1

24 Jun 05:30

Choose a tag to compare

  • fix bug: ctx() should test argument's existence with arguments.length

1.2.0

24 Jun 05:17

Choose a tag to compare

  • add ctx() function to replace setCtx().

1.1.1

16 Feb 13:19

Choose a tag to compare

  • fix bug: proc-each should return Promise, instead of list of Promises
  • fix bug: ensure correct initialization order by waiting for init Promise to resolve before render when init-render is enabled.
  • fix bug: nested view initialization should return Promise returned by its own init function call.

1.1.0

24 Jan 10:01

Choose a tag to compare

  • support promise in init ( but not yet support render after init
    resolve )
  • add view.init
  • add test code for init promise

1.0.0

19 Jan 13:04

Choose a tag to compare

  • upgrade dev modules
  • release with compact directory structure

0.2.8

19 Jan 07:59

Choose a tag to compare

  • use minimized dist file as main / browser default file
  • further minimize minimized file
  • upgrade modules