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-arrays
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.1
Choose a base ref
...
head repository: purescript/purescript-arrays
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 3 commits
  • 4 files changed
  • 4 contributors

Commits on Jun 16, 2023

  1. Add foreign implementation for push (#240)

    * Add foreign implementation for push
    
    * Use foreign implementation for push
    
    * Add changelog entry
    
    * Update src/Data/Array/ST.js
    
    Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
    
    * Update ST.purs
    
    ---------
    
    Co-authored-by: Thomas Honeyman <hello@thomashoneyman.com>
    i-am-the-slime and thomashoneyman authored Jun 16, 2023
    Configuration menu
    Copy the full SHA
    7286121 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Add clone to Data.Array.ST (#243)

    * Add copy to Data.Array.ST
    
    * rename copy with clone
    
    * modify the original array in the clone test to prove that the cloned array is a copy
    
    * update CHANGELOG.md
    gbagan authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d521e17 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update CHANGELOG.md

    garyb authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6554b3d View commit details
    Browse the repository at this point in the history
Loading