Anton Shchekota
4ce30357a0
deps: update babel and remove concat-stream
2021-11-11 12:08:24 +03:00
Anton Shchekota
abb781a69a
refactor: replace module-deps-sortable on own implementation to control how parse files
...
BREAKING CHANGE:
all Extensions whould contains '.' so that mean if you have just 'ts' then need to convert to '.ts'
2021-11-11 11:52:31 +03:00
Anton Shchekota
e3c59d77e4
fix: external was removed as prefer of input usages
...
BREAKING CHANGE:
external parameter was removed
Migration plan propose to move all external resources to input usages
Motivation: packages has many inputs which describe in package.json
so that mean need each time to parse all package.json of exsternal resources to understand which etry point need to pick.
But it is base on guesses because entry point may could not contains a documentation and the best way to handle it manualy.
2021-11-11 11:52:31 +03:00
Anton Shchekota
61ed5dd002
deps: update unist and highlight.js
2021-10-28 11:49:37 +03:00
Anton Shchekota
d88a14dc84
refactor: remove not actual tests
2021-10-28 11:49:37 +03:00
Anton Shchekota
810e08b6fd
fix: The server parameter deprecated and will be remove in next Major version fixed #1413
...
BREAKING CHANGE:
The serve parametr was remove, you can use any other tools which could be refresh and store your html site
The private parameter has removed, use a access
2021-10-25 13:23:47 +03:00
Anton Shchekota
0975871b34
fix: html report, it is return html if output is not defined
...
Html report should be encapsulated and not return all files to save it.
2021-10-22 16:01:29 +03:00
Anton Shchekota
db74e7cac9
deps: update remark deps
2021-10-20 16:51:02 +03:00
Anton Shchekota
05026ce390
refactor: convert project to ESM
2021-10-19 16:38:44 +03:00
Matthieu MOREL
f229cb726a
build(deps): bump dependencies
...
Signed-off-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-Authored-By: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-Authored-By: Matthieu MOREL <mmorel-35@users.noreply.github.com>
2021-10-08 18:32:18 +03:00
Anton Shchekota
0e1172ea32
deps: update babel dependencies
2021-05-14 11:27:12 +03:00
Anton Shchekota
4b711da2b2
refactor: use singleton config for execution
...
It will be easy to not put config as parameter each time
2021-05-14 11:27:12 +03:00
Anton
806defa191
refactoring ( #1376 )
...
* refactor: replace leftPad on native implementation padStart
* refactor: migrate on new Buffer API
2021-05-04 16:25:36 +03:00
Anton
6b5bc2548d
fix: add gfm format for remark fixed #1374 ( #1375 )
...
Plugins for remark was reworks because @link should be catch by first then autolink
2021-04-24 16:02:17 -07:00
Anton
f4a46b134f
deps: update remark on last version fixed #1349 ( #1370 )
...
1. New plugins was created parse jsDoc links and remove position
2. spread: false - to remove new line after each listItem
2021-04-20 13:25:06 -07:00
Anton
f2fa522070
refactor: switch off position for remark, it is reduce size of tests and check on position ( #1369 )
2021-04-16 08:18:06 -07:00
Anton Shchekota
3babb4a0f4
deps: udpate remark and remove babel-eslint parser
2021-04-15 16:17:34 +03:00
Anton Shchekota
5d8d4504d5
fix: @see tags incorrectly formatted in markdown ouput fixed #1337
2021-04-15 16:17:34 +03:00
Anton
c3e85eb203
deps: Highlight.js deprecations #1365 fixed ( #1367 )
2021-04-06 16:04:40 -07:00
Tom MacWright
d449e7c3ca
feat: Support import.meta
...
* fix: enable import.meta + static import by switching from detective to konan
* fix(deps): updated lock
* Revert "fix(deps): updated lock"
This reverts commit b4be07eec6391e60abe30594ee7cd9e17f594013.
* Dependency update bumps (#1345 )
* fix(deps): update lock
* fix(deps): merge lock
* fix(deps): use module-deps-sortable@5.0.2
* fix(deps): yarn...
* Use detective if konan fails
f78550a914
* chore: Use released module-deps
Co-authored-by: Markus Felten <Markus.Felten@gmx.de>
Co-authored-by: Guillaume Grossetie <ggrossetie@gmail.com>
2021-03-13 08:41:34 -08:00
Tom MacWright
dd71624412
deps: Update babel dependencies and module-deps-sortable
...
* fix(deps): bump @babel/core
* fix(deps): bump @babel/generator
* fix(deps): bump @babel/types
* fix(deps): bump @babel/types
* fix(deps): bump @babel/traverse
* fix(deps): bump @babel/plugin-syntax-import-meta
* fix(deps): bump @babel/preset-env
* fix(deps): bump @babel/plugin-proposal-class-properties
* fix(deps): bump @babel/plugin-proposal-*
* fix(deps): bump @babel/parser
* fix(deps): bump to unreleased module-deps-sortable
* Use new tag of module-deps-sortable
Co-authored-by: Markus Felten <Markus.Felten@gmx.de>
2020-10-24 13:48:43 -07:00
allartk
bc3233fe7e
feat: Add event members to md output ( #1336 )
...
Co-authored-by: Allart Kooiman <akooiman@nieuwland.nl>
2020-10-24 13:33:02 -07:00
Tom MacWright
5f55bb4696
chore: Update dependencies
2020-06-03 20:42:37 -07:00
Andrew Del Prete
2da9d6fdc5
try fixing test again ;D
2020-06-03 20:19:43 -07:00
Andrew Del Prete
28867f8ebc
Fix tests
2020-06-03 20:19:43 -07:00
Andrew Del Prete
78db9a443a
fix: 🐛 Error with flow opaque type and readme command
...
When exporting an opaque Flow type and importing it into an entry file
for documentation to consume, the CLI throws an error when using the
readme command.
✅ Closes : #1322
2020-06-03 20:11:12 -07:00
Jason Quense
d0ec029e75
feat: upgrade babel dependencies
...
- Fix private method parsing/traversal
- Add TS bigint primitive
- Add flow symbol primitive
2020-04-07 08:15:29 -07:00
Tom MacWright
48bb7a283e
feat: support for the @see tag in Markdown & HTML
...
* add @see ref support for parsing to html
* edit tests
* fix markdown issue with @see ref
* edit related title so it would not generate with see ref every time
* edit tests
* Fix tests
Co-authored-by: Vladimir Berezovsky <berezovsky@ex.ua>
2020-03-30 23:35:32 -07:00
Tom MacWright
efc421655b
Patch 5 ( #1311 )
...
* disable spellcheck, autocorrect and autocapitalize on the filter input
the text entered here are likely to be functions and technical terms and as such spellcheck, autocapitalize and autocorrect would better be disabled.
* Update test snapshot
Co-authored-by: Christian Oliff <christianoliff@yahoo.com>
2020-03-16 21:23:53 -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
Vladimir Agafonkin
27a29be207
fix: Git submodule support for repo names with a dot ( #1271 )
2019-08-01 15:38:33 -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
f9039e9614
fix: Allow skipped array arguments in destructuring. Fixes #1247 ( #1266 )
2019-07-22 14:01:43 -07:00
Tom MacWright
4fd8552dbb
deps: Upgrade vfile
2019-07-09 21:56:26 -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
Devon Govett
3773e02949
feat: TypeScript support & inference
2019-04-25 08:13:33 -07:00
Devon Govett
7947e974d8
feat: Add flow inference for generators
2019-04-18 09:47:51 -07:00
Devon Govett
8e3cd47906
feat: Support generator functions
2019-04-18 09:47:51 -07:00
Devon Govett
d31c3b70d6
feat: Support async functions
2019-04-18 09:47:51 -07:00
Devon Govett
d1ee0f3983
Merge explicit and inferred param defaults ( #1230 )
2019-04-18 09:37:48 -07:00
Tom MacWright
64c9ca6dac
feat: Add inner section ( #1212 )
...
* Add Inner Member section
* Update tests
2019-02-27 14:22:22 -08:00
Jonas Bögle
5b045f26c0
feat: Add favicon option ( #1207 )
2019-02-22 08:11:26 -08:00
Jonas Bögle
fb0a27f695
fix(default theme): only render either note or section ( fixes #1113 ) ( #1206 )
...
* fix(default theme): only render either note or section
Fixes notes also showing up as duplicate sections.
fix #1113
* undo revertion of c5f32ae
* update test snapshot
2019-02-22 08:10:00 -08:00
Tom MacWright
c5f32ae6ae
refactor: remove text/css from default theme #1203 , #1200
2019-01-25 13:41:39 -08:00
Szymon Nowacki
2d0bd0e0f7
fix: inferred properties duplicating explicitly specified ones
2018-12-21 10:01:38 -08:00
Luca Nils Schmid
ca5a681be6
feat: support spead types
2018-12-17 10:22:53 -08:00
Tom MacWright
c3aaa86dc2
refactor: remove flow and related dependencies, test on 10 not latest, skip slow tests
2018-12-09 16:56:56 -08:00
Tom MacWright
58d2a2ff53
feat: Support for the logical assignment operator
...
*
Fixes #1172
* chore: Update test fixture to last release
2018-12-01 13:10:45 -08:00