Skip to content

Releases: tealina/fp-lite

v2.1.1

11 Aug 11:18
502dc4b
Compare
Choose a tag to compare

Patch Changes

  • 6ff8279: 1. Upgrade devDependencies 2. Use biome instead prettier 3. Follow the lint rules

v2.1.0

06 Jan 11:14
360bced
Compare
Choose a tag to compare

Minor Changes

  • 60430ef: feat: new fallback function

v2.0.0

28 Oct 04:34
8afe426
Compare
Choose a tag to compare

Major Changes

  • fffa44c: ### Breaking Change:

    1. peek now use console.log inside, and require a string parmas for log label.
    2. Remove deepFlat, use multiple flat instead or just fallbask to (xs)=>xs.flat(..)

    New Functions:

    1. compose
    2. asyncCompose
    3. notEmpty
    4. notZero

    Performance improve:

    Use for loop instead those .map, .filter, .reduce in codebase.
    Relative functions: map,filter, pipe, flow,compose, and there async version functions.