Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Jul 6, 2018
1 parent 3d53968 commit a1b34ee
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 2 deletions.
39 changes: 39 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,45 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="1.0.0"></a>
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) (2018-07-06)


* version 1.0 (#742) ([240db53](https://github.com/webpack-contrib/css-loader/commit/240db53)), closes [#742](https://github.com/webpack-contrib/css-loader/issues/742) [#709](https://github.com/webpack-contrib/css-loader/issues/709)


### BREAKING CHANGES

* remove `minimize` option

* refactor: remove `module` option
* remove `module` option, use `modules` option instead

* refactor: remove `camelcase` option
* remove `camelcase` option, use `camelCase` option instead

* refactor: remove `root` option
* remove `root` option, use `postcss-loader` with `postcss-url` plugin instead

* refactor: remove other `minimizer` stuff

* refactor: remove `alias` option
* remove `alias` option, use `webpack` `resolve.alias` option

* refactor: readme

* refactor: remove unused `object-assign`

* chore(deps): update `postcss` to latest version

* refactor: minimum require `nodejs` version is `6.9`
* minimum require `nodejs` version is `6.9`

* refactor: minimum require `webpack` version is `4`
* minimum require `webpack` version is `4`



<a name="0.28.11"></a>
## [0.28.11](https://github.com/webpack-contrib/css-loader/compare/v0.28.10...v0.28.11) (2018-03-16)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "css-loader",
"version": "0.28.11",
"version": "1.0.0",
"author": "Tobias Koppers @sokra",
"license": "MIT",
"description": "css loader module for webpack",
Expand Down

0 comments on commit a1b34ee

Please sign in to comment.