Comparing version 0.15.2 to 0.16.0
@@ -0,3 +1,16 @@ | ||
## 0.16.0 (2021-06-03) | ||
* ci: drop support old node ([5f85311](https://github.com/posthtml/posthtml/commit/5f85311)) | ||
* build: update depdev ([4d1a12f](https://github.com/posthtml/posthtml/commit/4d1a12f)) | ||
* build(deps): bump handlebars from 4.7.6 to 4.7.7 ([0473fcb](https://github.com/posthtml/posthtml/commit/0473fcb)) | ||
* build(deps): bump hosted-git-info from 2.8.8 to 2.8.9 ([c53be65](https://github.com/posthtml/posthtml/commit/c53be65)) | ||
* build(deps): bump lodash from 4.17.20 to 4.17.21 ([3e73913](https://github.com/posthtml/posthtml/commit/3e73913)) | ||
* test: fix match content false ([b07aa0b](https://github.com/posthtml/posthtml/commit/b07aa0b)) | ||
* Update readme.md ([dc74d4f](https://github.com/posthtml/posthtml/commit/dc74d4f)) | ||
## <small>0.15.2 (2021-04-13)</small> | ||
* 0.15.2 ([64a1aeb](https://github.com/posthtml/posthtml/commit/64a1aeb)) | ||
* build: update dependencies ([a7a5d59](https://github.com/posthtml/posthtml/commit/a7a5d59)) | ||
@@ -4,0 +17,0 @@ * build(deps): bump ini from 1.3.5 to 1.3.8 ([919a412](https://github.com/posthtml/posthtml/commit/919a412)) |
@@ -5,3 +5,3 @@ const pkg = require('../package.json') | ||
let { default: parser } = require('posthtml-parser') | ||
let render = require('posthtml-render') | ||
let { default: render } = require('posthtml-render') | ||
@@ -8,0 +8,0 @@ /** |
{ | ||
"name": "posthtml", | ||
"version": "0.15.2", | ||
"version": "0.16.0", | ||
"description": "HTML/XML processor", | ||
@@ -23,7 +23,7 @@ "keywords": [ | ||
"engines": { | ||
"node": ">=10.0.0" | ||
"node": ">=12.0.0" | ||
}, | ||
"dependencies": { | ||
"posthtml-parser": "^0.7.2", | ||
"posthtml-render": "^1.3.1" | ||
"posthtml-parser": "^0.9.0", | ||
"posthtml-render": "^2.0.2" | ||
}, | ||
@@ -30,0 +30,0 @@ "devDependencies": { |
@@ -859,3 +859,3 @@ [![NPM][npm]][npm-url] | ||
<a href="https://opencollective.com/posthtml#backers" target="_blank"><img src="https://opencollective.com/posthtml/backers.svg?width=890&button=false"></a> | ||
<a href="https://opencollective.com/posthtml#backers" target="_blank"><img src="https://opencollective.com/posthtml/backers.svg?width=885&button=false"></a> | ||
@@ -862,0 +862,0 @@ ## LICENSE |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
96263
+ Addedis-json@2.0.1(transitive)
+ Addedposthtml-parser@0.9.1(transitive)
+ Addedposthtml-render@2.0.6(transitive)
- Removedposthtml-parser@0.7.2(transitive)
- Removedposthtml-render@1.4.0(transitive)
Updatedposthtml-parser@^0.9.0
Updatedposthtml-render@^2.0.2