1 | # Change Log
|
---|
2 |
|
---|
3 | All notable changes to this project will be documented in this file.
|
---|
4 | See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
---|
5 |
|
---|
6 | ## [5.0.1](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@5.0.0...postcss-normalize-timing-functions@5.0.1) (2021-05-19)
|
---|
7 |
|
---|
8 | **Note:** Version bump only for package postcss-normalize-timing-functions
|
---|
9 |
|
---|
10 |
|
---|
11 |
|
---|
12 |
|
---|
13 |
|
---|
14 | # [5.0.0](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@5.0.0-rc.2...postcss-normalize-timing-functions@5.0.0) (2021-04-06)
|
---|
15 |
|
---|
16 | **Note:** Version bump only for package postcss-normalize-timing-functions
|
---|
17 |
|
---|
18 |
|
---|
19 |
|
---|
20 |
|
---|
21 |
|
---|
22 | # [5.0.0-rc.2](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@5.0.0-rc.1...postcss-normalize-timing-functions@5.0.0-rc.2) (2021-03-15)
|
---|
23 |
|
---|
24 | **Note:** Version bump only for package postcss-normalize-timing-functions
|
---|
25 |
|
---|
26 |
|
---|
27 |
|
---|
28 |
|
---|
29 |
|
---|
30 | # [5.0.0-rc.1](https://github.com/cssnano/cssnano/compare/postcss-normalize-timing-functions@5.0.0-rc.0...postcss-normalize-timing-functions@5.0.0-rc.1) (2021-03-04)
|
---|
31 |
|
---|
32 | **Note:** Version bump only for package postcss-normalize-timing-functions
|
---|
33 |
|
---|
34 |
|
---|
35 |
|
---|
36 |
|
---|
37 |
|
---|
38 | # 5.0.0-rc.0 (2021-02-19)
|
---|
39 |
|
---|
40 |
|
---|
41 | ### Bug Fixes
|
---|
42 |
|
---|
43 | * **postcss-normalize-timing-functions:** do not break invalid syntax ([#748](https://github.com/cssnano/cssnano/issues/748)) ([efd2077](https://github.com/cssnano/cssnano/commit/efd20775be85f9845cb343c69b5dc1bb25672a42))
|
---|
44 |
|
---|
45 |
|
---|
46 | ### chore
|
---|
47 |
|
---|
48 | * minimum require version of node is 10.13 ([#871](https://github.com/cssnano/cssnano/issues/871)) ([28bda24](https://github.com/cssnano/cssnano/commit/28bda243e32ce3ba89b3c358a5f78727b3732f11))
|
---|
49 |
|
---|
50 |
|
---|
51 | ### Features
|
---|
52 |
|
---|
53 | * migarete to PostCSS 8 ([#975](https://github.com/cssnano/cssnano/issues/975)) ([40b82dc](https://github.com/cssnano/cssnano/commit/40b82dca7f53ac02cd4fe62846dec79b898ccb49))
|
---|
54 |
|
---|
55 |
|
---|
56 | ### BREAKING CHANGES
|
---|
57 |
|
---|
58 | * minimum supported `postcss` version is `8.2.1`
|
---|
59 | * minimum require version of node is 10.13
|
---|
60 |
|
---|
61 |
|
---|
62 |
|
---|
63 | ## 4.1.9 (2019-02-12)
|
---|
64 |
|
---|
65 |
|
---|
66 | ### Bug Fixes
|
---|
67 |
|
---|
68 | * **postcss-normalize-timing-functions:** cache ([#693](https://github.com/cssnano/cssnano/issues/693)) ([7e6e481](https://github.com/cssnano/cssnano/commit/7e6e481244964bf77a1085d8db3f516597b264e9))
|
---|
69 |
|
---|
70 |
|
---|
71 | ### Performance Improvements
|
---|
72 |
|
---|
73 | * **postcss-normalize-timing-functions:** increase perf ([#687](https://github.com/cssnano/cssnano/issues/687)) ([2bef7d1](https://github.com/cssnano/cssnano/commit/2bef7d1f4f9f6dc33d0a4fb120926a85b08403e7))
|
---|
74 |
|
---|
75 |
|
---|
76 |
|
---|
77 | ## 4.1.1 (2018-09-24)
|
---|
78 |
|
---|
79 |
|
---|
80 | ### Bug Fixes
|
---|
81 |
|
---|
82 | * do not lowercased property ([#606](https://github.com/cssnano/cssnano/issues/606)) ([d40c657](https://github.com/cssnano/cssnano/commit/d40c6577f1d942d00aade671f5e7ab422870c517))
|
---|
83 | * **postcss-merge-longhand:** not mangle border output ([#555](https://github.com/cssnano/cssnano/issues/555)) ([9a70605](https://github.com/cssnano/cssnano/commit/9a706050b621e7795a9bf74eb7110b5c81804ffe)), closes [#553](https://github.com/cssnano/cssnano/issues/553) [#554](https://github.com/cssnano/cssnano/issues/554)
|
---|