Thanks to visit codestin.com
Credit goes to github.com

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: mlaanderson/database-js-common
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mlaanderson-patch-readme
Choose a base ref
...
head repository: mlaanderson/database-js-common
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 10 commits
  • 6 files changed
  • 4 contributors

Commits on Aug 29, 2018

  1. Merge pull request #1 from mlaanderson/mlaanderson-patch-readme

    Initial read me concept
    pahan35 authored Aug 29, 2018
    Configuration menu
    Copy the full SHA
    48c7266 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9ecb229 View commit details
    Browse the repository at this point in the history
  3. Init npm package

    pahan35 committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    81f1a15 View commit details
    Browse the repository at this point in the history
  4. Implement parsing algorithm

    pahan35 committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    0c9cc6b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f88895 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b9fc7df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c45898c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2018

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

Commits on Oct 23, 2018

  1. feat(multilevel-config): support multilevel config

    Adds support for multilevel objects and arrays to the query string
    parsing. For example, the string
    `ssl[ca]=ca.pem&ssl[key]=key.pem&ssl[cert]=cert.pem` would parse to:
    
    ```
    {
      ssl: {
        ca: 'ca.pem',
        key: 'key.pem',
        cert: 'cert.pem'
      }
    }
    ```
    Andrew Barnett committed Oct 23, 2018
    Configuration menu
    Copy the full SHA
    782b720 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from andrew-barnett/feat/multilevel-config

    feat(multilevel-config): support multilevel config
    mlaanderson authored Oct 23, 2018
    Configuration menu
    Copy the full SHA
    e4e1142 View commit details
    Browse the repository at this point in the history
Loading