Skip to content

v0.18.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 12:26
· 66 commits to main since this release
9212ecb

Patch Changes

  • 669ff67: Add composition util methods and update AppResult methods for @carbonteq/fp v0.6.0

    • Add AppendToTuple, IsUnion and EnsureNotUnion type utils
    • Remove isPromise type guard. Already present in node:util/types
    • Add extractProp, extractProps, extractId, toSerialized and nestWithKey composition utilities
    • Rename RefinedType.$inferInner to RefinedType.$inferPrimitive and RefinedType.value to RefinedType.primitive