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.2.7 #486

Merged
merged 52 commits into from
Jun 29, 2020
Merged

version 2.2.7 #486

merged 52 commits into from
Jun 29, 2020

Commits on Jun 20, 2020

  1. POC DecoderT

    gcanti committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    63670ff View commit details
    Browse the repository at this point in the history
  2. DecoderT: add more combinators

    gcanti committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    88a8181 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. DecoderT: add perf

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    cc00cf0 View commit details
    Browse the repository at this point in the history
  2. POC: FreeDecoder

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    b2d7ffa View commit details
    Browse the repository at this point in the history
  3. make DecodeError polymorphic

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    09b91e9 View commit details
    Browse the repository at this point in the history
  4. remove Tree module

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    cf6eefb View commit details
    Browse the repository at this point in the history
  5. remove FreeDecoder module

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    0b8983c View commit details
    Browse the repository at this point in the history
  6. add TaskDecoder module

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    fedf4c2 View commit details
    Browse the repository at this point in the history
  7. better literal signature

    gcanti committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    b5c471c View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. add Decoder2 module

    gcanti committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    a9270b9 View commit details
    Browse the repository at this point in the history
  2. handle nullable combinator

    gcanti committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    b5dc155 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6461db5 View commit details
    Browse the repository at this point in the history
  4. DecoderT: add sum combinator

    gcanti committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c2b3ef2 View commit details
    Browse the repository at this point in the history
  5. DecoderT: add lazy combinator

    gcanti committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    497f7aa View commit details
    Browse the repository at this point in the history
  6. remove useless nevers decoders

    gcanti committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    6e30299 View commit details
    Browse the repository at this point in the history
  7. fix typo

    gcanti committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    b12cc42 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. remove never primitives

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    3b791b3 View commit details
    Browse the repository at this point in the history
  2. DecoderT: add withExpected

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    fe38610 View commit details
    Browse the repository at this point in the history
  3. DecoderT: add parse combinator

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    40bffe0 View commit details
    Browse the repository at this point in the history
  4. add instances

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    a5fde7c View commit details
    Browse the repository at this point in the history
  5. TaskDecoder: add fromDecoder

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    8edc6f5 View commit details
    Browse the repository at this point in the history
  6. make intersections pipeables

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    ddd128b View commit details
    Browse the repository at this point in the history
  7. make parse pipeable

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    4e58d49 View commit details
    Browse the repository at this point in the history
  8. make refinements pipeables

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    88921aa View commit details
    Browse the repository at this point in the history
  9. add error API and update docs

    gcanti committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    83e395c View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. add /*#__PURE__*/ comments

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    16a0e1d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f00ac View commit details
    Browse the repository at this point in the history
  3. DecoderT: fix refine signature

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    2f30964 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ca014e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d5bdf0 View commit details
    Browse the repository at this point in the history
  6. DecoderT: fix parse signature

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    746bd7b View commit details
    Browse the repository at this point in the history
  7. DecoderT: fix lazy signature

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    bafcc61 View commit details
    Browse the repository at this point in the history
  8. add Kleisli module

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    1fb2a19 View commit details
    Browse the repository at this point in the history
  9. remove DecoderT module

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    cdc3f5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9425c47 View commit details
    Browse the repository at this point in the history
  11. rename Kleisli to Kleisli2

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    7761f14 View commit details
    Browse the repository at this point in the history
  12. Kleisli2: add combinators

    gcanti committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    cf125cb View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. make Json type immutable

    gcanti committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    c85564a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2737330 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4534fe View commit details
    Browse the repository at this point in the history
  4. use Encode type-level tricks

    gcanti committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    76a7c84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4481ce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33f88ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4a31fd View commit details
    Browse the repository at this point in the history
  8. fix d.ts

    gcanti committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    6a3b3e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. better naming

    gcanti committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    faeecb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5250640 View commit details
    Browse the repository at this point in the history
  3. add disclaimers

    gcanti committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    51bb890 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f546ec View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. update makdown docs

    gcanti committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    52424f8 View commit details
    Browse the repository at this point in the history
  2. add PURE comment

    gcanti committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    5752b98 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. make JsonRecord readonly

    gcanti committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    e65df75 View commit details
    Browse the repository at this point in the history