Skip to content

Tags: ricokahler/lazy

Tags

v2.0.4

Toggle v2.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: unwrap promises for `map` if `AsyncLazy` (#25)

v2.0.3

Toggle v2.0.3's commit message
fix(deps): add `@types/node`

v2.0.2

Toggle v2.0.2's commit message
fix: bug with skipWhile when used with async iterable

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: fixes a bug where takeWhile and skipWhile incorrectly exhausted …

…the iterable before emitting (#12)

v2.0.0

Toggle v2.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: new scan operator, async iterable support (#11)

BREAKING CHANGE: async iterable support introduces ES2018 syntax and may effect your bundler. All new API additions are intended to be compatible with version 1.0.0

v1.0.0

Toggle v1.0.0's commit message
feat: github actions