Skip to content

Commit bd1b06d

Browse files
committed
prepare 5.0.0
1 parent 8d9d0dc commit bd1b06d

File tree

1 file changed

+23
-16
lines changed

1 file changed

+23
-16
lines changed

CHANGELOG.md

Lines changed: 23 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,33 @@
1+
# 5.0.0 - 2015-01-26
2+
3+
- Added: compatibility with postcss v4.x
4+
- Removed: compatibility with postcss v3.x
5+
- Fixed: relative imports (./ and ../) should work using `path` option only (no need for `from`) ([#14](https://github.com/postcss/postcss-import/issues/14))
6+
17
# 4.1.1 - 2015-01-05
28

3-
- Fix irregular whitespace that throw syntax error in some environnements
9+
- Fixed: irregular whitespace that throw syntax error in some environnements
410

511
# 4.1.0 - 2014-12-12
612

7-
- Add `web_modules` to module directories that are used to resolve `@import` ([#13](https://github.com/postcss/postcss-import/issues/13)).
13+
- Added: `web_modules` is now in module directories that are used to resolve `@import` ([#13](https://github.com/postcss/postcss-import/issues/13)).
814

915
# 4.0.0 - 2014-12-11
1016

11-
- Ensure windows compatibility (by building on AppVeyor)
12-
- Add `root` option
17+
- Added: windows compatibility (by building on AppVeyor)
18+
- Added: `root` option
1319

1420
# 3.2.0 - 2014-11-24
1521

16-
- Add `onImport` callback that offer a way to get list of imported files ([ref](https://github.com/postcss/postcss-import/issues/9))
22+
- Added: `onImport` callback offers a way to get list of imported files ([ref](https://github.com/postcss/postcss-import/issues/9))
1723

1824
# 3.1.0 - 2014-11-24
1925

20-
- Add ability to consume local modules (fix [#12](https://github.com/postcss/postcss-import/issues/12))
26+
- Added: ability to consume local modules (fix [#12](https://github.com/postcss/postcss-import/issues/12))
2127

2228
# 3.0.0 - 2014-11-21
2329

24-
- Add ability to consume node modules ([ref](https://github.com/postcss/postcss-import/issues/7)).
30+
- Added: ability to consume node modules ([ref](https://github.com/postcss/postcss-import/issues/7)).
2531
This means you don't have to add `node_modules` in the path anymore (or using `@import "../node_modules/..."`).
2632
Also, `index.css` can be ommited.
2733

@@ -41,28 +47,29 @@ Dependencies of dependencies should be resolved as well.
4147

4248
_Note that npm resolution is done after the default local behavior._
4349

44-
- When importing a file multiple times in the same scope (same level of media queries), file will only be imported the first time.
50+
- Changed: When importing a file multiple times in the same scope (same level of media queries), file will only be imported the first time.
4551
This is done to avoid having multiples outputs of a npm dep used multiples times in different modules.
4652

4753
# 2.0.0 - 2014-11-12
4854

49-
- Upgrade to postcss 3
55+
- Added: compatibility with postcss v3.x
56+
- Removed: compatibility with postcss v2.x
5057

5158
# 1.0.3 - 2014-10-29
5259

53-
- Fix relative import path stack
60+
- Fixed: relative import path stack
5461

5562
# 1.0.2 - 2014-09-16
5663

57-
- Move ignored import at top & adjust related media queries, to make them work (fix [#2](https://github.com/postcss/postcss-import/issues/2))
58-
- Ignore scheme-relative absolute URLs
59-
- Remove `parse-import` module dependency
64+
- Added: Move ignored import at top & adjust related media queries, to make them work (fix [#2](https://github.com/postcss/postcss-import/issues/2))
65+
- Added: Ignore scheme-relative absolute URLs
66+
- Removed: `parse-import` module dependency
6067

6168
# 1.0.1 - 2014-08-26
6269

63-
- Fix GNU message format
64-
- Support empty files ([cssnext/#24](https://github.com/putaindecode/cssnext/issues/24))
70+
- Fixed: GNU message format
71+
- Added: Support empty files ([cssnext/#24](https://github.com/putaindecode/cssnext/issues/24))
6572

6673
# 1.0.0 - 2014-08-10
6774

68-
First release based on [rework-import](https://github.com/reworkcss/rework-import) v1.2.0 (mainly for fixtures)
75+
First release based on [rework-import](https://github.com/reworkcss/rework-import) v1.2.0 (mainly for fixtures)

0 commit comments

Comments
 (0)