From 19491dd90a9e72780bb2ef23335ba6d96ed93703 Mon Sep 17 00:00:00 2001 From: Ivan Demidov Date: Thu, 12 Nov 2020 12:18:23 +0300 Subject: [PATCH] 0.4.0 --- changelog.md | 116 ++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 +- package.json | 2 +- 3 files changed, 119 insertions(+), 3 deletions(-) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..0270e8e --- /dev/null +++ b/changelog.md @@ -0,0 +1,116 @@ +## 0.4.0 (2020-11-12) + +* test: fix after update autoprefixer ([3e9f3a6](https://github.com/posthtml/posthtml-postcss/commit/3e9f3a6)) +* test: set timeout ([32a0463](https://github.com/posthtml/posthtml-postcss/commit/32a0463)) +* test: style and fix after migration ([8a809e3](https://github.com/posthtml/posthtml-postcss/commit/8a809e3)) +* style: after lint ([969315f](https://github.com/posthtml/posthtml-postcss/commit/969315f)) +* style: after lint ([b5414c1](https://github.com/posthtml/posthtml-postcss/commit/b5414c1)) +* build: recaftor build/lint/coverage system ([9173ab9](https://github.com/posthtml/posthtml-postcss/commit/9173ab9)) +* build: update dep dev ([f82c05b](https://github.com/posthtml/posthtml-postcss/commit/f82c05b)) +* Bump acorn from 7.1.0 to 7.1.1 ([319168f](https://github.com/posthtml/posthtml-postcss/commit/319168f)) +* Bump handlebars from 4.0.11 to 4.7.3 ([3d173f2](https://github.com/posthtml/posthtml-postcss/commit/3d173f2)) +* Bump lodash from 4.17.15 to 4.17.19 ([62cca8d](https://github.com/posthtml/posthtml-postcss/commit/62cca8d)) +* postcss 8, webpack 5 compability ([a2bc127](https://github.com/posthtml/posthtml-postcss/commit/a2bc127)) +* ci: drop support old node ([2feadf6](https://github.com/posthtml/posthtml-postcss/commit/2feadf6)) +* chore: update files notation ([03165f0](https://github.com/posthtml/posthtml-postcss/commit/03165f0)) + + + +## 0.3.0 (2019-10-21) + +* 0.3.0 ([6bf0922](https://github.com/posthtml/posthtml-postcss/commit/6bf0922)) +* build: updaye depDev ([9dbd595](https://github.com/posthtml/posthtml-postcss/commit/9dbd595)) +* perf: remove formatted css, close #27 ([0508e32](https://github.com/posthtml/posthtml-postcss/commit/0508e32)), closes [#27](https://github.com/posthtml/posthtml-postcss/issues/27) + + + +## 0.2.6 (2017-11-29) + +* 0.2.6 ([7781c65](https://github.com/posthtml/posthtml-postcss/commit/7781c65)) +* CI(.travis) drop support 0.12 nodejs ([1efe925](https://github.com/posthtml/posthtml-postcss/commit/1efe925)) +* Fix browsers versions in tests ([79ccd3f](https://github.com/posthtml/posthtml-postcss/commit/79ccd3f)) +* Remove unsupported flag -v from jscs ([6a696ac](https://github.com/posthtml/posthtml-postcss/commit/6a696ac)) +* Update devDependencies ([8800c09](https://github.com/posthtml/posthtml-postcss/commit/8800c09)) +* Update postcss ([d334ea6](https://github.com/posthtml/posthtml-postcss/commit/d334ea6)) +* chore: this config not need in npm repositories, close #9 ([c11e57c](https://github.com/posthtml/posthtml-postcss/commit/c11e57c)), closes [#9](https://github.com/posthtml/posthtml-postcss/issues/9) +* chore: add lint for test folder ([0a19b8c](https://github.com/posthtml/posthtml-postcss/commit/0a19b8c)) +* chore: change jscs to eslint, close #25 ([c9ca38b](https://github.com/posthtml/posthtml-postcss/commit/c9ca38b)), closes [#25](https://github.com/posthtml/posthtml-postcss/issues/25) +* chore: update depDev ([47cfa1d](https://github.com/posthtml/posthtml-postcss/commit/47cfa1d)) +* test: add test for issue #10 ([bab8b46](https://github.com/posthtml/posthtml-postcss/commit/bab8b46)), closes [#10](https://github.com/posthtml/posthtml-postcss/issues/10) +* fix: plugin for postcss must be function, close #10 ([88e54c5](https://github.com/posthtml/posthtml-postcss/commit/88e54c5)), closes [#10](https://github.com/posthtml/posthtml-postcss/issues/10) +* style: linter report ([762bd9d](https://github.com/posthtml/posthtml-postcss/commit/762bd9d)) +* style: linter report ([61a6d0b](https://github.com/posthtml/posthtml-postcss/commit/61a6d0b)) + + + +## 0.2.5 (2017-03-09) + +* 0.2.5 ([113fc20](https://github.com/posthtml/posthtml-postcss/commit/113fc20)) +* Added `filterType` argument ([79054c4](https://github.com/posthtml/posthtml-postcss/commit/79054c4)), closes [#18](https://github.com/posthtml/posthtml-postcss/issues/18) +* Documentation fix for filterType ([fa97424](https://github.com/posthtml/posthtml-postcss/commit/fa97424)) +* Fix setting value of `node.content` to be an array ([44d65e9](https://github.com/posthtml/posthtml-postcss/commit/44d65e9)) +* Removed confusing lint options ([ce5841e](https://github.com/posthtml/posthtml-postcss/commit/ce5841e)) + + + +## 0.2.4 (2016-09-05) + +* 0.2.4 ([f0a1d59](https://github.com/posthtml/posthtml-postcss/commit/f0a1d59)) +* fix no more cuts of content prematurely in indentResolve ([04399e6](https://github.com/posthtml/posthtml-postcss/commit/04399e6)) + + + +## 0.2.3 (2016-08-29) + +* 0.2.3 ([a5cd82c](https://github.com/posthtml/posthtml-postcss/commit/a5cd82c)) +* fix indent fn if has one '\n' char in styles ([7f4f116](https://github.com/posthtml/posthtml-postcss/commit/7f4f116)) +* Update README.md ([d99457b](https://github.com/posthtml/posthtml-postcss/commit/d99457b)) +* Update README.md ([c897db3](https://github.com/posthtml/posthtml-postcss/commit/c897db3)) +* Update README.md ([5ce1dff](https://github.com/posthtml/posthtml-postcss/commit/5ce1dff)) +* v0.2.1 ... v0.2.2 ([77b4181](https://github.com/posthtml/posthtml-postcss/commit/77b4181)) +* docs(LICENSE): update LICENSE ([25021d3](https://github.com/posthtml/posthtml-postcss/commit/25021d3)) +* docs(README): change style, update examples ([47f2c60](https://github.com/posthtml/posthtml-postcss/commit/47f2c60)) + + + +## 0.2.2 (2016-06-22) + +* Added files property in package.json ([6dd9d1e](https://github.com/posthtml/posthtml-postcss/commit/6dd9d1e)) +* Added test for issue #7 ([624fd60](https://github.com/posthtml/posthtml-postcss/commit/624fd60)), closes [#7](https://github.com/posthtml/posthtml-postcss/issues/7) +* added to .ignore sublime config files ([d9ad1c5](https://github.com/posthtml/posthtml-postcss/commit/d9ad1c5)) +* Fixed #7, Problem with new indentResolve stuff ([782829f](https://github.com/posthtml/posthtml-postcss/commit/782829f)), closes [#7](https://github.com/posthtml/posthtml-postcss/issues/7) +* fixed incorrect resolve because of last line ([916c64f](https://github.com/posthtml/posthtml-postcss/commit/916c64f)) +* Remove type, not used ([c482bd1](https://github.com/posthtml/posthtml-postcss/commit/c482bd1)) +* v0.2.0 ... v0.2.1 ([ced417c](https://github.com/posthtml/posthtml-postcss/commit/ced417c)) + + + +## 0.2.1 (2016-06-10) + +* #5, added indent resolve ([95f1322](https://github.com/posthtml/posthtml-postcss/commit/95f1322)), closes [#5](https://github.com/posthtml/posthtml-postcss/issues/5) +* Fixed broken test style attrs not need webkit prefix ([cedbbbb](https://github.com/posthtml/posthtml-postcss/commit/cedbbbb)) +* Fixed broken test style tag, not need webkit prefix ([3e78e27](https://github.com/posthtml/posthtml-postcss/commit/3e78e27)) +* Test on Node.js v0.12.x, v4.x, and v5.x ([e1da5d5](https://github.com/posthtml/posthtml-postcss/commit/e1da5d5)) + + + +## 0.2.0 (2016-02-04) + +* 0.2.0 ([609c39c](https://github.com/posthtml/posthtml-postcss/commit/609c39c)) +* add postcss link ([2acc4f7](https://github.com/posthtml/posthtml-postcss/commit/2acc4f7)) +* Allow async PostCSS plugins ([019d75b](https://github.com/posthtml/posthtml-postcss/commit/019d75b)), closes [#2](https://github.com/posthtml/posthtml-postcss/issues/2) +* fix postcss link ([23c5cad](https://github.com/posthtml/posthtml-postcss/commit/23c5cad)) +* more tests ([fe6ea4f](https://github.com/posthtml/posthtml-postcss/commit/fe6ea4f)) + + + +## 0.1.0 (2015-11-23) + +* 0.1.0 ([23c976b](https://github.com/posthtml/posthtml-postcss/commit/23c976b)) +* add badge ([4808205](https://github.com/posthtml/posthtml-postcss/commit/4808205)) +* fix ([ec242d1](https://github.com/posthtml/posthtml-postcss/commit/ec242d1)) +* fix travis ([e7817d9](https://github.com/posthtml/posthtml-postcss/commit/e7817d9)) +* init ([858819e](https://github.com/posthtml/posthtml-postcss/commit/858819e)) + + + diff --git a/package-lock.json b/package-lock.json index b8ddab8..b9d9f69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "posthtml-postcss", - "version": "0.3.0", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "0.3.0", + "version": "0.4.0", "license": "MIT", "dependencies": { "postcss": "^8.0.0" diff --git a/package.json b/package.json index 22db848..d7bd473 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "posthtml-postcss", - "version": "0.3.0", + "version": "0.4.0", "description": "PostHTML-PostCSS plugin. Use PostCSS in HTML document", "license": "MIT", "repository": "posthtml/posthtml-postcss",