Skip to content

Commit

Permalink
More items for the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
evert committed Jan 15, 2024
1 parent 56dee21 commit 6cc49df
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@ Changelog
ESM is the future, so we're dropping CommonJS.
* Now requires Node 18.
* Upgraded to Typescript 5.3.
* Using Typescript 5 decorators, which means experimentalDecorators (the
old-style decorators) are no longer needed.
* Using Typescript 5 decorators, which means `experimentalDecorators` (the
old-style decorators) are no longer needed. If you are upgrading from an
older version, you should remove `experimentalDecorators`.
* Decorators/Annotations for which the method can not be determined (either
because the method is not a well-known http method and there is no `@method`
annotation), we will now only warn and not crash.


0.5.0 (2023-02-14)
Expand Down

0 comments on commit 6cc49df

Please sign in to comment.