parse-entities
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -1,6 +0,13 @@ | ||
<!--mdast setext--> | ||
<!--remark setext--> | ||
<!--lint disable no-multiple-toplevel-headings --> | ||
1.0.1 / 2015-12-27 | ||
================== | ||
* Update mdast to remark ([8b158ad](https://github.com/wooorm/parse-entities/commit/8b158ad)) | ||
* Fix escaping in `readme.md` ([c743fa2](https://github.com/wooorm/parse-entities/commit/c743fa2)) | ||
* Fix missing dependencies in `component.json` ([cbdd3da](https://github.com/wooorm/parse-entities/commit/cbdd3da)) | ||
1.0.0 / 2015-12-23 | ||
================== |
{ | ||
"name": "parse-entities", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Parse HTML character references: fast, spec-compliant, positional information", | ||
@@ -34,13 +34,13 @@ "license": "MIT", | ||
"jscs-jsdoc": "^1.0.0", | ||
"mdast": "^2.0.0", | ||
"mdast-comment-config": "^1.0.0", | ||
"mdast-github": "^1.0.0", | ||
"mdast-lint": "^1.0.0", | ||
"mdast-slug": "^2.0.0", | ||
"mdast-validate-links": "^1.1.1", | ||
"mdast-yaml-config": "^1.0.0", | ||
"remark": "^3.0.0", | ||
"remark-comment-config": "^2.0.0", | ||
"remark-github": "^2.0.0", | ||
"remark-lint": "^2.0.0", | ||
"remark-slug": "^3.0.0", | ||
"remark-validate-links": "^2.0.0", | ||
"remark-yaml-config": "^2.0.0", | ||
"tape": "^4.2.0" | ||
}, | ||
"scripts": { | ||
"build-md": "mdast . --quiet --frail", | ||
"build-md": "remark . --quiet --frail", | ||
"build-bundle": "browserify index.js --bare -s parseEntities > parse-entities.js", | ||
@@ -47,0 +47,0 @@ "build-mangle": "esmangle parse-entities.js > parse-entities.min.js", |
@@ -34,3 +34,3 @@ # parse-entities [![Build Status](https://img.shields.io/travis/wooorm/parse-entities.svg?style=flat)](https://travis-ci.org/wooorm/parse-entities) [![Coverage Status](https://img.shields.io/codecov/c/github/wooorm/parse-entities.svg)](https://codecov.io/github/wooorm/parse-entities) | ||
## parseEntities(value\[, options\]) | ||
## parseEntities(value\[, options]) | ||
@@ -75,9 +75,9 @@ **Parameters** | ||
* `warningContext` ('*', optional) | ||
* `warningContext` (`'*'`, optional) | ||
— Context used when invoking `warning`; | ||
* `textContext` ('*', optional) | ||
* `textContext` (`'*'`, optional) | ||
— Context used when invoking `text`; | ||
* `referenceContext` ('*', optional) | ||
* `referenceContext` (`'*'`, optional) | ||
— Context used when invoking `reference`. | ||
@@ -84,0 +84,0 @@ |
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
26196