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: purescript/purescript-either
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: github-actions
Choose a base ref
...
head repository: purescript/purescript-either
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 7 files changed
  • 8 contributors

Commits on Dec 5, 2020

  1. Configuration menu
    Copy the full SHA
    2f12ae8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #58 from purescript/github-actions

    Migrate to GitHub Actions
    kl0tl authored Dec 5, 2020
    Configuration menu
    Copy the full SHA
    eb1d693 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

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

Commits on Dec 24, 2020

  1. Complete PR adding Generic instance for Either (#61)

    * Derive Generic instance for Either
    
    * Remove dependency on generics-rep
    
    Co-authored-by: Paul Young <84700+paulyoung@users.noreply.github.com>
    JordanMartinez and paulyoung authored Dec 24, 2020
    Configuration menu
    Copy the full SHA
    b54e375 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Generate changelog and add PR template (#62)

    * Generate CHANGELOG.md file using notes from previous GH releases
    
    * Add pull request template
    
    * Update CI in PS to v0.14.0-rc5
    JordanMartinez authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    daa0575 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Feb 3, 2021

  1. Refactor functors and related packages (#64)

    This is part of a set of commits that rearrange the dependencies between
    multiple packages. The immediate motivation is to allow certain newtypes
    to be reused between `profunctor` and `bifunctors`, but this particular
    approach goes a little beyond that in two ways: first, it attempts to
    move data types (`either`, `tuple`) toward the bottom of the dependency
    stack; and second, it tries to ensure no package comes between
    `functors` and the packages most closely related to it, in order to open
    the possibility of merging those packages together (which may be
    desirable if at some point in the future additional newtypes are added
    which reveal new and exciting constraints on the module dependency
    graph).
    rhendric authored Feb 3, 2021
    Configuration menu
    Copy the full SHA
    170f24b View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Prepare v5.0.0 release (#65)

    * Update CI to build with the latest version of the compiler
    
    * Update the bower repository URL to match the URL in the registry
    
    * Upgrade bower dependencies
    
    * Update the changelog
    kl0tl authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    c1a1af3 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update to v0.15.0 (#66)

    * Update to CI to use 'unstable' purescript
    
    * Update pulp to 16.0.0-0 and psa to 0.8.2
    
    * Update Bower dependencies to master
    
    * Added changelog entry
    JordanMartinez authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    313d5ef View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2022

  1. Prepare v6.0.0 release (1st PS 0.15.0-compatible release) (#68)

    * Update the bower dependencies
    
    * Update Node to 14 in CI
    
    * Update the changelog
    JordanMartinez authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    5fbe43c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Add blush as an analogue to hush (#69)

    Also update docstring wording
    i-am-the-slime authored May 13, 2022
    Configuration menu
    Copy the full SHA
    b515c20 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Update changelog

    JordanMartinez committed May 17, 2022
    Configuration menu
    Copy the full SHA
    af655a0 View commit details
    Browse the repository at this point in the history
Loading