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 2.11 #1538

Merged
merged 172 commits into from Jul 26, 2021
Merged

version 2.11 #1538

merged 172 commits into from Jul 26, 2021

Commits on Mar 22, 2021

  1. Copy the full SHA
    dc3b3ce View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2021

  1. Copy the full SHA
    c3af22b View commit details
    Browse the repository at this point in the history
  2. chore

    gcanti committed Mar 23, 2021
    Copy the full SHA
    0d8a1b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Copy the full SHA
    11515dc View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    56b3b4c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    70f1ab2 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    438d935 View commit details
    Browse the repository at this point in the history
  5. update changelog

    gcanti committed Mar 28, 2021
    Copy the full SHA
    22aea4a View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Add filterE utils to Witherable

    vinassefranche authored and gcanti committed Mar 29, 2021
    Copy the full SHA
    c5d5d3c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Copy the full SHA
    45cacd7 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    b3db013 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Copy the full SHA
    cc6e29b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a9309b View commit details
    Browse the repository at this point in the history
  3. Backport SK from 3.0.0

    cdimitroulas authored and gcanti committed Mar 31, 2021
    Copy the full SHA
    a9c3d8b View commit details
    Browse the repository at this point in the history
  4. backport ReadonlyRecord & Record

    anthonyjoeseph authored and gcanti committed Mar 31, 2021
    Copy the full SHA
    d6ccecb View commit details
    Browse the repository at this point in the history
  5. update changelog

    gcanti committed Mar 31, 2021
    Copy the full SHA
    0a933c3 View commit details
    Browse the repository at this point in the history
  6. rename object module to struct

    gcanti committed Mar 31, 2021
    Copy the full SHA
    826c65a View commit details
    Browse the repository at this point in the history
  7. merge master

    gcanti committed Mar 31, 2021
    Copy the full SHA
    e83dd10 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    566ec19 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    22952c3 View commit details
    Browse the repository at this point in the history
  10. Record:

      - add `union`
      - add `intersection`
      - add `difference`
      - add `getUnionSemigroup`
      - add `getUnionMonoid`
      - add `getIntersectionSemigroup`
      - add `getDifferenceMagma`
    gcanti committed Mar 31, 2021
    Copy the full SHA
    15acbf8 View commit details
    Browse the repository at this point in the history
  11. expand internal module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    36b5e1e View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    912b273 View commit details
    Browse the repository at this point in the history
  13. struct: add evolve

    gcanti committed Mar 31, 2021
    Copy the full SHA
    2fed4b6 View commit details
    Browse the repository at this point in the history
  14. function: add apply

    gcanti committed Mar 31, 2021
    Copy the full SHA
    14f6418 View commit details
    Browse the repository at this point in the history
  15. Ord: add equals and trivial

    gcanti committed Mar 31, 2021
    Copy the full SHA
    195bd9b View commit details
    Browse the repository at this point in the history
  16. add Endomorphism module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    6c035e5 View commit details
    Browse the repository at this point in the history
  17. add Predicate module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    74756a0 View commit details
    Browse the repository at this point in the history
  18. add Refinement module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    2776ee8 View commit details
    Browse the repository at this point in the history
  19. - add FromState module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    0798194 View commit details
    Browse the repository at this point in the history
  20. add FromThese module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    6417829 View commit details
    Browse the repository at this point in the history
  21. add void module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    674bb83 View commit details
    Browse the repository at this point in the history
  22. add FromReader module

    gcanti committed Mar 31, 2021
    Copy the full SHA
    5a56321 View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    ce12a07 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Array / ReadonlyArray:

      - add `getUnionSemigroup`
      - add `getUnionMonoid`
      - add `getIntersectionSemigroup`
      - add `getDifferenceMagma`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    c4a5d29 View commit details
    Browse the repository at this point in the history
  2. Set / ReadonlySet

      - add `getUnionSemigroup`
      - add `getDifferenceMagma`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    17a41ca View commit details
    Browse the repository at this point in the history
  3. NonEmptyArray / ReadonlyNonEmptyArray

      - add `union`
      - add `getUnionSemigroup`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    cac84f7 View commit details
    Browse the repository at this point in the history
  4. ReadonlyArray: add fromOption

    gcanti committed Apr 1, 2021
    Copy the full SHA
    459cd1c View commit details
    Browse the repository at this point in the history
  5. FromEither: add FromEither1

    gcanti committed Apr 1, 2021
    Copy the full SHA
    adbbb3e View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    a937b73 View commit details
    Browse the repository at this point in the history
  7. Either: add chainOptionK

    gcanti committed Apr 1, 2021
    Copy the full SHA
    6898b03 View commit details
    Browse the repository at this point in the history
  8. - Option

      - add `FromEither` instance
      - add `fromEitherK`
      - add `chainEitherK`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    9734b0c View commit details
    Browse the repository at this point in the history
  9. - Array / ReadonlyArray

      - add `fromEither`
      - add `FromEither` instance
      - add `fromEitherK`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    696fc61 View commit details
    Browse the repository at this point in the history
  10. - Map / ReadonlyMap

      - add `union`
      - add `intersection`
      - add `difference`
      - add `getUnionSemigroup`
      - add `getUnionMonoid`
      - add `getIntersectionSemigroup`
      - add `getDifferenceMagma`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    498dba1 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    8aec31f View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    0e64713 View commit details
    Browse the repository at this point in the history
  13. Add docs

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    3f310c7 View commit details
    Browse the repository at this point in the history
  14. Add coverage

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    34dd0ba View commit details
    Browse the repository at this point in the history
  15. Add to TaskEither

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    eb13ce6 View commit details
    Browse the repository at this point in the history
  16. Add to ReaderEither

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    78c66c7 View commit details
    Browse the repository at this point in the history
  17. Add to ReaderTaskEither

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    45b7f65 View commit details
    Browse the repository at this point in the history
  18. Fix versions

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    11232db View commit details
    Browse the repository at this point in the history
  19. Correct tests

    thewilkybarkid authored and gcanti committed Apr 1, 2021
    Copy the full SHA
    6383896 View commit details
    Browse the repository at this point in the history
  20. number: add MagmaSub

    gcanti committed Apr 1, 2021
    Copy the full SHA
    ba80687 View commit details
    Browse the repository at this point in the history
  21. string: add toUpperCase

    gcanti committed Apr 1, 2021
    Copy the full SHA
    e8818db View commit details
    Browse the repository at this point in the history
  22. - Magma

      - add `reverse`
      - add `filterFirst`
      - add `filterSecond`
      - add `endo`
      - add `concatAll`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    205a907 View commit details
    Browse the repository at this point in the history
  23. - Set / ReadonlySet

      - add `reduceRight`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    7f819d4 View commit details
    Browse the repository at this point in the history
  24. - TaskEither

      - add `fromTaskOptionK`
      - add `chainTaskOptionK`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    97cc7a7 View commit details
    Browse the repository at this point in the history
  25. - Alt

      - add `altAll`
    - `Alternative`
      - add `altAll`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    c3d0eb6 View commit details
    Browse the repository at this point in the history
  26. - NonEmptyArray / ReadonlyNonEmptyArray

      - add `makeBy`
      - add `range`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    a5da887 View commit details
    Browse the repository at this point in the history
  27. - NonEmptyArray / ReadonlyNonEmptyArray

        - add `concatW`
        - add `updateHead`
        - add `updateLast`
        - add `replicate`
        - add `rotate`
        - add `sortBy`
        - add `uniq`
    gcanti committed Apr 1, 2021
    Copy the full SHA
    9dfc556 View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    85cdc47 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2021

  1. merge master

    gcanti committed Apr 2, 2021
    Copy the full SHA
    dd91a2e View commit details
    Browse the repository at this point in the history
  2. update docs

    gcanti committed Apr 2, 2021
    Copy the full SHA
    a214689 View commit details
    Browse the repository at this point in the history
  3. - Array / ReadonlyArray

      - add `concat` / `concatW`
      - add `match`, `matchW`, `matchLeftW`, `matchRightW`
      - add `fromOptionK`
    gcanti committed Apr 2, 2021
    Copy the full SHA
    410a48e View commit details
    Browse the repository at this point in the history
  4. - Map

      - add `getFoldable`
    - `Map` / `ReadonlyMap`
      - add `foldMap`
      - add `reduceRight`
      - add `reduceWithIndex`
      - add `foldMapWithIndex`
      - add `reduceRightWithIndex`
    gcanti committed Apr 2, 2021
    Copy the full SHA
    40414cc View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    1155bf1 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Copy the full SHA
    0f1bd6c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    87d5975 View commit details
    Browse the repository at this point in the history
  3. Refinement:

      - add `id`
      - add `zero`
      - add `compose`
    gcanti committed Apr 3, 2021
    Copy the full SHA
    33dc703 View commit details
    Browse the repository at this point in the history
  4. - string

      - add `isString`
    - `number`
      - add `isNumber`
    - `boolean`
      - add `isBoolean`
    gcanti committed Apr 3, 2021
    Copy the full SHA
    6f0b582 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. Copy the full SHA
    0a74f2a View commit details
    Browse the repository at this point in the history
  2. Record / ReadonlyRecord: traverse, sequence and traverseWithIndex sho…

    …uld respect the order
    gcanti committed Apr 6, 2021
    Copy the full SHA
    76732e8 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2021

  1. undeprecate local

    gcanti committed Apr 7, 2021
    Copy the full SHA
    4b49a4d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    296b55a View commit details
    Browse the repository at this point in the history
  3. add asksEW, asksW

    gcanti committed Apr 7, 2021
    Copy the full SHA
    fb2b735 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    364745d View commit details
    Browse the repository at this point in the history
  5. chore

    gcanti committed Apr 7, 2021
    Copy the full SHA
    8c53b1e View commit details
    Browse the repository at this point in the history
  6. chore

    gcanti committed Apr 7, 2021
    Copy the full SHA
    a24f8e8 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    b0d7277 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a7830d2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    4668d25 View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    8eaf1b0 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    f0880df View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    a0da597 View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    8f51693 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Array / ReadonlyArray:

      - add `chainRecDepthFirst`
      - add `chainRecBreadthFirst`
    gcanti committed Apr 8, 2021
    Copy the full SHA
    cee485e View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2021

  1. Add ReaderTask.chainFirstW

    vinassefranche authored and gcanti committed Apr 13, 2021
    Copy the full SHA
    bad3dd7 View commit details
    Browse the repository at this point in the history
  2. Add Reader.chainFirstW

    vinassefranche authored and gcanti committed Apr 13, 2021
    Copy the full SHA
    cf7521e View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    a2891aa View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2021

  1. merge master

    gcanti committed Apr 16, 2021
    Copy the full SHA
    6a7cbc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. update changelog

    gcanti committed Apr 17, 2021
    Copy the full SHA
    d42f616 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. merge master

    gcanti committed Apr 19, 2021
    Copy the full SHA
    ff02bc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. merge master

    gcanti committed Apr 20, 2021
    Copy the full SHA
    f0d3d59 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. - remove unnecessary type parameters

      - `Either`
        - `exists`
        - `isLeft`
        - `isRight`
        - `elem`
      - `Option`
        - `isNone`
      - `These`
        - `isLeft`
        - `isRight`
      - `Set` / `ReadonlySet`
        - `isEmpty`
        - `size`
      - `Array` / `ReadonlyArray`
        - `isEmpty`
        - `isOutOfBound`
        - `size`
      - `Map` / `ReadonlyMap`
        - `isEmpty`
        - `size`
      - `NonEmptyArray` / `ReadonlyNonEmptyArray`
        - `isOutOfBound`
    gcanti committed Apr 21, 2021
    Copy the full SHA
    3dcfc1b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    da72dcb View commit details
    Browse the repository at this point in the history
  3. Refinement: add fromEitherK

    gcanti committed Apr 21, 2021
    Copy the full SHA
    4e86e38 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2021

  1. Copy the full SHA
    a4c0afc View commit details
    Browse the repository at this point in the history
  2. Update changelog

    vinassefranche authored and gcanti committed Apr 22, 2021
    Copy the full SHA
    2a258dd View commit details
    Browse the repository at this point in the history
  3. revert local deprecations

    gcanti committed Apr 22, 2021
    Copy the full SHA
    f61e85c View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. tmp

    gcanti committed Apr 23, 2021
    Copy the full SHA
    172928a View commit details
    Browse the repository at this point in the history
  2. improve signatures involving Predicate

      - Set / ReadonlySet
        - filter
        - partition
      - Map / ReadonlyMap
        - filter
        - filterWithIndex
        - partition
        - partitionWithIndex
      - Option
        - fromPredicate
      - OptionT
        - fromPredicate
      - filterOrElseW
        - Either
        - IOEither
        - ReaderEither
        - ReaderTaskEither
        - StateReaderTaskEither
        - TaskEither
      - Array / ReadonlyArray
        - filter
        - filterWithIndex
        - partition
        - partitionWithIndex
        - takeLeftWhile
        - dropLeftWhile
        - spanLeft
        - findFirst
        - findLast
      - FromEither
        - fromPredicate
        - filterOrElse
    gcanti committed Apr 23, 2021
    Copy the full SHA
    b9eac58 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    22f7f77 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Add FromReader.chainFirstReaderK

    vinassefranche authored and gcanti committed Apr 25, 2021
    Copy the full SHA
    50b6e9e View commit details
    Browse the repository at this point in the history
  2. Add some chainReaderKW

    vinassefranche authored and gcanti committed Apr 25, 2021
    Copy the full SHA
    6760744 View commit details
    Browse the repository at this point in the history
  3. Add RTE.chainFirstReaderTaskK(W)

    vinassefranche authored and gcanti committed Apr 25, 2021
    Copy the full SHA
    28925b3 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    ee2aa06 View commit details
    Browse the repository at this point in the history
  5. Update changelog

    vinassefranche authored and gcanti committed Apr 25, 2021
    Copy the full SHA
    851f7f2 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    ee7d76e View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Copy the full SHA
    6d4bab5 View commit details
    Browse the repository at this point in the history
  2. Add RTE.chainFirstReaderEitherK(W)

    vinassefranche authored and gcanti committed Apr 27, 2021
    Copy the full SHA
    6c1f049 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    vinassefranche authored and gcanti committed Apr 27, 2021
    Copy the full SHA
    82a3987 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

  1. Copy the full SHA
    03e7d25 View commit details
    Browse the repository at this point in the history
  2. Add IOEither.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    ab640a4 View commit details
    Browse the repository at this point in the history
  3. add Reader.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    f00cc11 View commit details
    Browse the repository at this point in the history
  4. Add ReaderEither.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    9f4f484 View commit details
    Browse the repository at this point in the history
  5. Add ReaderTask.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    d083972 View commit details
    Browse the repository at this point in the history
  6. Add ReaderTaskEither.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    e85e7e4 View commit details
    Browse the repository at this point in the history
  7. Add StateReaderTaskEither.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    228da9f View commit details
    Browse the repository at this point in the history
  8. Add TaskEither.flattenW

    jussisaurio authored and gcanti committed Apr 28, 2021
    Copy the full SHA
    6439151 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    dea5852 View commit details
    Browse the repository at this point in the history
  10. add dpdm

    gcanti committed Apr 28, 2021
    Copy the full SHA
    2be7274 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'dpdm' into 2.11

    gcanti committed Apr 28, 2021
    Copy the full SHA
    eeb6c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2021

  1. derive flatten from flattenW

    gcanti committed Apr 29, 2021
    Copy the full SHA
    4057b01 View commit details
    Browse the repository at this point in the history
  2. remove dpdm

    gcanti committed Apr 29, 2021
    Copy the full SHA
    3d5e2a1 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2021

  1. Copy the full SHA
    3412ca0 View commit details
    Browse the repository at this point in the history
  2. chore

    gcanti committed Apr 30, 2021
    Copy the full SHA
    54b3d32 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    eea1af9 View commit details
    Browse the repository at this point in the history
  4. update changelog

    vinassefranche authored and gcanti committed Apr 30, 2021
    Copy the full SHA
    13c149b View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. merge master

    gcanti committed May 3, 2021
    Copy the full SHA
    465a1db View commit details
    Browse the repository at this point in the history
  2. add Zero module, closes #1462

    gcanti committed May 3, 2021
    Copy the full SHA
    f522d3d View commit details
    Browse the repository at this point in the history

