Releases: aneurysmjs/uselazy
Releases · aneurysmjs/uselazy
v5.1.6
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
5.1.5 (2020-02-14)
Bug Fixes
- uselazy: return always an array (f95de4b)
v5.1.4
5.1.4 (2020-02-12)
Bug Fixes
- uselazy: set useAlien's second parameter default to "true" (d3546a7)
v5.1.3
5.1.3 (2020-02-12)
Bug Fixes
v5.1.2
5.1.2 (2020-02-12)
Bug Fixes
- uselazy: generate declaration files (1aa39ac)
v5.1.1
5.1.1 (2020-01-24)
Bug Fixes
- types: use typed guards to determine whether is a defaultImport (6afb857)
v5.1.0
5.1.0 (2020-01-23)
Features
- uselazy: handle named import (4f20105)
v5.0.0
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
4.0.1 (2020-01-19)
Bug Fixes
- gitignore: remove "types/" (74e4ead)
- jest.config: fix regex transform's property (d7139f7)
v4.0.0
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