-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add changelogs, set up autorelease (#242)
- Loading branch information
Showing
11 changed files
with
108 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Excavator auto-updates this file. Please contribute improvements to the central template. | ||
|
||
# This file is intentionally empty. The file's existence enables changelog-app and is empty to use the default configuration. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,19 @@ | ||
# macOS | ||
.DS_Store | ||
|
||
# Node | ||
node_modules | ||
reports/*.xml | ||
packages/*/lib | ||
packages/*/dist | ||
npm-debug.log | ||
npm-debug.log* | ||
lerna-debug.log | ||
package-lock.json | ||
yarn-error.log | ||
|
||
# Documentalist | ||
build | ||
dist | ||
lib | ||
generated | ||
coverage | ||
reports/*.xml | ||
packages/docs/docs.json | ||
packages/docs/theme/version.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: feature | ||
feature: | ||
description: Export new type alias `TsDocEntry` | ||
links: | ||
- https://github.com/palantir/documentalist/pull/156 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: break | ||
break: | ||
description: Upgrade minimum Node.js engine to v18.x | ||
links: | ||
- https://github.com/palantir/documentalist/pull/236 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
type: break | ||
break: | ||
description: |- | ||
Rename all interfaces to drop the `I` prefix: | ||
- `ICompiler` -> `Compiler` | ||
- `IMetadata` -> `Metadata` | ||
- `IBlock` -> `Block` | ||
- `IKssModifier` -> `KssModifier` | ||
- `IKSSExample` -> `KSSExample` | ||
- `IKSSPluginData` -> `KSSPluginData` | ||
- `IMarkdownPluginData` -> `MarkdownPluginData` | ||
- `IPageNode` -> `PageNode` | ||
- `IPageData` -> `PageData` | ||
- `INavigable` -> `Navigable` | ||
- `IHeadingNode` -> `HeadingNode` | ||
- `INpmPackage` -> `NpmPackageInfo` | ||
- `INpmPluginData` -> `NpmPluginData` | ||
- `IPlugin` -> `Plugin` | ||
- `IFile` -> `File` | ||
- `ITag` -> `Tag` | ||
- `IHeadingTag` -> `HeadingTag` | ||
- `ITsFlags` -> `TsFlags` | ||
- `ITsDocBase` -> `TsDocBase` | ||
- `ITsConstructor` -> `TsConstructor` | ||
- `ITsMethod` -> `TsMethod` | ||
- `ITsCallable` -> `TsCallable` | ||
- `ITsSignature` -> `TsSignature` | ||
- `ITsDefaultValue` -> `TsDefaultValue` | ||
- `ITsObjectDefinition` -> `TsObjectDefinition` | ||
- `ITsProperty` -> `TsProperty` | ||
- `ITsParameter` -> `TsParameter` | ||
- `ITsClass` -> `TsClass` | ||
- `ITsAccessor` -> `TsAccessor` | ||
- `ITsEnumMember` -> `TsEnumMember` | ||
- `ITsEnum` -> `TsEnum` | ||
- `ITypescriptPluginData` -> `TypescriptPluginData` | ||
links: | ||
- https://github.com/palantir/documentalist/pull/156 |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: break | ||
break: | ||
description: Upgrade to typedoc to v0.25.x, which supports TypeScript v4.6 - v5.2 | ||
links: | ||
- https://github.com/palantir/documentalist/pull/156 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
type: break | ||
break: | ||
description: Upgrade minimum Node.js engine to v18.x | ||
links: | ||
- https://github.com/palantir/documentalist/pull/236 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
type: break | ||
break: | ||
description: |- | ||
Rename all interfaces to drop the `I` prefix: | ||
- `IPluginEntry` -> `PluginEntry` | ||
- `IMarkdownPluginOptions` -> `MarkdownPluginOptions` | ||
- `INpmPluginOptions` -> `NpmPluginOptions` | ||
- `ITypescriptPluginOptions` -> `TypescriptPluginOptions` | ||
links: | ||
- https://github.com/palantir/documentalist/pull/156 |
c72a6d1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build preview link for commit "chore: add changelogs, set up autorelease (#242)": documentation
This is an automated comment from the deploy-preview CircleCI job.