Commits on May 5, 2021

  1. rename asksE, asksEW

    gcanti committed May 5, 2021
    Copy the full SHA
    693e081 View commit details
    Browse the repository at this point in the history
  2. These: add elem, exists

    gcanti committed May 5, 2021
    Copy the full SHA
    e072807 View commit details
    Browse the repository at this point in the history
  3. Tree: add exists

    gcanti committed May 5, 2021
    Copy the full SHA
    1d69ef8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    fdba49a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    e49da89 View commit details
    Browse the repository at this point in the history
  6. These:

    - add `ApT`
    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    gcanti committed May 5, 2021
    Copy the full SHA
    68fcdbf View commit details
    Browse the repository at this point in the history
  7. Task:

    - add `ApT`
    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    - deprecate `traverseSeqArrayWithIndex`
    - deprecate `traverseSeqArray`
    - deprecate `sequenceSeqArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    b382ed3 View commit details
    Browse the repository at this point in the history
  8. TaskThese

    - add `ApT`
    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    gcanti committed May 5, 2021
    Copy the full SHA
    4b94b56 View commit details
    Browse the repository at this point in the history
  9. Either

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    5691709 View commit details
    Browse the repository at this point in the history
  10. IO

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    996bf02 View commit details
    Browse the repository at this point in the history
  11. IOEither

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    - deprecate `traverseSeqArrayWithIndex`
    - deprecate `traverseSeqArray`
    - deprecate `sequenceSeqArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    49b9e34 View commit details
    Browse the repository at this point in the history
  12. Option

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    bc129f3 View commit details
    Browse the repository at this point in the history
  13. Reader

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    7ddaedf View commit details
    Browse the repository at this point in the history
  14. ReaderEither

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    9020b34 View commit details
    Browse the repository at this point in the history
  15. ReaderTask

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    - deprecate `traverseSeqArrayWithIndex`
    - deprecate `traverseSeqArray`
    - deprecate `sequenceSeqArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    40723ce View commit details
    Browse the repository at this point in the history
  16. ReaderTaskEither

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    - deprecate `traverseSeqArrayWithIndex`
    - deprecate `traverseSeqArray`
    - deprecate `sequenceSeqArray`
    TaskEither
    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    - deprecate `traverseSeqArrayWithIndex`
    - deprecate `traverseSeqArray`
    - deprecate `sequenceSeqArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    5706ea2 View commit details
    Browse the repository at this point in the history
  17. State

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    021ce75 View commit details
    Browse the repository at this point in the history
  18. StateReaderTaskEither

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    33e29ae View commit details
    Browse the repository at this point in the history
  19. TaskOption

    - add `traverseReadonlyNonEmptyArrayWithIndex`
    - add `traverseReadonlyArrayWithIndex`
    - add `traverseReadonlyNonEmptyArrayWithIndexSeq`
    - add `traverseReadonlyArrayWithIndexSeq`
    - deprecate `traverseArrayWithIndex`
    - deprecate `traverseArray`
    - deprecate `sequenceArray`
    - deprecate `traverseSeqArrayWithIndex`
    - deprecate `traverseSeqArray`
    - deprecate `sequenceSeqArray`
    gcanti committed May 5, 2021
    Copy the full SHA
    9d8246c View commit details
    Browse the repository at this point in the history

