async-fp

Asynchronous Functional Programming Utilities

Downloads
668
Stars
2
Committers
5

Bot releases are hidden (Show)

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - [email protected]

Published by unional over 1 year ago

Patch Changes

async-fp - @unional/[email protected]

Published by unional over 1 year ago

Patch Changes

  • 5d4041f: Remove the with method from resulting gizmo
async-fp - @unional/[email protected]

Published by unional over 1 year ago

Minor Changes

  • 5332cfc: Allow gizmo to compose from other gizmos through ctx.with().
async-fp - [email protected]

Published by unional over 1 year ago

Patch Changes

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - [email protected]

Published by unional over 1 year ago

Patch Changes

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - @unional/[email protected]

Published by unional over 1 year ago

Patch Changes

  • 9a28ca3: Fix required() -> require().

    The original fix only did that at the top level.

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - @unional/[email protected]

Published by unional over 1 year ago

Patch Changes

  • 0e2b1ea: Add additional doc
  • b63ae8b: Allow start() function to be sync.
async-fp - [email protected]

Published by unional over 1 year ago

Patch Changes

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - @unional/[email protected]

Published by unional over 1 year ago

Patch Changes

  • 2c26a4a: Add testing exports
async-fp - [email protected]

Published by unional over 1 year ago

Patch Changes

async-fp - @unional/[email protected]

Published by unional over 1 year ago

Patch Changes

  • 228a724: Add DynamicLoader<T> type.

    This is added so that when the ctx needs to be specified manually,
    This type can be used for the dynamic dependency.

  • 9abf3c1: Export more types.
    To fix the type cannot be named issue.

async-fp - @unional/[email protected]

Published by unional over 1 year ago

async-fp - [email protected]

Published by unional over 1 year ago

Patch Changes

async-fp - @unional/[email protected]

Published by unional over 1 year ago

Major Changes

  • d0a68ba: Release as Node ESM module