Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 0.2.0 #55

Merged
merged 129 commits into from
Feb 7, 2023
Merged

version 0.2.0 #55

merged 129 commits into from
Feb 7, 2023

Conversation

gcanti
Copy link
Contributor

@gcanti gcanti commented Feb 7, 2023

  • New Features
    • dual APIs
    • SemiApplicative
      • add zipWith
    • Number
      • add sumAll
      • add multiplyAll
    • Option
      • add zipWith
      • add sum
      • add multiply
      • add subtract
      • add divide
      • add reduceCompact
      • add sumCompact
      • add multiplyCompact
      • add getEquivalence
    • Either
      • add getSemigroup
      • add zipWith
      • add sum
      • add multiply
      • add subtract
      • add divide
      • add getEquivalence
      • add toArray
    • These
      • add sum
      • add multiply
      • add subtract
      • add divide
      • add getEquivalence
    • ReadonlyRecord
      • add more APIs
  • Breaking Changes
    • remove Compactable typeclass
    • remove imap from exports
    • remove orElseSucceed
    • rename element to appendElement
    • Applicative
      • rename liftMonoid to getMonoid
    • Semigroup
      • rename array to mutableArray
      • rename readonlyArray to array
    • Monoid
      • rename array to mutableArray
      • rename readonlyArray to array
    • Filterable
      • add partitionMap operation to typeclass
    • Function
      • flip apply
      • remove getSemigroup
      • remove getMonoid
    • Foldable
      • rename toArrayWith to toArrayMap
      • remove reduceRight
      • remove reduceRightKind
      • rename foldMap to combineMap
      • rename foldMapKind to coproductMapKind
    • Covariant
      • flip flap
    • SemiApplicative
      • remove lift3
    • Option
      • remove fromThrowable
      • remove compact
      • remove coproductEither
      • remove separate
      • change firstSomeOf signature
      • rename getFirstNoneSemigroup to getFailureSemigroup
      • rename getFirstNoneMonoid to getFailureMonoid
      • rename getMonoid to getOptionalMonoid
      • rename liftOrder to getOrder
      • make orElse, orElseEither lazy and remove catchAll
    • Either
      • remove fromThrowable
      • make orElse, orElseEither lazy and remove catchAll
      • rename firstSuccessOf to firstRightOf
    • ReadonlyArray
      • rename foldMapWithIndex to combineMapWithIndex
      • rename foldMap to combineMap
      • rename foldMapNonEmpty to combineMapNonEmpty
      • rename foldMapNonEmptyWithIndex to combineMapNonEmptyWithIndex
      • rename foldMapKind to coproductMapKind
      • change makeBy signature
      • change replicate signature
      • change match signature
      • change match signature and add matchLeft
      • remove mapWithIndex
      • remove mapNonEmptyWithIndex
      • remove flatMapWithIndex
      • remove flatMapNonEmptyWithIndex
      • remove filterMapWithIndex
      • remove filterWithIndex
      • remove partitionMapWithIndex
      • remove partitionWithIndex
      • remove traverseWithIndex
      • remove traverseNonEmptyWithIndex
      • remove reduceWithIndex
      • remove reduceRightWithIndex
    • SemiApplicative
      • rename liftSemigroup to getSemigroup
    • These
      • remove fromThrowable
      • make orElse, orElseEither lazy and remove catchAll
    • Traversable
      • remove sequence opration

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant