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: graypegg/chromatism
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kale-code/chromatism
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.
  • 17 commits
  • 0 files changed
  • 2 contributors

Commits on Dec 13, 2018

  1. Remove return in single expression arrow functions

    For arrow function, replaces curly braces and return statement with a direct value or expression when possible.
    kale-io authored and DomAmato committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    f964330 View commit details
    Browse the repository at this point in the history
  2. Remove return in single expression arrow functions

    For arrow function, replaces curly braces and return statement with a direct value or expression when possible.
    kale-io authored and DomAmato committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    c477f00 View commit details
    Browse the repository at this point in the history
  3. Var to Let (a la carte)

    kale-io authored and DomAmato committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    0c04c59 View commit details
    Browse the repository at this point in the history
  4. Var to Let (a la carte)

    kale-io authored and DomAmato committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    8c0a61a View commit details
    Browse the repository at this point in the history
  5. Var to Let (a la carte)

    kale-io authored and DomAmato committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    73705bb View commit details
    Browse the repository at this point in the history
  6. Var to Let (a la carte)

    kale-io authored and DomAmato committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    2f56ebb View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Require guard clause when using for-in statements

    Enforce the presence of a guard clause to check that they key is a property of the object.
    kale-io authored and DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    b7a94aa View commit details
    Browse the repository at this point in the history
  2. Require guard clause when using for-in statements

    Enforce the presence of a guard clause to check that they key is a property of the object.
    kale-io authored and DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    888cea1 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove return in single expression arrow functions"

    This reverts commit f964330.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    8cca81f View commit details
    Browse the repository at this point in the history
  4. Revert "Remove return in single expression arrow functions"

    This reverts commit c477f00.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    6fd9ac1 View commit details
    Browse the repository at this point in the history
  5. Revert "Var to Let (a la carte)"

    This reverts commit 0c04c59.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e067fae View commit details
    Browse the repository at this point in the history
  6. Revert "Var to Let (a la carte)"

    This reverts commit 8c0a61a.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    66c9219 View commit details
    Browse the repository at this point in the history
  7. Revert "Var to Let (a la carte)"

    This reverts commit 73705bb.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    ae9fa69 View commit details
    Browse the repository at this point in the history
  8. Revert "Var to Let (a la carte)"

    This reverts commit 2f56ebb.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    d53ffc3 View commit details
    Browse the repository at this point in the history
  9. Revert "Require guard clause when using for-in statements"

    This reverts commit b7a94aa.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    a246c25 View commit details
    Browse the repository at this point in the history
  10. Revert "Require guard clause when using for-in statements"

    This reverts commit 888cea1.
    DomAmato committed Dec 17, 2018
    Configuration menu
    Copy the full SHA
    e52ff72 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a84a1b3 View commit details
    Browse the repository at this point in the history
Loading