Skip to content

Releases: aneurysmjs/uselazy

v5.1.6

16 Feb 13:34
Compare
Choose a tag to compare

5.1.6 (2020-02-16)

Bug Fixes

  • uselazy: remove 'Error' from Result's union type (f343c8f)
  • uselazy: remove UseLazy interface from index (8c66f75)

v5.1.5

14 Feb 20:12
Compare
Choose a tag to compare

5.1.5 (2020-02-14)

Bug Fixes

  • uselazy: return always an array (f95de4b)

v5.1.4

12 Feb 21:17
Compare
Choose a tag to compare

5.1.4 (2020-02-12)

Bug Fixes

  • uselazy: set useAlien's second parameter default to "true" (d3546a7)

v5.1.3

12 Feb 20:27
Compare
Choose a tag to compare

5.1.3 (2020-02-12)

Bug Fixes

v5.1.2

12 Feb 19:34
Compare
Choose a tag to compare

5.1.2 (2020-02-12)

Bug Fixes

  • uselazy: generate declaration files (1aa39ac)

v5.1.1

24 Jan 13:09
Compare
Choose a tag to compare

5.1.1 (2020-01-24)

Bug Fixes

  • types: use typed guards to determine whether is a defaultImport (6afb857)

v5.1.0

23 Jan 21:04
Compare
Choose a tag to compare

5.1.0 (2020-01-23)

Features

  • uselazy: handle named import (4f20105)

v5.0.0

22 Jan 09:22
Compare
Choose a tag to compare

5.0.0 (2020-01-22)

Code Refactoring

  • uselazy: rewrite internals by just handle an array of dynamic imports (3059e0f)

BREAKING CHANGES

  • uselazy: now useLazy takes and array of functions instead of a single one.

v4.0.1

19 Jan 18:38
Compare
Choose a tag to compare

4.0.1 (2020-01-19)

Bug Fixes

  • gitignore: remove "types/" (74e4ead)
  • jest.config: fix regex transform's property (d7139f7)

v4.0.0

16 Jan 21:16
Compare
Choose a tag to compare

4.0.0 (2020-01-16)

Code Refactoring

  • uselazy: remove lazyObj and finally callback (a76d432)

BREAKING CHANGES

  • uselazy: useLazy not longer takes an object as a single parameter, it now takes 2 separate
    arguments. and it removes the use of the "onFinally" callback