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-node/purescript-node-readline
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.1
Choose a base ref
...
head repository: purescript-node/purescript-node-readline
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 19 commits
  • 18 files changed
  • 9 contributors

Commits on Dec 9, 2020

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

Commits on Dec 11, 2020

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

Commits on Jan 12, 2021

  1. Remove length parameter to setPrompt (#21)

    Răzvan C. Rădulescu authored Jan 12, 2021
    Configuration menu
    Copy the full SHA
    feacadf View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

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

    * Generate CHANGELOG.md file using notes from previous GH releases
    
    * Add pull request template
    JordanMartinez authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    138cb52 View commit details
    Browse the repository at this point in the history
  2. Consistent Interface parameter placement (#23)

    Make API functions consistent by placing `Interface` parameter at the end of the argument list.
    Răzvan C. Rădulescu authored Jan 13, 2021
    Configuration menu
    Copy the full SHA
    a9e93bf View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

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

Commits on Feb 26, 2021

  1. Prepare v5.0.0 release (#25)

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

Commits on Mar 22, 2022

  1. Update to PureScript v0.15.0 (#28)

    * ESM conversion
    
    * ES6 transformations
    
    * Removed '"use strict";' in FFI files
    
    * Update to CI to use 'unstable' purescript
    
    * Update Bower dependencies to master or main
    
    * Update pulp to 16.0.0-0
    
    * Update psa to 0.8.2
    
    * Update Bower dependencies to master or main
    
    * Add eslint config
    
    * Fix eslint errors
    
    * Update changelog
    
    * Update ci.yml to v2
    
    Co-authored-by: Nicholas Wolverson <nicholas.wolverson@gmail.com>
    sigma-andex and nwolverson authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    dff666d 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) (#29)

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

Commits on Apr 29, 2022

  1. Fix node-streams dep; prep next release (#30)

    * Update node-streams to v7.0.0
    
    * Update changelog
    
    * Add reason why prev change isn't good
    JordanMartinez authored Apr 29, 2022
    Configuration menu
    Copy the full SHA
    fbe80a9 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Prep repo for breaking changes (#31)

    * Update CI node, actions versions; enforce formatting
    
    * Format via purs-tidy
    JordanMartinez authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    446c753 View commit details
    Browse the repository at this point in the history
  2. Fix changelog (#32)

    JordanMartinez authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    edeeee7 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. Configuration menu
    Copy the full SHA
    c816d34 View commit details
    Browse the repository at this point in the history
  2. Add missing APIs (#34)

    * Bump node deps; add event-emitter dep
    
    * Implement all events
    
    * Remove setLineHandler & LineHandler
    
    * Fix node-process FFI issue
    
    * Add missing APIs
    
    * Update prompt to clarify how to stop in test
    
    * Add missing cb arg in FFI
    JordanMartinez authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    76aa1fb View commit details
    Browse the repository at this point in the history
  3. Add Aff-based API (#35)

    * Add bindings to AbortController/AbortSignal
    
    * Add signal variant of question'
    
    * Add Aff-based APIs
    
    * Add changelog entry
    JordanMartinez authored Jul 21, 2023
    Configuration menu
    Copy the full SHA
    61731ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b38dfd View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Bump node-streams to v9.0.0 (#37)

    * Bump node-streams to v9.0.0
    
    * Fix PR #
    JordanMartinez authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    0e5f4a8 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Fix callback invocation for readline.question (#38)

    * call mkEffectFn1 on cb to question
    
    * typo
    
    * update changelog
    youngnh authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    3d94029 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    garyb authored Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cbfcfe2 View commit details
    Browse the repository at this point in the history
Loading