@effect/data
Advanced tools
Changelog
0.15.0
#423 2be75e8
Thanks @gcanti! - SortedMap: remove mapWithIndex in favour of map
#423 2be75e8
Thanks @gcanti! - String: remove dual from replace
#423 2be75e8
Thanks @gcanti! - String: remove startsWithPosition in favour of pipeable startsWith
#423 2be75e8
Thanks @gcanti! - String: remove endsWithPosition in favour of pipeable endsWith
#423 2be75e8
Thanks @gcanti! - Option: remove inspectNone, inspectSome
#423 2be75e8
Thanks @gcanti! - HashMap: remove mapWithIndex in favour of map
#423 2be75e8
Thanks @gcanti! - HashMap: remove filterMapWithIndex in favour of filterMap
#423 2be75e8
Thanks @gcanti! - RedBlackTree: remove reduceWithIndex in favour of reduce
#423 2be75e8
Thanks @gcanti! - HashMap: remove filterWithIndex in favour of filter
#423 2be75e8
Thanks @gcanti! - HashMap: remove reduceWithIndex in favour of reduce
#423 2be75e8
Thanks @gcanti! - SortedMap: remove reduceWithIndex in favour of reduce
#423 2be75e8
Thanks @gcanti! - String: remove includesWithPosition in favour of pipeable includes
#423 2be75e8
Thanks @gcanti! - String: remove dual from slice
#423 2be75e8
Thanks @gcanti! - Random module: rename to DeterministicRandom (to align with the effect package export)
#423 2be75e8
Thanks @gcanti! - HashMap: remove flatMapWithIndex in favour of flatMap
#423 2be75e8
Thanks @gcanti! - Option: rename contains to containsWith (and re-add contains with a different signature)
#423 2be75e8
Thanks @gcanti! - RedBlackTree: rename find to findAll
#423 2be75e8
Thanks @gcanti! - HashMap: remove forEachWithIndex in favour of forEach
Changelog
0.14.1
#409 635407e
Thanks @gcanti! - List: remove useless Variance (already extends Iterable)
#415 b4fb9c9
Thanks @gcanti! - Either: rename EitherTypeId to TypeId
#414 12d1253
Thanks @gcanti! - rename contramap to mapInput, closes #410
#415 b4fb9c9
Thanks @gcanti! - Either: add _id field (and refactor isEither)
#416 1a133d8
Thanks @gcanti! - Option: rename OptionTypeId to TypeId
#415 b4fb9c9
Thanks @gcanti! - Either: rename map to mapRight, closes #411
#409 635407e
Thanks @gcanti! - List: add appendAllNonEmpty, prependAllNonEmpty, return Cons when the result is non empty, remove Iterable inputs
#413 37f22c3
Thanks @gcanti! - Chunk: append should return NonEmptyChunk
#416 1a133d8
Thanks @gcanti! - Option: add _id field (and refactor isOption)
#413 37f22c3
Thanks @gcanti! - Chunk: prepend should return NonEmptyChunk
#417 a24ba78
Thanks @gcanti! - remove unused trace field from Context, Option and Either
Changelog
0.14.0
d0397ad
Thanks @mikearnaldi! - Fix Pipeable Trait so that it doesn't prevent extensions