diff options
Diffstat (limited to 'tools/eslint/node_modules/markdown-table/History.md')
-rw-r--r-- | tools/eslint/node_modules/markdown-table/History.md | 63 |
1 files changed, 0 insertions, 63 deletions
diff --git a/tools/eslint/node_modules/markdown-table/History.md b/tools/eslint/node_modules/markdown-table/History.md deleted file mode 100644 index 31f82cf920..0000000000 --- a/tools/eslint/node_modules/markdown-table/History.md +++ /dev/null @@ -1,63 +0,0 @@ - -0.4.0 / 2015-04-08 -================== - -* Refactor to simplify branch ([23f8bea](https://github.com/wooorm/markdown-table/commit/23f8bea)) -* Update `.travis.yml` ([e68017e](https://github.com/wooorm/markdown-table/commit/e68017e)) -* Refactor style ([d6d7f37](https://github.com/wooorm/markdown-table/commit/d6d7f37)) -* Remove left-alignment colon for neutral columns ([6061c21](https://github.com/wooorm/markdown-table/commit/6061c21)) -* Refactor style ([7022ed1](https://github.com/wooorm/markdown-table/commit/7022ed1)) -* Update chalk ([7beb551](https://github.com/wooorm/markdown-table/commit/7beb551)) -* Update eslint ([14d61ab](https://github.com/wooorm/markdown-table/commit/14d61ab)) - -0.3.2 / 2015-01-22 -================== - - * Update test reference to include line numbers in `Readme.md` - * Update copyright notice in `LICENSE` to include 2015 - * Add link to whole license in `Readme.md` - * Add Duo as an instalation method in `Readme.md` - * Add links to installation methods in `Readme.md` - * Refactor fences code blocks in `Readme.md` - * Update usage example in `Readme.md` for changes - * Update npm script targets - * Update jscs-jsdoc - * Update eslint - -0.3.1 / 2014-12-26 -================== - - * Merge branch 'bug/dont-modify-align' - * Fix mutating `options.align` - -0.3.0 / 2014-12-19 -================== - - * Add support for multi-character values in alignment - * Remove alignment when left-aligning - * Refactor to adhere to strict jsdoc style - * Add jscs-jsdoc configuration to `.jscs.json` - * Add jscs-jsdoc as a dev-dependency - * Refactor npm scripts for changes in npm - -0.2.0 / 2014-11-29 -================== - - * Add option to specify a single alignment - * Refactor npm script targets in `package.json` - * Add link to personal website in `Readme.md` - * Add shorter description to `Readme.md`, `package.json`, `component.json`, `bower.json` - * Fix incorrect executive rights on `test.js` - * Update eslint - * Fix link to test in `Readme.md` - -0.1.0 / 2014-10-30 -================== - - * Add flat badges to `Readme.md` - * Add `.eslintrc` - * Refactor to disallow space after object keys - * Move `spec/markdown-table.spec.js` to `test.js` - * Update `.gitignore`, `.npmignore`, bower ignore - * Remove incorrect data reference in `component.json` - * Update eslint, mocha |