Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
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: chiedo/gatsby-amp-starter-blog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: OffBase/gatsby-amp-starter-blog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 15 files changed
  • 4 contributors

Commits on Nov 28, 2016

  1. Update dependencies

    KyleAMathews committed Nov 28, 2016
    Configuration menu
    Copy the full SHA
    d8740e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2016

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

Commits on Dec 10, 2016

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

Commits on Dec 11, 2016

  1. Configuration menu
    Copy the full SHA
    e6f0d08 View commit details
    Browse the repository at this point in the history
  2. Merge pull request gatsbyjs#20 from irekrog/master

    add react-addons-shallow-compare
    KyleAMathews authored Dec 11, 2016
    Configuration menu
    Copy the full SHA
    0d0a2f3 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2016

  1. Delete yarn.lock

    We're not using them yet in any real way and they cause trouble on some build platforms.
    KyleAMathews authored Dec 15, 2016
    Configuration menu
    Copy the full SHA
    49bc7e5 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2017

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

Commits on Feb 2, 2017

  1. Replace access with lodash.get, make more declarative.

    Lodash already has support for safe property access via the explicit
    `get` method, and as a shorthand to many of the collection methods (such
    as `sortBy`.
    
    I also took this opportunity to refactor the code to be a bit more
    functional, which allows us to place the list tiems inline with the rest
    of the JSX, which I find far more readable.
    
    Interesting project!
    captbaritone committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    df2c7ef View commit details
    Browse the repository at this point in the history
  2. Merge pull request gatsbyjs#21 from captbaritone/refactor

    Replace `access` with `lodash.get`, make more declarative.
    KyleAMathews authored Feb 2, 2017
    Configuration menu
    Copy the full SHA
    a313342 View commit details
    Browse the repository at this point in the history
  3. Now AMP Project ready

    Chiedo authored and dardub committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    de808b9 View commit details
    Browse the repository at this point in the history
  4. Better README

    Chiedo authored and dardub committed Feb 2, 2017
    Configuration menu
    Copy the full SHA
    4111fd0 View commit details
    Browse the repository at this point in the history
Loading