Comparing version 0.1.0-rc.5 to 0.1.0-rc.6
@@ -5,3 +5,3 @@ { | ||
"description": "Extensible system for analysing and manipulating natural language", | ||
"version": "0.1.0-rc.5", | ||
"version": "0.1.0-rc.6", | ||
"keywords": [ | ||
@@ -17,4 +17,4 @@ "natural", | ||
"dependencies": { | ||
"parse-latin": "^0.1.0-rc.6", | ||
"textom": "^0.1.0-rc.3" | ||
"wooorm/parse-latin": "^0.1.0-rc.6", | ||
"wooorm/textom": "^0.1.0-rc.3" | ||
}, | ||
@@ -21,0 +21,0 @@ "scripts" : [ |
0.1.0-rc.6 / 2014-07-22 | ||
================== | ||
* Fixed component dependency names | ||
* Added codeclimate badge | ||
* Replaced unicode characters in API with their ASCII equivalents | ||
* Added retext-link to plugins | ||
0.1.0-rc.5 / 2014-07-16 | ||
@@ -3,0 +11,0 @@ ================== |
@@ -74,3 +74,3 @@ 'use strict'; | ||
/** | ||
* `Retext#use` takes a plugin—a humble function—and when the parse | ||
* `Retext#use` takes a plugin-a humble function-and when the parse | ||
* method of the Retext instance is called, the plugin will be called | ||
@@ -77,0 +77,0 @@ * with the parsed tree, and the retext instance as arguments. |
{ | ||
"name": "retext", | ||
"version": "0.1.0-rc.5", | ||
"version": "0.1.0-rc.6", | ||
"description": "Extensible system for analysing and manipulating natural language", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
# ![Retext logo](http://i58.tinypic.com/5xpx5z.png) | ||
[![Build Status](https://travis-ci.org/wooorm/retext.svg?branch=master)](https://travis-ci.org/wooorm/retext) [![Coverage Status](https://img.shields.io/coveralls/wooorm/retext.svg)](https://coveralls.io/r/wooorm/retext?branch=master) | ||
[![Build Status](https://img.shields.io/travis/wooorm/retext.svg)](https://travis-ci.org/wooorm/retext) [![Coverage Status](https://img.shields.io/coveralls/wooorm/retext.svg)](https://coveralls.io/r/wooorm/retext?branch=master) [![Code Climate](http://img.shields.io/codeclimate/github/wooorm/retext.svg)](https://codeclimate.com/github/wooorm/retext) | ||
@@ -91,2 +91,3 @@ [![browser support](https://ci.testling.com/wooorm/retext.png) ](https://ci.testling.com/wooorm/retext) | ||
* [retext-keywords](https://github.com/wooorm/retext-keywords) — Extract keywords and keyphrases; | ||
* [retext-link](https://github.com/wooorm/retext-link) — Detect links in text; | ||
* [retext-metaphone](https://github.com/wooorm/retext-metaphone) — Implementation of the Metaphone algorithm; | ||
@@ -104,3 +105,2 @@ * [retext-porter-stemmer](https://github.com/wooorm/retext-porter-stemmer) — Implementation of [the Porter stemming algorithm](http://tartarus.org/martin/PorterStemmer/); | ||
* retext-language — Detect the language of text; | ||
* retext-link — Detect hyperlinks. | ||
* retext-live — Detect changes in a textarea (contenteditable?), sync the diffs over to a retext tree, let plugins modify the content, and sync the diffs back to the textarea; | ||
@@ -107,0 +107,0 @@ * retext-profanity — Censor profane words; |
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
32246