8000 Comparing v0.9.1...v0.10.0 · symfony/webpack-encore · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: symfony/webpack-encore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.9.1
Choose a base ref
...
head repository: symfony/webpack-encore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.10.0
Choose a head ref
  • 12 commits
  • 11 files changed
  • 3 contributors

Commits on Jul 2, 2017

  1. adding link to demo

    weaverryan committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    c5c3d23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f803b9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e0f3de View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2017

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

Commits on Jul 6, 2017

  1. feature #75 Making enableTypeScriptLoader() options callback optional…

    … (weaverryan)
    
    This PR was merged into the master branch.
    
    Discussion
    ----------
    
    Making enableTypeScriptLoader() options callback optional
    
    The `enableTypeScriptLoader()` should allow for no callback function - it's probably not needed in most cases.
    
    Ping @davidmpaz
    
    Commits
    -------
    
    0e0f3de Making enableTypeScriptLoader() options callback optional
    weaverryan committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    6d8099e View commit details
    Browse the repository at this point in the history
  2. feature #76 Adding ability to pass options to sass-loader (weaverryan)

    This PR was merged into the master branch.
    
    Discussion
    ----------
    
    Adding ability to pass options to sass-loader
    
    Fixes #14
    
    This is a BC break, which I want to minimize. But, since we're pre 1.0, BC breaks are allowed. And this will fail clearly the first time you try to run encore.
    
    Docs: symfony/symfony-docs#8108
    
    Commits
    -------
    
    f803b9a Adding ability to pass options to sass-loader
    weaverryan committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    ba036c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f4c80e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. feature #83 Allow resetting the state of the Encore singleton (stof)

    This PR was merged into the master branch.
    
    Discussion
    ----------
    
    Allow resetting the state of the Encore singleton
    
    Closes #48
    
    Commits
    -------
    
    f4c80e6 Allow resetting the state of the Encore singleton
    weaverryan committed Jul 7, 2017
    Configuration menu
    Copy the full SHA
    efbec0d View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2017

  1. Fix inability to use scss loader with Vue.js

    Prior to this fix when the less loader isn't enabled, the scss loader config is rewritten by mistake, leading to this
    error:
    
    > Module build failed: Error: Cannot process lang="less" inside src/js/Player.vue: the less-loader is not activated.
    
    I also fix a functional test case for Vue.js. Actually, the tests check if the first error thrown by webpack is about
    missing less loader. But the fixtures needs these loaders in the following order: scss, sass and finally less.
    Since there's no other loader than the VueJs one loaded in this test case, errors should be in the same order.
    Albin Kerouanton committed Jul 11, 2017
    Configuration menu
    Copy the full SHA
    2165a54 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2017

  1. bug #89 Fix inability to use scss loader with Vue.js (NiR-)

    This PR was merged into the master branch.
    
    Discussion
    ----------
    
    Fix inability to use scss loader with Vue.js
    
    Prior to this fix when the less loader isn't enabled, the scss loader config is rewritten by mistake, leading to this error:
    
    > Module build failed: Error: Cannot process lang="less" inside src/js/Player.vue: the less-loader is not activated.
    
    I also fix a functional test case for Vue.js. Actually, the tests check if the first error thrown by webpack is about missing less loader. But the fixtures needs these loaders in the following order: scss, sass and finally less. Since there's no other loader than the VueJs one loaded in this test case, errors should be in the same order.
    
    Commits
    -------
    
    2165a54 Fix inability to use scss loader with Vue.js
    weaverryan committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    de3dbf3 View commit details
    Browse the repository at this point in the history
  2. updating CHANGELOG

    weaverryan committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    802c8b3 View commit details
    Browse the repository at this point in the history
  3. Tagging 0.10.0

    weaverryan committed Jul 12, 2017
    Configuration menu
    Copy the full SHA
    e73523a View commit details
    Browse the repository at this point in the history
Loading
0