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-foldable-traversable
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-foldable-traversable
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.
  • 19 commits
  • 21 files changed
  • 10 contributors

Commits on Dec 5, 2020

  1. Merge pull request #127 from purescript/github-actions

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

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    26d7c0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8413e6d View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

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

Commits on Dec 29, 2020

  1. Remove fold1 from Foldable1 (#128)

    * Remove fold1 from Foldable1
    
    * Add back foldMap1Default
    
    * Deprecate and split foldMap1Default into foldMap1DefaultL and foldMap1DefaultR
    kl0tl authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    b61328b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

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

    * Generate CHANGELOG.md file using notes from previous GH releases
    
    * Add pull request template
    JordanMartinez authored Jan 10, 2021
    Configuration menu
    Copy the full SHA
    2370ea2 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Feb 5, 2021

  1. Refactor functors and related packages (#131)

    * Refactor functors and related packages
    
    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).
    
    * fixup! Refactor functors and related packages
    rhendric authored Feb 5, 2021
    Configuration menu
    Copy the full SHA
    a1535be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    047503e View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Prepare v5.0.0 release (#134)

    * 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
    f45f03a View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2021

  1. Fix warnings revealed by v0.14.1 PS release (#135)

    * Fix warnings revealed by v0.14.1 PS release
    
    * Update changelog
    JordanMartinez authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    e52e981 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    thomashoneyman authored Apr 21, 2021
    Configuration menu
    Copy the full SHA
    62d4796 View commit details
    Browse the repository at this point in the history
  3. v5.0.1

    thomashoneyman committed Apr 21, 2021
    Configuration menu
    Copy the full SHA
    d581caf View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    811bbc4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e1b752 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2022

  1. Update to v0.15.0 (#146)

    * Convert foreign modules to try bundling with esbuild
    
    * Migrated FFI to ES modules via 'lebab'
    
    * Replaced 'export var' with 'export const'
    
    * Removed '"use strict";' in FFI files
    
    * 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
    
    * Update .eslintrc.json to ES6
    
    * Added changelog entry
    
    Co-authored-by: Cyril Sobierajewicz <sobierajewicz.cyril@gmail.com>
    JordanMartinez and kl0tl authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    2206797 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2022

  1. Configuration menu
    Copy the full SHA
    d3b01d3 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) (#150)

    * Update the bower dependencies
    
    * Update Node to 14 in CI
    
    * Update the changelog
    
    * Update bower.json
    
    * Fix test due to math import
    
    Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
    JordanMartinez and thomashoneyman authored Apr 27, 2022
    Configuration menu
    Copy the full SHA
    b3926f8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. Stack safe default folds (#149)

    * adjust the foldrDefault and foldlDefault functions to be stack safe
    
    * performance tuning of folding the FreeMonoidTree
    
    * add stack safety tests, and some benchmarks
    
    * update the CHANGELOG
    ntwilson authored May 26, 2022
    Configuration menu
    Copy the full SHA
    66907f2 View commit details
    Browse the repository at this point in the history
Loading