Skip to content

Latest commit

 

History

History
229 lines (135 loc) · 14 KB

CHANGELOG.md

File metadata and controls

229 lines (135 loc) · 14 KB

@fp-ts/core

0.2.1

Patch Changes

0.2.0

Minor Changes

Patch Changes

0.1.1

Patch Changes

0.1.0

Minor Changes

Patch Changes

next

Breaking changes

  • remove NonEmptyTraversable module
  • Semigroup
    • make combine binary
    • make combineMany binary
  • SemiCoproduct
    • make coproduct binary
    • make coproductMany binary
  • SemiProduct
    • make product binary
    • make productMany binary
    • rename productFlatten to element
  • Order
    • make compare binary

New Features

  • Boolean
    • add not combinator
  • Order
    • add array combinator
    • add bigint instance
  • Monoid
    • add array, readonlyArray combinators
  • Semigroup
    • add array, readonlyArray combinators
  • new modules
    • typeclass/Equivalence
    • typeclass/Filterable
    • typeclass/TraversableFilterable
    • Bigint
    • Boolean
    • Either
    • Function
    • Identity
    • Number
    • Option
    • Ordering
    • Predicate
    • ReadonlyArray
    • ReadonyRecord
    • String
    • Struct
    • Symbol
    • These
    • Tuple

0.0.11

Patch Changes

0.0.10

Patch Changes

0.0.9

Patch Changes

  • #33 c8246ea5 Thanks @gcanti! - remove Compactable, Filterable, TraversableFilterable and /data folder

0.0.8

Patch Changes

0.0.7

Patch Changes

0.0.6

Patch Changes

0.0.5

Patch Changes

0.0.4

Patch Changes

0.0.3

Patch Changes

0.0.2

Patch Changes

0.0.1

Patch Changes