@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
111 lines (77 loc) • 5.14 kB
Markdown
# Change log
## Next release
#### Documentation:
- Add Options table
- Add FAQ section
#### Internal:
- [#38](https://github.com/asfktz/autodll-webpack-plugin/pull/38) Fix test script on windows. [@sudo-suhas](https://github.com/sudo-suhas) <br>
Related to [#9](https://github.com/asfktz/autodll-webpack-plugin/issues/9).
- Moving from tape to ava. [@asfktz](https://github.com/asfktz)
- Integration tests. [@asfktz](https://github.com/asfktz)
#### Committers:
- Suhas Karanth ([@sudo-suhas](https://github.com/sudo-suhas))
- Asaf Katz ([@asfktz](https://github.com/asfktz))
## 0.2.1
#### Internal:
- Add webpack as `devDependencies` for testing. [@asfktz](https://github.com/asfktz)
#### Committers:
- Asaf Katz ([@asfktz](https://github.com/asfktz))
## 0.2.0
#### Bug Fix:
- [#36](https://github.com/asfktz/autodll-webpack-plugin/issues/36) Instance index is wrong when other plugins are used. [@asfktz](https://github.com/asfktz)
#### Internal:
- **[breaking change]** Move webpack from `dependencies` to `peerDependencies`. [@asfktz](https://github.com/asfktz) <br>
Related to [#30](https://github.com/asfktz/autodll-webpack-plugin/issues/30#issuecomment-314489292)
- Remove `yarn.lock` from examples. [@asfktz](https://github.com/asfktz)
#### Committers:
- Asaf Katz ([@asfktz](https://github.com/asfktz))
## 0.1.0
#### Bug Fix:
- Multiple AutoDLL's overwrite each other [@viankakrisna](https://github.com/viankakrisna)
- AutoDLL's is not playing nicely with other plugins which integrate with html-webpack-plugin [@asfktz](https://github.com/asfktz)
#### Enhancement:
- **[breaking change]** AutoDll's `.cache` dir now stores each instance files in it's own seperate subdirectory. [@viankakrisna](https://github.com/viankakrisna)
- Context is now defaults to `process.cwd()` [@asfktz](https://github.com/asfktz)
#### Documentation:
- Remove context from examples, use the new default instead [@asfktz](https://github.com/asfktz)
#### Internal:
- [#25](https://github.com/asfktz/autodll-webpack-plugin/pull/25) Remove unused dependencies [@sudo-suhas](https://github.com/sudo-suhas)
- [#27](https://github.com/asfktz/autodll-webpack-plugin/pull/27) Fix failing tests for createGetPublicPath on windows(path compare) [@sudo-suhas](https://github.com/sudo-suhas)
- [#26](https://github.com/asfktz/autodll-webpack-plugin/pull/26) Use make-dir instead of mkdirp [@sudo-suhas](https://github.com/sudo-suhas)
- [#35](https://github.com/asfktz/autodll-webpack-plugin/pull/35) Run CI tests on multiple node versions in Travis [@sudo-suhas](https://github.com/sudo-suhas)
- Setup CI [@asfktz](https://github.com/asfktz)
#### Committers:
- Ade Viankakrisna Fadlil ([@viankakrisna](https://github.com/viankakrisna))
- Asaf Katz ([@asfktz](https://github.com/asfktz))
- Suhas Karanth ([@sudo-suhas](https://github.com/sudo-suhas))
## 0.0.8
- [#19](https://github.com/asfktz/autodll-webpack-plugin/pull/19) Set babel target to node 4 instead of current [@sudo-suhas](https://github.com/sudo-suhas)
- [#18](https://github.com/asfktz/autodll-webpack-plugin/pull/18) Setup pre-commit hook with lint-staged and tests [@sudo-suhas](https://github.com/sudo-suhas)
- [#14](https://github.com/asfktz/autodll-webpack-plugin/pull/14) delete ./lib and add it to gitignore [@viankakrisna](https://github.com/viankakrisna)
#### Committers:
- Ade Viankakrisna Fadlil ([@viankakrisna](https://github.com/viankakrisna))
- Suhas Karanth ([@sudo-suhas](https://github.com/sudo-suhas))
## 0.0.7
### Bug fix
- AutoDll's ignores `output.publicPath` [@asfktz](https://github.com/asfktz). <br>
Related to: [#6](https://github.com/asfktz/autodll-webpack-plugin/issues/6) Is it possible to set path as an absolute path?
### Enhancement
- Absolute Paths are now supported [@asfktz](https://github.com/asfktz)
- You can now pass plugins to the Dll compiler (useful for production builds) [@drewhamlett](https://github.com/drewhamlett)<br>
Related to: [#4](https://github.com/asfktz/autodll-webpack-plugin/pull/4) Support extra plugins in config (such as UglifyJS)
#### Documentation:
- Docs(readme): Tweaks readme grammar #3 [@d3viant0ne](https://github.com/d3viant0ne)
#### Internal:
- [#12](https://github.com/asfktz/autodll-webpack-plugin/pull/12) Add eslint, eslint-plugin-react to devDependencies
[@sudo-suhas](https://github.com/sudo-suhas)
- [#10](https://github.com/asfktz/autodll-webpack-plugin/pull/10) Fix logger creation when showLogs is false [@sudo-suhas](https://github.com/sudo-suhas)
- [#11](https://github.com/asfktz/autodll-webpack-plugin/pull/11) Use del-cli since del is builtin cmd on windows [@sudo-suhas](https://github.com/sudo-suhas)
- [#5](https://github.com/asfktz/autodll-webpack-plugin/pull/5) Create LICENSE [@amilajack](https://github.com/amilajack)
#### Committers:
- Amila Welihinda ([@amilajack](https://github.com/amilajack))
- Asaf Katz ([@asfktz](https://github.com/asfktz))
- Drew Hamlett ([@drewhamlett](https://github.com/drewhamlett))
- Joshua Wiens ([@d3viant0ne](https://github.com/d3viant0ne))
- Suhas Karanth ([@sudo-suhas](https://github.com/sudo-suhas))
### 0.0.6
- initial release