Skip to content

Releases: aneurysmjs/uselazy

v3.2.0

31 Oct 21:08
Compare
Choose a tag to compare

3.2.0 (2019-10-31)

Features

  • uselazy: improve typing for other kind of imports (30da21c)

v3.1.0

30 Oct 20:09
Compare
Choose a tag to compare

3.1.0 (2019-10-30)

Features

  • uselazy: return object with result and loading status (06f2f43)

v3.0.0

29 Oct 14:53
Compare
Choose a tag to compare

3.0.0 (2019-10-29)

Features

  • uselazy: pass object literal instead of separated arguments (59cbd3a)

BREAKING CHANGES

  • uselazy: is much better to have all in one object, that allows the arguments to come in any
    order and if there's anyone we don't need, we can simply ignore them or anything that is missing we
    can simply provide defaults

v2.2.0

28 Oct 19:46
Compare
Choose a tag to compare

2.2.0 (2019-10-28)

Features

  • uselazy: handle multiple imports (57741bf)

v2.1.3

28 Oct 09:59
Compare
Choose a tag to compare

2.1.3 (2019-10-28)

Bug Fixes

  • package.json: add "pretest" and "prepare" scripts (5f002c0)

v2.1.2

28 Oct 09:21
Compare
Choose a tag to compare

2.1.2 (2019-10-28)

Bug Fixes

  • rollup: use lowercase for file name (07764c4)

v2.1.1

27 Oct 21:25
Compare
Choose a tag to compare

2.1.1 (2019-10-27)

Bug Fixes

  • package.json: remove "src" from files (733735f)

v2.1.0

27 Oct 20:56
Compare
Choose a tag to compare

2.1.0 (2019-10-27)

Features

  • uselazy: make use of "handleThrow" (19de1a2)

v2.0.0

26 Oct 21:41
Compare
Choose a tag to compare

2.0.0 (2019-10-26)

Bug Fixes

  • uselazy: set React as a devDependency (e399b31)

Build System

  • rollup: remove all webpack related bundling (6078f8f)

BREAKING CHANGES

  • rollup: this library not longer uses Webpack in favor of Rollup since is fits more for
    libraries

v1.1.1

25 Oct 21:01
Compare
Choose a tag to compare

1.1.1 (2019-10-25)

Bug Fixes

  • scripts/build: use paths.dist instead of paths.build (b01aa79)