Skip to content

Commit

Permalink
Add support for global links, fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit0 committed Mar 10, 2023
1 parent 76f2a25 commit 0a2638a
Show file tree
Hide file tree
Showing 9 changed files with 2,246 additions and 148 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
run: npm install
- name: Build
run: npm run build
- name: Test
run: npm run test
- name: Lint
run: npm run lint
- name: Circular dependency check
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Supports TypeDoc 0.23.x and 0.24.x

## Changelog

### Unreleased

- Add support for `{@link !NaN}` to link to global symbols, #4
- Fix links to Intl/WebAssembly namespace members
- In TypeDoc versions 0.23.26 and later will now use the symbol name as the default link test

### v3.0.0 (2023-03-09)

- Add support for TypeDoc 0.24 (@ocavue)
Expand Down
Loading

0 comments on commit 0a2638a

Please sign in to comment.