-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
壹丝
committed
Jan 13, 2021
1 parent
c6be784
commit 97c9af0
Showing
2 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,44 @@ | ||
# 4.0.0 2017-09-17 | ||
# Change Log | ||
|
||
This project adheres to [Semantic Versioning](https://semver.org/). | ||
## 5.0.0 2021-01-12 | ||
|
||
- Updated: Support for PostCSS v8+ | ||
- Updated: Support for Node v10+ | ||
|
||
## 4.0.0 2017-09-17 | ||
|
||
- Updated: Support for PostCSS v7+ | ||
- Updated: Support for Node v6+ | ||
|
||
# 3.0.0 2017-05-10 | ||
## 3.0.0 2017-05-10 | ||
|
||
Change: Use PostCSS 6 API. | ||
|
||
# 2.1.2 2016-04-01 | ||
## 2.1.2 2016-04-01 | ||
|
||
Fix: incorrect output when using both > and >= (or similar).(#12) | ||
|
||
# 2.1.1 2015-11-26 | ||
## 2.1.1 2015-11-26 | ||
|
||
Fix: Pixels rounding errors in fractional pixels media queries. | ||
|
||
# 2.1.0 2015-09-08 | ||
## 2.1.0 2015-09-08 | ||
|
||
Add: Support for `<` and `>` without `=`. | ||
|
||
# 2.0.0 2015-09-05 | ||
## 2.0.0 2015-09-05 | ||
|
||
Change: Use PostCSS 5.0 API. | ||
|
||
# 1.2.0 2015-07-06 | ||
## 1.2.0 2015-07-06 | ||
|
||
Change: Use PostCSS 4.1 plugin API. | ||
|
||
# 1.1.0 2014-12-15 | ||
## 1.1.0 2014-12-15 | ||
|
||
Add: `( 300px <= width <= 900px)` or `( 900px >= width >= 300px)` syntax. | ||
|
||
# 1.0.0 | ||
## 1.0.0 | ||
|
||
The first release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters