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: css-modules/css-modules-loader-core
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: VDALLC/css-modules-loader-core
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.
  • 7 commits
  • 10 files changed
  • 2 contributors

Commits on Nov 11, 2015

  1. Fixed Windows issues: broken class naming (_absolute_path_to_file ins…

    …tead of _relative_path_to_file) and broken path resolution ("composes" didn't work)
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    b8f976d View commit details
    Browse the repository at this point in the history
  2. All tests except for "test-cases should compose node module" are work…

    …ing on Windows and Mac.
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    0457645 View commit details
    Browse the repository at this point in the history
  3. updated expected css & tokens for test "should compose node module" t…

    …o better reflect the path to the imported style
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    8247670 View commit details
    Browse the repository at this point in the history
  4. replace path.isAbsolute with sindresorhus/path-is-absolute ponyfill f…

    …or old versions of Node
    Nathan Reid committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    2ef5e57 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. Configuration menu
    Copy the full SHA
    86feb2a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25d1b95 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9f969f7 View commit details
    Browse the repository at this point in the history
Loading