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: v7.0.0
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
  • 9 commits
  • 11 files changed
  • 3 contributors

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