Skip to content

Commit

Permalink
Merge pull request #9 from badgateway/typescript-5
Browse files Browse the repository at this point in the history
Update to Typescript 5
  • Loading branch information
evert authored Jan 26, 2024
2 parents ca13d46 + 425761d commit 217ea58
Show file tree
Hide file tree
Showing 4 changed files with 281 additions and 1,367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [12.x, 14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
Expand Down
15 changes: 11 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Changelog
=========

0.2.0 (????-??-??)
------------------

* Updated to Typescript 5.


0.1.12 (2022-10-22)
-------------------

Expand All @@ -9,9 +15,10 @@ Changelog


0.1.11 (2021-12-16)
------------------
-------------------

* Remove use of `redirect: manual`. This setting is not what it said on the tin.
* Remove use of `redirect: manual`. This setting is not what it said on the
tin.


0.1.10 (2021-12-16)
Expand Down Expand Up @@ -67,8 +74,8 @@ Changelog
0.1.3 (2021-02-06)
------------------

* Auto-register forms with methods that are not `POST` or `GET` or if
`enctype` is `application/json`.
* Auto-register forms with methods that are not `POST` or `GET` or if `enctype`
is `application/json`.


0.1.2 (2021-02-06)
Expand Down
Loading

0 comments on commit 217ea58

Please sign in to comment.