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: robhogan/dynamodb-geo.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.4.0
Choose a base ref
...
head repository: robhogan/dynamodb-geo.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 5 commits
  • 9 files changed
  • 4 contributors

Commits on Jun 30, 2018

  1. Prefer async/await syntax (#26)

    Minor breaking: certain errors when calling  will now reject asynchronously rather than throwing synchronously.
    rh389 authored Jun 30, 2018
    Configuration menu
    Copy the full SHA
    6c388b9 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2018

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

Commits on Sep 22, 2020

  1. Use isLong utility function instead of instanceof to check if provide…

    …d value is of type Long. (#36)
    rustych authored Sep 22, 2020
    1 Configuration menu
    Copy the full SHA
    19e9e90 View commit details
    Browse the repository at this point in the history
  2. Bump lodash from 4.17.10 to 4.17.19 (#40)

    Bumps [lodash](https://github.com/lodash/lodash) from 4.17.10 to 4.17.19.
    - [Release notes](https://github.com/lodash/lodash/releases)
    - [Commits](lodash/lodash@4.17.10...4.17.19)
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333 dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 22, 2020
    Configuration menu
    Copy the full SHA
    f389641 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Updating circle.yml to use jobs and workflows (#48)

    The build seems to be failing on circleci due to invalid config. I'm guessing CircleCI's v2, that introduced workflows, deprecates the `stages` config. I downloaded the circleci CLI and validated the config and ran the build locally. Everything seemed to work, except that locally the `restore_cache` and `save_cache` commands failed. I assume this is a quirk of running locally, and the build still worked.
    troyfendall authored Oct 1, 2020
    Configuration menu
    Copy the full SHA
    4ec15b4 View commit details
    Browse the repository at this point in the history
Loading