Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: palatable/lambda
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: lambda-5.3.0
Choose a base ref
...
head repository: palatable/lambda
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lambda-5.4.0
Choose a head ref
  • 10 commits
  • 11 files changed
  • 5 contributors

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    256d330 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2020

  1. Updating CHANGELOG.md

    jnape committed Dec 7, 2020
    Configuration menu
    Copy the full SHA
    ee4371e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48ae702 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2020

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

Commits on Dec 12, 2020

  1. Loosen EitherMatcher types, add static constructors

    Add isRight() and isLeft() matcher constructors to EitherMatcher. To implement these using the anything() core
    matcher as the inner matcher, the type signature in isRightThat(..) and isLeftThat(..) has to be loosened since
    this and some other core matchers are not strictly typed with parameterized types.
    inkblot authored and jnape committed Dec 12, 2020
    Configuration menu
    Copy the full SHA
    86743e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2020

  1. Configuration menu
    Copy the full SHA
    777949b View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    7af1b9c View commit details
    Browse the repository at this point in the history

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    31ad726 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2021

  1. - WriterT#pure now has direct access to embedded monad's pure

    - EitherMatcher#isLeftOf/isRightOf for equality matching
    - updating CHANGELOG
    jnape committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    eca9d40 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3b262b View commit details
    Browse the repository at this point in the history
Loading