-
Notifications
You must be signed in to change notification settings - Fork 56
Comparing changes
Open a pull request
base repository: purescript/purescript-foldable-traversable
base: github-actions
head repository: purescript/purescript-foldable-traversable
compare: master
- 19 commits
- 21 files changed
- 10 contributors
Commits on Dec 5, 2020
-
Merge pull request #127 from purescript/github-actions
Migrate to GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 068a17e - Browse repository at this point
Copy the full SHA 068a17eView commit details
Commits on Dec 8, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 26d7c0c - Browse repository at this point
Copy the full SHA 26d7c0cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8413e6d - Browse repository at this point
Copy the full SHA 8413e6dView commit details
Commits on Dec 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6f7a8fd - Browse repository at this point
Copy the full SHA 6f7a8fdView commit details
Commits on Dec 29, 2020
-
Remove fold1 from Foldable1 (#128)
* Remove fold1 from Foldable1 * Add back foldMap1Default * Deprecate and split foldMap1Default into foldMap1DefaultL and foldMap1DefaultR
Configuration menu - View commit details
-
Copy full SHA for b61328b - Browse repository at this point
Copy the full SHA b61328bView commit details
Commits on Jan 10, 2021
-
Generate changelog and add PR template (#129)
* Generate CHANGELOG.md file using notes from previous GH releases * Add pull request template
Configuration menu - View commit details
-
Copy full SHA for 2370ea2 - Browse repository at this point
Copy the full SHA 2370ea2View commit details
Commits on Jan 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 56f238e - Browse repository at this point
Copy the full SHA 56f238eView commit details
Commits on Feb 5, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for a1535be - Browse repository at this point
Copy the full SHA a1535beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 047503e - Browse repository at this point
Copy the full SHA 047503eView commit details
Commits on Feb 26, 2021
-
* 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
Configuration menu - View commit details
-
Copy full SHA for f45f03a - Browse repository at this point
Copy the full SHA f45f03aView commit details
Commits on Apr 21, 2021
-
Fix warnings revealed by v0.14.1 PS release (#135)
* Fix warnings revealed by v0.14.1 PS release * Update changelog
Configuration menu - View commit details
-
Copy full SHA for e52e981 - Browse repository at this point
Copy the full SHA e52e981View commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d4796 - Browse repository at this point
Copy the full SHA 62d4796View commit details -
Configuration menu - View commit details
-
Copy full SHA for d581caf - Browse repository at this point
Copy the full SHA d581cafView commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 811bbc4 - Browse repository at this point
Copy the full SHA 811bbc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e1b752 - Browse repository at this point
Copy the full SHA 1e1b752View commit details
Commits on Mar 14, 2022
-
* 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>
Configuration menu - View commit details
-
Copy full SHA for 2206797 - Browse repository at this point
Copy the full SHA 2206797View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d3b01d3 - Browse repository at this point
Copy the full SHA d3b01d3View commit details
Commits on Apr 27, 2022
-
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>
Configuration menu - View commit details
-
Copy full SHA for b3926f8 - Browse repository at this point
Copy the full SHA b3926f8View commit details
Commits on May 26, 2022
-
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
Configuration menu - View commit details
-
Copy full SHA for 66907f2 - Browse repository at this point
Copy the full SHA 66907f2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff github-actions...master