8000 Comparing v0.2.2...master · bootstarted/css-js-loader · GitHub
[go: up one dir, main page]

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: bootstarted/css-js-loader
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.2
Choose a base ref
...
head repository: bootstarted/css-js-loader
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 18 commits
  • 10 files changed
  • 3 contributors

Commits on Sep 3, 2016

  1. Merge pull request #5 from nealgranger/bump-version

    Bump version to v0.2.2.
    10xjs authored Sep 3, 2016
    Configuration menu
    Copy the full SHA
    114df67 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2017

  1. Update for compatibility with react 15.4.x.

    Neal Granger committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    6dcd0b2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8 from nealgranger/update-react-dependency

    Update for compatibility with react 15.4.x.
    10xjs authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    af77439 View commit details
    Browse the repository at this point in the history
  3. 0.3.0

    Neal Granger committed Jan 13, 2017
    Configuration menu
    Copy the full SHA
    b16e211 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #9 from nealgranger/bump-version

    Bump version to v0.3.0.
    10xjs authored Jan 13, 2017
    Configuration menu
    Copy the full SHA
    d4d115f View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2017

  1. Add content to readme.

    Neal Granger committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    59a3460 View commit details
    Browse the repository at this point in the history
  2. Add eslint.

    There are plenty of lint violations with `eslint-config-metalab` but instead of fixing them immediately it is better to wait until there is proper test coverage to minimize the change of things breaking.
    Neal Granger committed Feb 25, 2017
    Configuration menu
    Copy the full SHA
    5526781 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #10 from 10xjs/update-readme

    Update readme.
    10xjs authored Feb 25, 2017
    Configuration menu
    Copy the full SHA
    13e13af View commit details
    Browse the repository at this point in the history

Commits on May 20, 2017

  1. Add server-side CSS module hook.

    If you're using this loader on the server-side without doing webpack server side transforms you can use this hook to rewrite a module's exports to its equivalent CSS identifier. Because of how webpack works you will need to provide the context and local identifier name that was used to build the client-side CSS (typically `process.cwd()` is enough for the context). Example usage:
    
    ```javascript
    var css = require('css-js-loader/register');
    
    css(process.cwd(), '[hash:base64]');
    ```
    
    Note that I particularly don't condone this kind of thing (especially mucking about hooking node internals), but not all environments support server-side webpack either due to political or technical reasons so this will at least allow those users to play with this package.
    izaakschroeder committed May 20, 2017
    Configuration menu
    Copy the full SHA
    eeb72f7 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2017

  1. Merge pull request #14 from metalabdesign/server-side-hook

    Add server-side CSS module hook.
    izaakschroeder authored May 23, 2017
    Configuration menu
    Copy the full SHA
    7b50cc5 View commit details
    Browse the repository at this point in the history
  2. 0.4.0

    10xjs committed May 23, 2017
    Configuration menu
    Copy the full SHA
    f41875a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #15 from metalabdesign/bump-version

    Bump version to v0.4.0.
    10xjs authored May 23, 2017
    Configuration menu
    Copy the full SHA
    e0f13fd View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2017

  1. Support new webpack features and internalize CSS functions.

    Support for `value-loader` has been added by checking to see if the source is an object instead of a string – this allows for a bunch of nice things (caching, support for `modules: false` in babel, nested dependency resolution, etc.) because `value-loader` spawns a child compiler that runs the full webpack process.
    
    We also update several packages here (lint, etc.) because why not.
    
    The internal react functions have been moved into the repo to remove the react dependency. This means you won't pull two versions of react into your project and get weird peer dependency warnings.
    izaakschroeder committed Oct 20, 2017
    Configuration menu
    Copy the full SHA
    399e3cf View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2017

  1. Merge pull request #17 from metalabdesign/updates

    Support new webpack features and internalize CSS functions.
    izaakschroeder authored Nov 5, 2017
    Configuration menu
    Copy the full SHA
    90a4aed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc40800 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #18 from metalabdesign/fix-repo-ref

    Fix reference to wrong repository for `loader-utils`.
    izaakschroeder authored Nov 5, 2017
    Configuration menu
    Copy the full SHA
    890be72 View commit details
    Browse the repository at this point in the history
  4. 0.4.1

    izaakschroeder committed Nov 5, 2017
    Configuration menu
    Copy the full SHA
    eb633aa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    861f4ac View commit details
    Browse the repository at this point in the history
Loading
0