Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

refactor: Apply webpack-defaults & webpack 3.x support #540

Merged
merged 24 commits into from Jul 10, 2017

Commits on Jun 11, 2017

  1. Copy the full SHA
    77daf83 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    92e4349 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. refactor: Apply webpack-defaults (#542)

    - refactor: Migrate extracted module to lib
    - refactor: Migrate order undefined to lib
    - refactor: Extract etwp helper functions
    - refactor: Extract compilation to stand alone class
    - refactor: Proxy plugin module from cjs.js
    
    - refactor: Modernize loader syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Convert tests & configs to import syntax
    - refactor: Use indexOf in helpers
    
    - refactor: Modernize plugin syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Modernize ExtractedModule syntax
      - Convert to ES6+ Class
      - Convert to ES6+ default export
      - Convert to const / let
      - Uses import syntax
      - Convert errors to templates
    
    - refactor: Removes fallbackLoader & loader deprecation warnings
    
    - refactor: Removes single option deprecation warning
    
    - refactor: Removes options.loader & options.fallbackLoader
    
     BREAKING CHANGE: Enforces `peerDependencies` of `"webpack": ">= 3.0.0-rc.0 || ^3.0.0"`.
    
     BREAKING CHANGE: Enforces `engines` of `"node": ">=4.3.0 < 5.0.0 || >= 5.10`
    joshwiens committed Jun 23, 2017
    Copy the full SHA
    292e217 View commit details
    Browse the repository at this point in the history
  2. refactor: Chunk.modules deprecation warning

     BREAKING CHANGE: Updates to `Chunk.mapModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764
    joshwiens committed Jun 23, 2017
    Copy the full SHA
    28171b2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    1730d46 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2017

  1. Copy the full SHA
    5d0c28f View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    715b1dd View commit details
    Browse the repository at this point in the history
  3. chore: Update install docs

    joshwiens committed Jun 24, 2017
    Copy the full SHA
    1ef755a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    84a0328 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b33e006 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    d4a0c23 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    10721f5 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2017

  1. refactor: Update deprecated chunk.modules functions (#553)

    - refactor: Replace usage of chunk.modules with forEachModule, mapModules ect..
    
      BREAKING CHANGE: Updates to `Chunk.mapModules | forEachModule | getNumberOfModules`. This release is not backwards compatible with `Webpack 2.x` due to breaking changes in webpack/webpack#4764
    joshwiens committed Jul 7, 2017
    Copy the full SHA
    be7936d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    df93eab View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c5471f6 View commit details
    Browse the repository at this point in the history
  4. chore(release): 3.0.0-rc.0

    joshwiens committed Jul 7, 2017
    Copy the full SHA
    b70c6ec View commit details
    Browse the repository at this point in the history
  5. test: Fix order by id test

    joshwiens committed Jul 7, 2017
    Copy the full SHA
    2c2f12b View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    28363ab View commit details
    Browse the repository at this point in the history
  7. fix: Module sorting

    joshwiens committed Jul 7, 2017
    Copy the full SHA
    27e3a28 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    1f057e1 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    7f46af0 View commit details
    Browse the repository at this point in the history
  10. chore(release): 3.0.0-rc.1

    joshwiens committed Jul 7, 2017
    Copy the full SHA
    29e1b4c View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Copy the full SHA
    113cabb View commit details
    Browse the repository at this point in the history
  2. chore(release): 3.0.0-rc.2

    joshwiens committed Jul 10, 2017
    Copy the full SHA
    6b4e64c View commit details
    Browse the repository at this point in the history