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: FacilityApi/FacilityJavaScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: FacilityApi/FacilityJavaScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 18 files changed
  • 3 contributors

Commits on Feb 17, 2019

  1. Configuration menu
    Copy the full SHA
    d213e05 View commit details
    Browse the repository at this point in the history
  2. Commit package-lock.json.

    ejball committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    3029158 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Update build environment and and @types/node to Node.js 8.

    @types/node version wasn't specified, and newer versions have a more return complicated type for http.Server.address(). This fixes an error building the tests.
    
    6 and 8 are both currently maintenance LTS, but 6 is about to be EOL.
    
    package-lock.json was generated from npm 6.8.0.
    ddunkin committed Feb 18, 2019
    Configuration menu
    Copy the full SHA
    e481548 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. Bump version to 1.4.0.

    ejball committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a8a258c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from ejball/pascal-errors

     Standard error codes should use PascalCase.
    ejball authored Feb 22, 2019
    Configuration menu
    Copy the full SHA
    a0ffe0a View commit details
    Browse the repository at this point in the history
  3. Bump npm version to 1.4.0.

    ejball committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    c803401 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Ignore R# cache.

    ejball committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    1c3a246 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b62f7e7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e293359 View commit details
    Browse the repository at this point in the history
  4. Clean before NuGetPublish.

    ejball committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    150d59b View commit details
    Browse the repository at this point in the history
Loading