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: pure-c/purescript-strings
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: purescript/purescript-strings
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.
  • 15 commits
  • 19 files changed
  • 8 contributors

Commits on Feb 26, 2021

  1. Prepare v5.0.0 release (purescript#144)

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

Commits on Apr 22, 2021

  1. Use backticks around PS code in docs (purescript#148)

    * Use backticks around PS code in docs
    
    * Add change to CHANGELOG.md
    triallax authored Apr 22, 2021
    Configuration menu
    Copy the full SHA
    36493ee View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Update to v0.15.0 (purescript#158)

    * 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
    
    * Fix compiler error due to Proxy type
    
    * Fix unused name compiler warnings
    
    * Added changelog entry
    
    * Update test script to use import
    
    Co-authored-by: Cyril Sobierajewicz <sobierajewicz.cyril@gmail.com>
    JordanMartinez and kl0tl authored Mar 15, 2022
    Configuration menu
    Copy the full SHA
    a8e757f View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Relax Data.String.CodeUnits.slice bounds checking and drop Maybe in r…

    …eturn type (purescript#145)
    
    * For Data.String.CodeUnits.slice: remove bounds checking and drop `Maybe` in return type
    
    * Add changelog entry
    
    Co-authored-by: JordanMartinez <jordanalex.martinez@protonmail.com>
    Quelklef and JordanMartinez authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    d9ba5d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2022

  1. Configuration menu
    Copy the full SHA
    bd172f8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b256597 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) (purescript…

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

Commits on Aug 16, 2022

  1. Use fixed Char enums version (purescript#163)

    * Use fixed Char enums version
    
    * Add changelog entry
    JordanMartinez authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    abded94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c2c9a View commit details
    Browse the repository at this point in the history
  3. v6.0.1

    JordanMartinez committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    3d3e2f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    373c44a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    Fixup bad changelog entry.
    natefaubion authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    72bb066 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2024

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

Commits on Sep 5, 2025

  1. CodeUnits length function doc references itself and is wrong (purescr…

    …ipt#177)
    
    * CodeUnits length function doc references itself and is wrong
    
    * reference do Data.String.CodeUnits.length
    
    * referencing Data.String.CodePoints.kength from Data.String.CodeUnits.length
    erykciepiela authored Sep 5, 2025
    Configuration menu
    Copy the full SHA
    03b03a7 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

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