Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit73bb2a4

Browse files
committed
chore(release): 14.0.0-alpha.0
1 parent390edff commit73bb2a4

File tree

3 files changed

+32
-3
lines changed

3 files changed

+32
-3
lines changed

‎CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
All notable changes to this project will be documented in this file. See[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
##[14.0.0-alpha.0](https://github.com/documentationjs/documentation/compare/v13.2.5...v14.0.0-alpha.0) (2022-08-05)
6+
7+
8+
###⚠ BREAKING CHANGES
9+
10+
* all Extensions whould contains '.' so that mean if you have just 'ts' then need to convert to '.ts'
11+
* external parameter was removed
12+
Migration plan propose to move all external resources to input usages
13+
Motivation: packages has many inputs which describe in package.json
14+
so that mean need each time to parse all package.json of exsternal resources to understand which etry point need to pick.
15+
But it is base on guesses because entry point may could not contains a documentation and the best way to handle it manualy.
16+
* The serve parametr was remove, you can use any other tools which could be refresh and store your html site
17+
The private parameter has removed, use a access
18+
* documentation.js will now require node 14 or later.
19+
20+
###Bug Fixes
21+
22+
* add micromark dependencies fixed[#1381](https://github.com/documentationjs/documentation/issues/1381) ([3ba8165](https://github.com/documentationjs/documentation/commit/3ba81659d7db5d9393fa083287d91db93d6aab5e))
23+
* add TS and TSX as default extensions fixed[#1377](https://github.com/documentationjs/documentation/issues/1377) ([f0cb1c0](https://github.com/documentationjs/documentation/commit/f0cb1c0bb1d97228c7baab453e50e5dbe283ea46))
24+
* external was removed as prefer of input usages ([e3c59d7](https://github.com/documentationjs/documentation/commit/e3c59d77e4e3cf6e5fabab7c0d853a06a77f6288))
25+
* html report, it is return html if output is not defined ([0975871](https://github.com/documentationjs/documentation/commit/0975871b34b8cc0af74e0aebb43f2727e0ab9960))
26+
* remove private parameter, use access (BREAKING CHANGES) ([874069c](https://github.com/documentationjs/documentation/commit/874069c0b3647dad413667f61d05f6d39992995d))
27+
* The server parameter deprecated and will be remove in next Major version fixed[#1413](https://github.com/documentationjs/documentation/issues/1413) ([810e08b](https://github.com/documentationjs/documentation/commit/810e08b6fdb1076a1758bff831a9f42890f0f25f))
28+
* use process.cwd vs`.` which can fail ([4cc70a5](https://github.com/documentationjs/documentation/commit/4cc70a5aed0c233cdcc72077733f9da8450be386))
29+
30+
31+
* replace module-deps-sortable on own implementation to control how parse files ([abb781a](https://github.com/documentationjs/documentation/commit/abb781a69ac69423da11346f62d7064382bb7b74))
32+
* Update Node minimum version to 14 ([fc0bb3c](https://github.com/documentationjs/documentation/commit/fc0bb3cd885b9577e6f1f6935e15d4ec24f89114))
33+
534
###[13.2.5](https://github.com/documentationjs/documentation/compare/v13.2.4...v13.2.5) (2021-04-24)
635

736

‎package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name":"documentation",
33
"description":"a documentation generator",
4-
"version":"13.2.5",
4+
"version":"14.0.0-alpha.0",
55
"author":"Tom MacWright",
66
"homepage":"https://documentation.js.org",
77
"type":"module",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp