issues
search
seamapi
/
edgespec
☃️ an API framework for everywhere.
MIT License
5
stars
2
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
fix: Add index.cjs to accepted imports
#161
louis-pre
closed
1 month ago
0
fix: Allow importing CJS files directly with CommonJS module resolution
#160
louis-pre
closed
1 month ago
0
feat: Add CommonJS module to build output
#159
louis-pre
closed
1 month ago
1
`bunx --bun edgespec dev` doesn't work
#158
seveibar
opened
4 months ago
1
fix `edgespec/dev` import
#157
seveibar
opened
4 months ago
0
Add Max and Itelo as codeowners
#156
codetheweb
closed
7 months ago
0
build watch mode
#155
mxsdev
opened
7 months ago
3
properly export `dev`, `config` sub-packages
#154
mxsdev
closed
7 months ago
0
fix partial middleware types
#153
mxsdev
closed
7 months ago
0
Auth array doesn't allow specifying "none" in addition to other auth methods
#152
seveibar
opened
7 months ago
0
Bun's `req.clone()` does not clone bodies properly yet (warning)
#151
seveibar
opened
8 months ago
1
Add `ctx.jsx()`
#150
codetheweb
opened
8 months ago
0
Handle security schemas in OpenAPI generation
#149
codetheweb
opened
8 months ago
0
OpenAPI generation should reference global schemas when possible
#148
codetheweb
opened
8 months ago
0
Support using `multipartFormDataResponse` in OpenAPI generation
#147
codetheweb
opened
8 months ago
0
Omit 401 response from OpenAPI spec when route spec has `auth: "none"`
#146
codetheweb
opened
8 months ago
0
Allow specifying API version in OpenAPI metadata
#145
codetheweb
opened
8 months ago
0
Ensure generated bundle is imported as ESM during OpenAPI generation
#144
codetheweb
closed
8 months ago
0
OpenAPI code generation
#143
codetheweb
closed
8 months ago
0
Remove `shouldValidateGetRequestBody`
#142
codetheweb
closed
8 months ago
1
allow not parsing request body
#141
mxsdev
closed
8 months ago
1
Fix root route mapping
#140
codetheweb
closed
8 months ago
0
Generate route type helpers
#139
codetheweb
closed
8 months ago
0
Remove tsup, fix type output with tsc-alias
#138
codetheweb
closed
8 months ago
1
Use JS imports only
#137
codetheweb
closed
8 months ago
0
Allow discrimination of route spec types by HTTP method
#136
codetheweb
opened
8 months ago
0
`startServer` in node adapter has untyped result
#135
mxsdev
closed
8 months ago
0
Export Middleware type at top level
#134
codetheweb
closed
8 months ago
0
Output CJS when bundling for edge runtime emulation
#133
codetheweb
closed
8 months ago
0
Bump edge runtime
#132
codetheweb
closed
8 months ago
0
Better unhandled internal error printing
#131
codetheweb
closed
8 months ago
0
Allow route input to be optional
#130
codetheweb
closed
8 months ago
0
Allow multiple tests in same file when using AVA fixture
#129
codetheweb
closed
8 months ago
0
Support .tsx files
#128
codetheweb
closed
8 months ago
0
Don't persist mutations to DEFAULT_CONTEXT across requests
#127
codetheweb
closed
8 months ago
1
Middleware is not getting types for `ctx` properties e.g. `ctx.json`
#126
seveibar
opened
8 months ago
0
`commonParams` doesn't work for `GET` endpoints (edgespec still tries to parse json body)
#125
seveibar
opened
8 months ago
0
If any endpoint or middleware fails to return a response, error indicating what middleware/endpoint didn't return a response
#124
seveibar
opened
8 months ago
1
`makeRequest` should allow re-throwing errors and allowing the automatic creation of a pretty 500 response (default)
#123
seveibar
opened
8 months ago
1
explain initial serialize response
#122
mxsdev
closed
8 months ago
0
Support not having a `jsonResponse`
#121
seveibar
closed
8 months ago
1
Remove `responseDefaults` in favor of awating `next()`
#120
codetheweb
closed
8 months ago
0
Move user-defined context to `ctx` instead of `req`
#119
codetheweb
closed
8 months ago
1
AVA fixture displays build errors
#118
codetheweb
closed
8 months ago
0
Switch to "packages": "external" and add pg test
#117
seveibar
closed
8 months ago
0
Add skip-test that demonstrates how node with pg fails
#116
seveibar
closed
8 months ago
0
When using the AVA test fixture, the config file should only be loaded once
#115
codetheweb
opened
8 months ago
0
External Packages whenever platform is node
#114
seveibar
closed
8 months ago
0
Demonstrate Errors when there is a dynamic require with platform: "node"
#113
seveibar
closed
8 months ago
0
Handle build errors on `edgespec dev`
#112
codetheweb
closed
8 months ago
1
Next