1198 Commits

Author SHA1 Message Date
Zearin
d0f7eeb783 docs: Minor tweaks to formatting and phrasing. (#1303) 2020-02-09 11:15:00 -08:00
Tom MacWright
e0eefde467 chore(release): 12.1.4 v12.1.4 2019-11-14 18:31:36 -08:00
Andrey Sitnik
6cdd5cc445 build: Reduce npm package by removing development files (#1298) 2019-11-14 18:29:57 -08:00
Tom MacWright
6b9e5ce257 chore(release): 12.1.3 v12.1.3 2019-11-04 08:51:52 -08:00
Guillaume Grossetie
344e8045ff fix: upgrade git-url-parse to fix a parsing issue (#1296) 2019-11-04 08:51:28 -08:00
Christian Oliff
6e6298255b Add homepage to package.json (#1282)
This PR adds "homepage": "https://documentation.js.org" to package.json

REF: https://docs.npmjs.com/files/package.json#homepage
2019-10-15 08:25:39 -07:00
Christian Oliff
d5b5e3ccff Update CODE_OF_CONDUCT.md (#1290)
Update to latest version from: https://www.contributor-covenant.org/version/1/4/code-of-conduct.md
2019-10-14 09:02:30 -07:00
Christian Oliff
c1e4dbe923 Update RECIPES.md (#1291)
Fix links to HTTPS to prevent redirects
Fix hierachical typo
2019-10-14 08:56:41 -07:00
Christian Oliff
3506ef28ba Fix beacuse typo (#1292) 2019-10-14 08:55:07 -07:00
Tom MacWright
bbc988e9fd
Patch 11 (#1289)
* specify page lang in HTML template

Good practise to include this.
REF: https://www.w3.org/International/questions/qa-html-language-declarations

* Update snapshot
2019-10-11 12:58:05 -07:00
Christian Oliff
3ecc358e58 HTTPS link to https://eslint.org/docs/rules/valid-jsdoc.html (#1287) 2019-10-10 11:26:38 -07:00
Christian Oliff
acf3cfb059 fix filenames typo (#1279) 2019-09-10 10:02:49 -07:00
Christian Oliff
e7da906b84 HTTPS link to daringfireball.net (#1280) 2019-09-10 10:02:41 -07:00
Tom MacWright
635e52e382 chore(release): 12.1.2 v12.1.2 2019-09-09 09:24:11 -07:00
Pelle Wessman
3e0958b033 fix: check for empty diff (#1273)
* Fix check for empty diff

Compare to the result of the latest diff module: https://runkit.com/embed/y4qzdzzz05qr

No diff gives this result:

```
Index: 
===================================================================
--- 	
+++ 	
```

* Actually check the right thing in the fix as well
2019-09-09 09:21:39 -07:00
Piotr Zduniak
1548574e43 Fix a crash in ts_doctrine.js (#1278) 2019-09-09 09:20:42 -07:00
Christian Oliff
b2c317533c editorconfig rules should apply to CSS too (#1275)
helps maintain consistency.
2019-08-13 10:01:23 -07:00
Tom MacWright
29c19ffc5d chore(release): 12.1.1 v12.1.1 2019-08-01 15:38:49 -07:00
Vladimir Agafonkin
27a29be207 fix: Git submodule support for repo names with a dot (#1271) 2019-08-01 15:38:33 -07:00
Tom MacWright
43cd57d3fa chore(release): 12.1.0 v12.1.0 2019-07-31 16:40:43 -07:00
Vladimir Agafonkin
ec36b41aa9 feat: Add git submodules support to github linking (#1270)
* add git submodules support in github linking

* more reliable submodule origin parsing
2019-07-31 16:40:22 -07:00
Tom MacWright
a1a2310321 chore(release): 12.0.3 v12.0.3 2019-07-22 14:01:57 -07:00
Tom MacWright
f9039e9614
fix: Allow skipped array arguments in destructuring. Fixes #1247 (#1266) 2019-07-22 14:01:43 -07:00
Tom MacWright
4d99385184 chore(release): 12.0.2 v12.0.2 2019-07-16 14:38:36 -07:00
Ben Turner
226a666d1e deps: Remove unmaintained dependency: disparity (#1264)
* Remove unmaintained dependency: disparity

The dependency disparity has not been updated for 4 years and is using
a very old version of the diff package which has a security alert.

This alert is not relevant to the current usage of the package, however
it does generate noise when installing. Additionally, it seems unwise to
be relying on unmaintained packages.

This commit replaces disparity with diff and adds some code to color the
output which is based on disparity's logic.

* Use chalk to color diff output instead of ansi-styles
2019-07-16 14:37:41 -07:00
Tom MacWright
798d32ee26 chore(release): 12.0.1 v12.0.1 2019-07-10 10:06:32 -07:00
Tom MacWright
821a15e6bb fix: Crash when called with no inputs. yargs now variadic positional arguments undefined instead of [] 2019-07-10 10:06:15 -07:00
Tom MacWright
778d84cb6c chore(release): 12.0.0 v12.0.0 2019-07-09 21:59:56 -07:00
Christian Oliff
8f36e75700 Formatted with Prettier
BREAKING CHANGE: The next release will require Node 8
2019-07-09 21:59:24 -07:00
Tom MacWright
2b035fd996 test: Remove Node 8 support
We need to upgrade vfile-reporter to fix TypeScript, and it includes a
module, string-width, that requires Node 8. And it's probably time:
so, we're now requiring Node 8.
2019-07-09 21:56:26 -07:00
Tom MacWright
4fd8552dbb deps: Upgrade vfile 2019-07-09 21:56:26 -07:00
Tom MacWright
f1110303ca chore(release): 11.0.1 v11.0.1 2019-06-12 12:07:06 -07:00
David Kartnaller
14298bb681 fix: toc with children getting displayed as "note" (#1253) 2019-06-12 12:06:52 -07:00
Christian Oliff
b6901b4197 refactor: remove unnecessary trailing slash (#1254) 2019-06-07 10:03:42 -07:00
Christian Oliff
9ba3fd1f90 chore: Update split.js (#1250) 2019-06-06 09:45:18 -07:00
Christian Oliff
7d12421336 docs: HTTPS link to remark.js.org (#1251) 2019-06-06 09:44:40 -07:00
Christian Oliff
f0ed12e84f docs: fix a couple of URLs to prevent redirects (#1249) 2019-06-06 08:44:10 -07:00
Christian Oliff
725f6bbc68 docs: fix link to basscss.com (#1245) 2019-05-30 12:52:04 -07:00
Christian Oliff
e8734dd56d docs: Update URLs to prevent redirects (#1244) 2019-05-23 08:29:15 -07:00
Tom MacWright
c6c832976b chore(release): 11.0.0 v11.0.0 2019-05-08 14:50:08 -07:00
Tom MacWright
ca17de55ff fix: Fix parsing of optional parameters with annotations 2019-05-08 14:49:45 -07:00
Tom MacWright
4ea3a95539 test: Fix markdown test snapshots 2019-05-07 12:46:58 -07:00
Tom MacWright
fa1b0b51d2 feat: Enable all parser plugins
BREAKING CHANGE: this removes support for legacy decorators, because
in one place we had legacy and in another we didn't.
2019-05-07 12:46:58 -07:00
Vincent Kocupyr
8fa141da77 feat: Support exportNamespaceFrom in parser 2019-05-07 12:25:20 -07:00
Tom MacWright
fafea23bff chore(release): 10.1.0 v10.1.0 2019-04-25 08:15:48 -07:00
Tom MacWright
e050d27fab chore: Run prettier 2019-04-25 08:13:33 -07:00
Devon Govett
3773e02949 feat: TypeScript support & inference 2019-04-25 08:13:33 -07:00
Tom MacWright
6d95e8f4dd chore(release): 10.0.0 v10.0.0 2019-04-18 09:49:11 -07:00
Tom MacWright
c5af108788 chore(deps): Update husky 2019-04-18 09:47:51 -07:00
Tom MacWright
15235339f3 chore(deps): Update doctrine 2019-04-18 09:47:51 -07:00