Skip to content

Commit a1b34ee

Browse files
chore(release): 1.0.0
1 parent 3d53968 commit a1b34ee

File tree

3 files changed

+41
-2
lines changed

3 files changed

+41
-2
lines changed

CHANGELOG.md

+39
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,45 @@
22

33
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.
44

5+
<a name="1.0.0"></a>
6+
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) (2018-07-06)
7+
8+
9+
* 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)
10+
11+
12+
### BREAKING CHANGES
13+
14+
* remove `minimize` option
15+
16+
* refactor: remove `module` option
17+
* remove `module` option, use `modules` option instead
18+
19+
* refactor: remove `camelcase` option
20+
* remove `camelcase` option, use `camelCase` option instead
21+
22+
* refactor: remove `root` option
23+
* remove `root` option, use `postcss-loader` with `postcss-url` plugin instead
24+
25+
* refactor: remove other `minimizer` stuff
26+
27+
* refactor: remove `alias` option
28+
* remove `alias` option, use `webpack` `resolve.alias` option
29+
30+
* refactor: readme
31+
32+
* refactor: remove unused `object-assign`
33+
34+
* chore(deps): update `postcss` to latest version
35+
36+
* refactor: minimum require `nodejs` version is `6.9`
37+
* minimum require `nodejs` version is `6.9`
38+
39+
* refactor: minimum require `webpack` version is `4`
40+
* minimum require `webpack` version is `4`
41+
42+
43+
544
<a name="0.28.11"></a>
645
## [0.28.11](https://github.com/webpack-contrib/css-loader/compare/v0.28.10...v0.28.11) (2018-03-16)
746

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "css-loader",
3-
"version": "0.28.11",
3+
"version": "1.0.0",
44
"author": "Tobias Koppers @sokra",
55
"license": "MIT",
66
"description": "css loader module for webpack",

0 commit comments

Comments
 (0)