UNPKG

retext-directionality

Version:

Detect directionality (left-to-right, right-to-left) in Retext

150 lines (120 loc) 11.2 kB
<!--mdast setext--> <!--lint disable no-multiple-toplevel-headings--> <!--lint disable maximum-line-length--> 1.0.0 / 2015-08-01 ================== * Refactor api for retext@1.0.0 ([6869e92](https://github.com/wooorm/retext-directionality/commit/6869e92)) 0.1.8 / 2015-01-18 ================== * Update changelog for 0.1.8 ([de7a37c](https://github.com/wooorm/retext-directionality/commit/de7a37c)) * Update copyright notice in `LICENSE` to include 2015 ([fde8f45](https://github.com/wooorm/retext-directionality/commit/fde8f45)) * Add link to whole license in `Readme.md` ([8dde498](https://github.com/wooorm/retext-directionality/commit/8dde498)) * Add Duo as an instalation method in `Readme.md` ([1203c43](https://github.com/wooorm/retext-directionality/commit/1203c43)) * Add links to installation methods in `Readme.md` ([4a878df](https://github.com/wooorm/retext-directionality/commit/4a878df)) * Refactor fences code blocks in `Readme.md` ([080bb89](https://github.com/wooorm/retext-directionality/commit/080bb89)) * Refactor to adhere to strict jsdoc style ([9d0203a](https://github.com/wooorm/retext-directionality/commit/9d0203a)) * Add jscs-jsdoc configuration to `.jscs.json` ([eee37c2](https://github.com/wooorm/retext-directionality/commit/eee37c2)) * Add jscs-jsdoc as a dev-dependency ([88a6532](https://github.com/wooorm/retext-directionality/commit/88a6532)) * Refactor npm scripts for changes in npm ([cf93784](https://github.com/wooorm/retext-directionality/commit/cf93784)) * Update eslint ([5dfd0a8](https://github.com/wooorm/retext-directionality/commit/5dfd0a8)) * Update retext ([2ad38de](https://github.com/wooorm/retext-directionality/commit/2ad38de)) 0.1.7 / 2014-12-09 ================== * Update changelog for 0.1.7 ([67c4c41](https://github.com/wooorm/retext-directionality/commit/67c4c41)) * Add benchmark ([4df7e58](https://github.com/wooorm/retext-directionality/commit/4df7e58)) * Fix wording in `Readme.md` ([d7997a7](https://github.com/wooorm/retext-directionality/commit/d7997a7)) * Refactor npm script targets in `package.json` ([8cabae1](https://github.com/wooorm/retext-directionality/commit/8cabae1)) * Add link to personal website to copyright in `Readme.md` ([16a51dc](https://github.com/wooorm/retext-directionality/commit/16a51dc)) * Update eslint, retext ([82f93d0](https://github.com/wooorm/retext-directionality/commit/82f93d0)) 0.1.6 / 2014-11-21 ================== * Update changelog for 0.1.6 ([fa2ce0e](https://github.com/wooorm/retext-directionality/commit/fa2ce0e)) * Add flat badges to `Readme.md` ([43b3d15](https://github.com/wooorm/retext-directionality/commit/43b3d15)) * Refactor `Readme.md` ([94b7fab](https://github.com/wooorm/retext-directionality/commit/94b7fab)) * Add retext-inspect to dev-dependecies ([b895ab1](https://github.com/wooorm/retext-directionality/commit/b895ab1)) * Refactor npm script targets in `package.json` ([a985089](https://github.com/wooorm/retext-directionality/commit/a985089)) * Fix incorrect executive rights on `test.js` ([814b110](https://github.com/wooorm/retext-directionality/commit/814b110)) * Update retext ([14ae08b](https://github.com/wooorm/retext-directionality/commit/14ae08b)) 0.1.5 / 2014-10-27 ================== * Update changelog for 0.1.5 ([467775f](https://github.com/wooorm/retext-directionality/commit/467775f)) * Add `.eslintrc` ([51ceeb1](https://github.com/wooorm/retext-directionality/commit/51ceeb1)) * Refactor to disallow space after object keys ([1519865](https://github.com/wooorm/retext-directionality/commit/1519865)) * Refactor for changes in retext ([37b6c32](https://github.com/wooorm/retext-directionality/commit/37b6c32)) * Update eslint, mocha, retext, retext-content, retext-visit ([b4ea156](https://github.com/wooorm/retext-directionality/commit/b4ea156)) 0.1.4 / 2014-10-21 ================== * Update changelog for 0.1.4 ([d35b7e0](https://github.com/wooorm/retext-directionality/commit/d35b7e0)) * Refactor .jscs.json ([30b428a](https://github.com/wooorm/retext-directionality/commit/30b428a)) * Refactor test for changes in retext ([e7ff820](https://github.com/wooorm/retext-directionality/commit/e7ff820)) * Update retext ([8c829f3](https://github.com/wooorm/retext-directionality/commit/8c829f3)) 0.1.3 / 2014-10-15 ================== * Update changelog for 0.1.3 ([5427bb9](https://github.com/wooorm/retext-directionality/commit/5427bb9)) * Update tests for changes in retext-visit ([562cf38](https://github.com/wooorm/retext-directionality/commit/562cf38)) * Update direction, retext, retext-content, retext-visit ([34784eb](https://github.com/wooorm/retext-directionality/commit/34784eb)) * Update .gitignore, .npmignore, bower ignore ([e68690e](https://github.com/wooorm/retext-directionality/commit/e68690e)) * Move spec to test.js ([8adfb3d](https://github.com/wooorm/retext-directionality/commit/8adfb3d)) 0.1.2 / 2014-09-26 ================== * Update changelog for 0.1.2 ([f5efdbf](https://github.com/wooorm/retext-directionality/commit/f5efdbf)) * Refactor Readme.md ([594053a](https://github.com/wooorm/retext-directionality/commit/594053a)) * Refactor API ([7802009](https://github.com/wooorm/retext-directionality/commit/7802009)) * Add npm deployment to travis ([30ecfa0](https://github.com/wooorm/retext-directionality/commit/30ecfa0)) * Remove `npm update` from travis ([cbea3ea](https://github.com/wooorm/retext-directionality/commit/cbea3ea)) * Remove browser test ([cf7810b](https://github.com/wooorm/retext-directionality/commit/cf7810b)) * Update .gitignore, .npmignore ([9601836](https://github.com/wooorm/retext-directionality/commit/9601836)) * Update Installation in docs ([2dbb2af](https://github.com/wooorm/retext-directionality/commit/2dbb2af)) * Add bower.json ([d716cca](https://github.com/wooorm/retext-directionality/commit/d716cca)) * Fix property order in component.json, package.json ([6bfc669](https://github.com/wooorm/retext-directionality/commit/6bfc669)) * Update copyright in Readme.md ([746bb8e](https://github.com/wooorm/retext-directionality/commit/746bb8e)) * Remove testling ([f7674be](https://github.com/wooorm/retext-directionality/commit/f7674be)) * Refactor spec ([844b80b](https://github.com/wooorm/retext-directionality/commit/844b80b)) * Update dependencies ([13ee6d5](https://github.com/wooorm/retext-directionality/commit/13ee6d5)) 0.1.1 / 2014-07-22 ================== * Update changelog for 0.1.1 ([da20023](https://github.com/wooorm/retext-directionality/commit/da20023)) * Parents now receive updates when non-text nodes get inserted/removed ([6921ff5](https://github.com/wooorm/retext-directionality/commit/6921ff5)) * Added components to gitignore ([15e6dca](https://github.com/wooorm/retext-directionality/commit/15e6dca)) * Added retext as a peer dependency ([43a7aac](https://github.com/wooorm/retext-directionality/commit/43a7aac)) * Updated documentation for latest changes ([0e8717d](https://github.com/wooorm/retext-directionality/commit/0e8717d)) 0.1.0 / 2014-07-12 ================== * Update changelog for 0.1.0 ([253e5ed](https://github.com/wooorm/retext-directionality/commit/253e5ed)) * Added changelog ([5274792](https://github.com/wooorm/retext-directionality/commit/5274792)) * Fixed spec for changes in [16e492a](https://github.com/wooorm/retext-directionality/commit/16e492a) ([8bf4399](https://github.com/wooorm/retext-directionality/commit/8bf4399)) * Added functionality to detect direction on non-word nodes ([16e492a](https://github.com/wooorm/retext-directionality/commit/16e492a)) * Directions can no longer be `null`, just `"neutral"` ([364910c](https://github.com/wooorm/retext-directionality/commit/364910c)) * Removed unused code ([1135605](https://github.com/wooorm/retext-directionality/commit/1135605)) * Removed functionality to browserify unit tests by default ([31cec3e](https://github.com/wooorm/retext-directionality/commit/31cec3e)) * Updated eslint, istanbul, retext, retext-visit, direction ([87393d9](https://github.com/wooorm/retext-directionality/commit/87393d9)) 0.0.4 / 2014-06-19 ================== * Unit tests can now run in the browser (spec/index.html) ([6bcc01e](https://github.com/wooorm/retext-directionality/commit/6bcc01e)) * Fixed a bug where everything in ./spec/ was tested ([3fb19cd](https://github.com/wooorm/retext-directionality/commit/3fb19cd)) * Split the lint task into lint-api, lint-test, and lint-style ([0220ce3](https://github.com/wooorm/retext-directionality/commit/0220ce3)) * Updated dependency versions of direction, jscs, retext, and retext-visit ([a56abc2](https://github.com/wooorm/retext-directionality/commit/a56abc2)) 0.0.3 / 2014-06-17 ================== * Fix code styleguide for latest jscs updates ([1ff8bad](https://github.com/wooorm/retext-directionality/commit/1ff8bad)) * Updated dependency versions of direction, jscs, retext, and retext-visit ([c5337b8](https://github.com/wooorm/retext-directionality/commit/c5337b8)) * Update retext developer dependency to 0.0.10 ([482b9f1](https://github.com/wooorm/retext-directionality/commit/482b9f1)) 0.0.2 / 2014-06-14 ================== * Fixed some typos, added some more words about how the direction of parents works ([ac1a6d3](https://github.com/wooorm/retext-directionality/commit/ac1a6d3)) * Added an “install with component” guide ([ba1c72f](https://github.com/wooorm/retext-directionality/commit/ba1c72f)) * Testling badge & browser support ([a166d56](https://github.com/wooorm/retext-directionality/commit/a166d56)) * SVG badges & coverage status badge ([1bba757](https://github.com/wooorm/retext-directionality/commit/1bba757)) * Fixed some new-lines before EOF ([df6bd44](https://github.com/wooorm/retext-directionality/commit/df6bd44)) * Added Testling to package ([0ded634](https://github.com/wooorm/retext-directionality/commit/0ded634)) * Refactored travis-ci, added coveralls ([133d9bb](https://github.com/wooorm/retext-directionality/commit/133d9bb)) * API and unit tests are now ESLint compliant an use direction; moved retext-visit to developer dependencies ([9a3afd4](https://github.com/wooorm/retext-directionality/commit/9a3afd4)) * Removed Makefile, instead opting for just package.json ([70b1cb3](https://github.com/wooorm/retext-directionality/commit/70b1cb3)) * Removed complexity-report from developer dependencies ([bd4d0ea](https://github.com/wooorm/retext-directionality/commit/bd4d0ea)) * Replaced JSHint with ESLint ([82a07fe](https://github.com/wooorm/retext-directionality/commit/82a07fe)) * Add component.json ([b6b3c54](https://github.com/wooorm/retext-directionality/commit/b6b3c54)) * Update dependency versions of istanbul, retext, and retext-visit ([15778db](https://github.com/wooorm/retext-directionality/commit/15778db)) * Added direction as a dependency ([c796b47](https://github.com/wooorm/retext-directionality/commit/c796b47)) * `-` is now an allowed left-sticked operator (e.g., `-1`) ([6df6208](https://github.com/wooorm/retext-directionality/commit/6df6208)) 0.0.1 / 2014-06-05 ==================