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

Latest commit

 

History

History
110 lines (77 loc) · 5.02 KB

CHANGELOG.md

File metadata and controls

110 lines (77 loc) · 5.02 KB

Change log

Next release

Documentation:

  • Add Options table
  • Add FAQ section

Internal:

Committers:

0.2.1

Internal:

  • Add webpack as devDependencies for testing. @asfktz

Committers:

0.2.0

Bug Fix:

  • #36 Instance index is wrong when other plugins are used. @asfktz

Internal:

  • [breaking change] Move webpack from dependencies to peerDependencies. @asfktz
     Related to #30
  • Remove yarn.lock from examples. @asfktz

Committers:

0.1.0

Bug Fix:

  • Multiple AutoDLL's overwrite each other @viankakrisna
  • AutoDLL's is not playing nicely with other plugins which integrate with html-webpack-plugin @asfktz

Enhancement:

  • [breaking change] AutoDll's .cache dir now stores each instance files in it's own seperate subdirectory. @viankakrisna
  • Context is now defaults to process.cwd() @asfktz

Documentation:

  • Remove context from examples, use the new default instead @asfktz

Internal:

Committers:

0.0.8

Committers:

0.0.7

Bug fix

  • AutoDll's ignores output.publicPath @asfktz.
    Related to: #6 Is it possible to set path as an absolute path?

Enhancement

  • Absolute Paths are now supported @asfktz
  • You can now pass plugins to the Dll compiler (useful for production builds) @drewhamlett
    Related to: #4 Support extra plugins in config (such as UglifyJS)

Documentation:

Internal:

Committers:

0.0.6

  • initial release