Skip to content
This repository was archived by the owner on Dec 7, 2018. It is now read-only.

Commit c975357

Browse files
author
Sergey Tatarintsev
committed
chore(release): 2.0.0
1 parent ec70eb2 commit c975357

File tree

3 files changed

+46
-2
lines changed

3 files changed

+46
-2
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,50 @@
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="2.0.0"></a>
6+
# [2.0.0](https://github.com/researchgate/css-loader/compare/v0.28.11...v2.0.0) (2018-09-13)
7+
8+
9+
* version 1.0 (#742) ([240db53](https://github.com/researchgate/css-loader/commit/240db53)), closes [#742](https://github.com/researchgate/css-loader/issues/742) [#709](https://github.com/researchgate/css-loader/issues/709)
10+
11+
12+
### Features
13+
14+
* support icss ([2c2c757](https://github.com/researchgate/css-loader/commit/2c2c757))
15+
16+
17+
### BREAKING CHANGES
18+
19+
* remove `minimize` option
20+
21+
* refactor: remove `module` option
22+
* remove `module` option, use `modules` option instead
23+
24+
* refactor: remove `camelcase` option
25+
* remove `camelcase` option, use `camelCase` option instead
26+
27+
* refactor: remove `root` option
28+
* remove `root` option, use `postcss-loader` with `postcss-url` plugin instead
29+
30+
* refactor: remove other `minimizer` stuff
31+
32+
* refactor: remove `alias` option
33+
* remove `alias` option, use `webpack` `resolve.alias` option
34+
35+
* refactor: readme
36+
37+
* refactor: remove unused `object-assign`
38+
39+
* chore(deps): update `postcss` to latest version
40+
41+
* refactor: minimum require `nodejs` version is `6.9`
42+
* minimum require `nodejs` version is `6.9`
43+
44+
* refactor: minimum require `webpack` version is `4`
45+
* minimum require `webpack` version is `4`
46+
47+
48+
549
<a name="1.0.0"></a>
650
# [1.0.0](https://github.com/webpack-contrib/css-loader/compare/v0.28.11...v1.0.0) (2018-07-06)
751

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@researchgate/css-loader",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A loader for webpack which transforms CSS files into JS module",
55
"license": "MIT",
66
"repository": "https://github.com/researchgate/css-loader",

0 commit comments

Comments
 (0)