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-console
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-console
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.
  • 11 commits
  • 14 files changed
  • 9 contributors

Commits on Dec 5, 2020

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

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

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    0296791 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)

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

Commits on Jan 19, 2021

  1. Configuration menu
    Copy the full SHA
    6d10c53 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
    d7cb69e 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
    
    * Add changelog entry
    
    Co-authored-by: Cyril Sobierajewicz <sobierajewicz.cyril@gmail.com>
    JordanMartinez and kl0tl authored Mar 14, 2022
    Configuration menu
    Copy the full SHA
    f674a33 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2022

  1. Add debug (#36)

    zyla authored Mar 21, 2022
    Configuration menu
    Copy the full SHA
    97522dd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Configuration menu
    Copy the full SHA
    eab163f 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
    3b83d7b View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Add group functions (#42)

    * Add group functions
    
    Fixes #41
    
    * Add test
    
    * Add to CHANGELOG
    
    * Add grouped function
    
    ---------
    
    Co-authored-by: Peter Murphy <26548438+ptrfrncsmrph@users.noreply.github.com>
    pete-murphy and pete-murphy authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    3a0cf2e View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    garyb authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    dc98540 View commit details
    Browse the repository at this point in the history
Loading