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

Commits on Jun 9, 2018

  1. updates for 0.12

    removes dependency on foreign-generics and allows the user to supply
    their own Foreign -> Either Error a function, e.g. Simple-JSON for record
    alias decoding.
    justinwoo committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    5e3ae0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21 from justinwoo/0.12

    updates for 0.12, remove foreign-generics
    anttih authored Jun 9, 2018
    Configuration menu
    Copy the full SHA
    c71db7e View commit details
    Browse the repository at this point in the history
  3. v5.0.0

    anttih committed Jun 9, 2018
    Configuration menu
    Copy the full SHA
    7985264 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2018

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

Commits on Jun 16, 2018

  1. Merge pull request #22 from justinwoo/update-docs

    get rid of outdated docs and use pursuit link
    anttih authored Jun 16, 2018
    Configuration menu
    Copy the full SHA
    142a0c9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2018

  1. Update Readme

    Added commands which made it work when I tried.
    RAbraham authored Nov 12, 2018
    Configuration menu
    Copy the full SHA
    bd99f3a View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

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

Commits on May 2, 2019

  1. Merge pull request #23 from RAbraham/patch-1

    Update build instructions.
    epost authored May 2, 2019
    Configuration menu
    Copy the full SHA
    b8ee517 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2019

  1. Merge pull request #24 from mvakula/sqlvalue-boolean

    Add SqlValue Instance for Boolean
    epost authored May 3, 2019
    Configuration menu
    Copy the full SHA
    9819b17 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. Configuration menu
    Copy the full SHA
    f769c7c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #26 from epost/npm-build

    Add NPM package.json with build scripts and update instructions. #25
    epost authored May 4, 2019
    Configuration menu
    Copy the full SHA
    6f390b9 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

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

Commits on May 7, 2019

  1. Merge pull request #27 from epost/unset-npm-bin-path

    Don't set npm bin path in build script. #25
    epost authored May 7, 2019
    Configuration menu
    Copy the full SHA
    7070b32 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2020

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

Commits on Mar 16, 2020

  1. Merge pull request #28 from kl0tl/no-foreign-primes

    Remove primes from foreign modules exports
    epost authored Mar 16, 2020
    Configuration menu
    Copy the full SHA
    a2e89da View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2021

  1. Fix typo in test

    epost authored Feb 28, 2021
    Configuration menu
    Copy the full SHA
    cef0eee View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Spago and db script updates by jim108dev (#30)

    * Add Spago build
    
    * Eliminate Pulp and Bower
    
    * Add script sql/create-db.sql
    
    * Fix tests
    
    Co-authored-by: jim108dev <jim108dev@gmx.de>
    epost and jim108dev authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    21afc24 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Bump ssri from 6.0.1 to 6.0.2 (#31)

    Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
    - [Release notes](https://github.com/npm/ssri/releases)
    - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
    - [Commits](npm/ssri@v6.0.1...v6.0.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    e0aabf2 View commit details
    Browse the repository at this point in the history
  2. Bump tar from 4.4.13 to 4.4.19 (#33)

    Bumps [tar](https://github.com/npm/node-tar) from 4.4.13 to 4.4.19.
    - [Release notes](https://github.com/npm/node-tar/releases)
    - [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
    - [Commits](isaacs/node-tar@v4.4.13...v4.4.19)
    
    ---
    updated-dependencies:
    - dependency-name: tar
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    938992d View commit details
    Browse the repository at this point in the history
Loading