Skip to content
Merged

7.1.3 #1581

Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
6a453cc
docs: fix website build
willfarrell Feb 24, 2026
17e9c77
Merge branch 'main' into develop
willfarrell Feb 24, 2026
bf5bbb9
chore: improve types
willfarrell Feb 25, 2026
b892b86
feat: add in missin gtypes
willfarrell Feb 25, 2026
0941336
fix: http status codes
willfarrell Feb 25, 2026
abefbac
feat: update in missing types
willfarrell Feb 25, 2026
310ef8b
fix: improve tests and types
willfarrell Feb 25, 2026
c8e9fd2
chore: more type clean up
willfarrell Feb 25, 2026
8e63f35
test: improve testing name patterns
willfarrell Feb 25, 2026
6c01568
chore: clean up test naming
willfarrell Feb 25, 2026
f7da36a
chore: clean up tests naming
willfarrell Feb 25, 2026
336dbaa
test: add in more type tests
willfarrell Feb 25, 2026
99abc48
test: bump testing up to 100%
willfarrell Feb 25, 2026
a527008
chore: remove gitHead
willfarrell Feb 25, 2026
6a59f7d
chore: more clean up
willfarrell Feb 25, 2026
221c03b
fix: small perf boost
willfarrell Feb 25, 2026
e424b5d
docs: typo
willfarrell Feb 25, 2026
bad733c
chore: clean up
willfarrell Feb 25, 2026
ce763cd
chore: pref improvements
willfarrell Feb 26, 2026
fde400f
chore: lint
willfarrell Feb 26, 2026
c172783
chore: add in missing dep
willfarrell Feb 26, 2026
fa5d737
fix: small perf improvement
willfarrell Feb 26, 2026
9d97cc2
fix: small perf improvements
willfarrell Feb 26, 2026
2374031
test: fix undefined
willfarrell Feb 26, 2026
7787f7a
chore: small perf improvements
willfarrell Feb 26, 2026
7c9cd1f
docs: improve code coverage
willfarrell Feb 26, 2026
f73de7c
chore: small perf improvements
willfarrell Feb 26, 2026
d910713
fix: validator regression
willfarrell Mar 3, 2026
6894646
docs: update to match current types
willfarrell Mar 3, 2026
701dc93
chore: dep update
willfarrell Mar 3, 2026
dc8305a
Merge branch 'main' into develop
willfarrell Mar 3, 2026
bc2e9ee
chore: version bump
willfarrell Mar 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: improve code coverage
Signed-off-by: will Farrell <willfarrell@proton.me>
  • Loading branch information
willfarrell committed Feb 26, 2026
commit 7c9cd1f1fcdba731941adc1e8d70f230a93cdc13
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<a href="https://biomejs.dev"><img alt="Checked with Biome" src="https://img.shields.io/badge/Checked_with-Biome-60a5fa?style=flat&logo=biome"></a>
<a href="https://conventionalcommits.org"><img alt="Conventional Commits" src="https://img.shields.io/badge/Conventional%20Commits-1.0.0-%23FE5196?logo=conventionalcommits&logoColor=white"></a>
<a href="https://github.com/middyjs/middy/blob/main/package.json#L32">
<img alt="code coverage" src="https://img.shields.io/badge/code%20coverage-99%25-brightgreen"></a>
<img alt="code coverage" src="https://img.shields.io/badge/code%20coverage-100%25-brightgreen"></a>
<br/>
<a href="https://gitter.im/middyjs/Lobby"><img src="https://badges.gitter.im/gitterHQ/gitter.svg" alt="Chat on Gitter" style="max-width:100%;"></a>
<a href="https://stackoverflow.com/questions/tagged/middy?sort=Newest&uqlId=35052"><img src="https://img.shields.io/badge/StackOverflow-[middy]-yellow" alt="Ask questions on StackOverflow" style="max-width:100%;"></a>
Expand Down