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-lazy
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-lazy
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.
  • 9 commits
  • 9 files changed
  • 5 contributors

Commits on Dec 5, 2020

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

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

Commits on Dec 8, 2020

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

Commits on Dec 29, 2020

  1. Fix Foldable1 instance; update CI to v0.14.0-rc5 (#32)

    * Remove fold1 member from Foldable1 instance
    
    * Update CI to v0.14.0-rc5
    
    * Remove non-existent `fold1Default` from being imported
    JordanMartinez authored Dec 29, 2020
    Configuration menu
    Copy the full SHA
    2e15e79 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

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

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

Commits on Jan 24, 2021

  1. Updated changelog since v4.0.0 (#34)

    * Updated changelog since v4.0.0
    
    * Update CHANGELOG.md
    thomashoneyman authored Jan 24, 2021
    Configuration menu
    Copy the full SHA
    331bc93 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Prepare v5.0.0 release (#35)

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

Commits on Mar 14, 2022

  1. Update to v0.15.0 (#39)

    * Convert foreign modules to try bundling with esbuild
    
    * 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
    914a99f 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) (#40)

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

Commits on Jul 26, 2022

  1. Update Lazy.purs (#36)

    Improve accuracy of the description of the force function.
    aranchelk authored Jul 26, 2022
    Configuration menu
    Copy the full SHA
    5164b9c View commit details
    Browse the repository at this point in the history
Loading