Commits on May 6, 2021

  1. Copy the full SHA
    59f9166 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2021

  1. Docs: refactor Option

    gcanti committed May 7, 2021
    Copy the full SHA
    fd18365 View commit details
    Browse the repository at this point in the history
  2. Docs: refactor Either

    gcanti committed May 7, 2021
    Copy the full SHA
    de74cd2 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. - string

      - `toLowerCase`
      - `replace`
      - `split`
      - `trim`
      - `trimLeft`
      - `trimRight`
      - `includes`
      - `startsWith`
      - `endsWith`
      - `slice`
    gcanti committed May 10, 2021
    Copy the full SHA
    89c90f2 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2021

  1. Docs: fix links

    gcanti committed May 11, 2021
    Copy the full SHA
    24ca6dd View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Copy the full SHA
    6df7503 View commit details
    Browse the repository at this point in the history
  2. release as rc

    gcanti committed May 12, 2021
    Copy the full SHA
    4567fa6 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    73bcb18 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2021

  1. - Either: revert exists signature change

    - ReadonlyArray: add overload to `filter` (1484)
    gcanti committed May 13, 2021
    Copy the full SHA
    2554551 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. - Array / ReadonlyArray

      - revert `isOutOfBound` signature change
      - revert `isEmpty` signature change
      - revert `size` signature change
    - `Either`
      - revert `exists` signature change
      - revert `elem` signature change
    - `These`
      - revert `exists` signature change
      - revert `elem` signature change
    - `NonEmptyArray` / `ReadonlyNonEmptyArray`
      - revert `isOutOfBound` signature change
    - `Set` / `ReadonlySet`
      - revert `isEmpty` signature change
      - revert `size` signature change
    - `Map` / `ReadonlyMap`
      - revert `isEmpty` signature change
      - revert `size` signature change
    gcanti committed May 14, 2021
    Copy the full SHA
    4109a8e View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cbeb38b View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    5e5fa66 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7d1887d View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    dfe7db5 View commit details
    Browse the repository at this point in the history
  6. typo

    gcanti committed May 14, 2021
    Copy the full SHA
    5f0428e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. string: add examples

    gcanti committed May 15, 2021
    Copy the full SHA
    c4a2370 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. update fpchat link

    gcanti committed Jun 4, 2021
    Copy the full SHA
    dfc276f View commit details
    Browse the repository at this point in the history
  2. Enhance ecosystem

    Michael Bock authored and gcanti committed Jun 4, 2021
    Copy the full SHA
    00930c7 View commit details
    Browse the repository at this point in the history
  3. Added example for Array.unfold

    Dawid Szlachta authored and gcanti committed Jun 4, 2021
    Copy the full SHA
    d980779 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2021

  1. Copy the full SHA
    45faa77 View commit details
    Browse the repository at this point in the history
  2. update docs

    gcanti committed Jul 22, 2021
    Copy the full SHA
    781030d View commit details
    Browse the repository at this point in the history
  3. version 2.11

    gcanti committed Jul 22, 2021
    Copy the full SHA
    c6839aa View commit details
    Browse the repository at this point in the history