Skip to content

Commit

Permalink
docs: mention upgrade notes (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
belgattitude authored Jan 6, 2024
1 parent 62332de commit 04c763e
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/src/pages/exception/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -561,3 +561,13 @@ The export fields and the builds are checked on the CI with [are-the-types-wrong

This library targets typescript 5+ with descriptions (see
[the generated api docs](https://github.com/belgattitude/httpx/tree/main/packages/exception/docs/api)).

## Upgrade

> Refer to the [UPGRADE.md](https://github.com/belgattitude/httpx/blob/main/packages/exception/UPGRADE.md) for detailed information.
| Version | Comment |
|---------|---------------------------------------------------------------------|
| 3.x | Serializer functions don't include stack by default |
| 2.x | Node 18.x, modern browsers (see how to [transpile](#compatibility)) |

11 changes: 10 additions & 1 deletion packages/exception/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -584,9 +584,18 @@ The export fields and the builds are checked on the CI with [are-the-types-wrong
This library targets typescript 5+ with descriptions (see
[the generated api docs](https://github.com/belgattitude/httpx/tree/main/packages/exception/docs/api)).

## Upgrade

> Refer to the [UPGRADE.md](https://github.com/belgattitude/httpx/blob/main/packages/exception/UPGRADE.md) for detailed information.
| Version | Comment |
| ------- | ------------------------------------------------------------------- |
| 3.x | Serializer functions don't include stack by default |
| 2.x | Node 18.x, modern browsers (see how to [transpile](#compatibility)) |

## Support

Don't hesitate and open [an issue](https://github.com/belgattitude/httpx/issues).
Open [an issue on github](https://github.com/belgattitude/httpx/issues).

## Contributors

Expand Down
1 change: 1 addition & 0 deletions packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@
"files": [
"dist",
"README.md",
"UPGRADE.md",
"package.json",
"LICENSE",
"CHANGELOG.md"
Expand Down

0 comments on commit 04c763e

Please sign in to comment.