-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Next for v4.4.0
#2769
Merged
Next for v4.4.0
#2769
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* feat: Introduce ConnInfo helper/adapter * chore: format code * chore: run ESLint and add `// @denoify-ignore` * chore: denoify * feat: export conninfo types * fix: fix test * feat(conninfo/bun): support that env be {server: server} * chore: eslint * chore: `lint:fix` * fix(conninfo/bun): English syntax for error message * fix: don't use singleQuote in string
* 0.1 * v0.2 * 1.0 * multi runtime * adding duration * fix * interface * fix * only input number * return a named function * setting exception * simply * rename type * adding typesVersions * typo * add JSDoc * denoify
* feat: decode percent-encoded path in `getPath` * refactor: Stop decoding URIs in the `param()` method, since they are already decoded in `getPath()` * test: add tests for decoding URI in path * chore: denoify * Revert "refactor: Stop decoding URIs in the `param()` method, since they are already decoded in `getPath()`" This reverts commit 7192497. * refactor: Replace "%25" before applying decodeURI() for avoid double decoding Co-authored-by: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> * chore: denoify * refactor(utils): check existence of "%25" before replacing it with "%2525" Co-authored-by: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> * feat(utils/url): Changed URL decoding to skip invalid sequences and decode as much as possible * chore: denoify --------- Co-authored-by: Szymon Marczak <36894700+szmarczak@users.noreply.github.com>
* feat: add dot notation support for parseBody * denoify & lint * refactor: default value and jsdoc * denoify & lint * test: more tests * fix: destruct option key value to false if value is undefined * types: remove object * refactor: handle nested values inside a function * fix: remove unusual import * denoify & lint * refactor: explicitly state just all and dot * fix: issue raised by multiple append on the same dot notation key * types: dont use {} * chore: denoify & lint * fix(types): Deno compatible types * fix: should override value if option is false * chore: denoify & lint * make option typings partials and should not update file object properties * refactor: make code less complicated * chore: add tsdoc * chore: remove comment * refactor(utils/body): reduce the complexity of O(mn) * chore: remove parseAllValues and change value to BodyDataValue type
* refactor(cloudflare-workers): remove `@cloudflare/workers-types` * add `@denoify-ignore` * add missing comment
…#2756) * fix(jsx/dom): fix rerendering of portal elements * fix(jsx/dom): Make more reuse of existing JSX elements, similar to React * feat(jsx/hooks): introduce useInsertionEffect hook * feat(jsx/dom): support SVG kebab-case attributes * fix(jsx/dom): Intrinsic elements can now also be safely Evaluated multiple times for the same element * test: add tests * chore: denoify
* feat(utils): specify detailed return type for parseBody * chore: denoify * fix(test): fix import type statement Co-authored-by: fzn0x <fncolon@pm.me> * fix(utils): Accept `parseBody<T extends BodyData>()` * refactor: Use `BodyData<{ all: true }>` explicitly * chore: denoify * feat(request): add detailed type for c.req.parseBody() * chore: denoify * test: add tests for specifying return type for parseBody * refactor: remove unnecessary type annotation in parseBody method * refactor(utils): improve type for IDE * chore: denoify * refactor(utils): Change to a better name --------- Co-authored-by: fzn0x <fncolon@pm.me>
* v0.1 * adding test * 1.0
* feat(etag): export `RETAINED_304_HEADERS` * denoify
* breaking change: fix incorrect assumption in jwt impl * denofiy
fix: remove unnecessary hyphens
fix: remove remove unnecessary spaces
fix: more helpful type
feat: add missed jsdoc
feat: add missed jsdoc fix: fix type Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
* JSX Renderer Middleware * add `[]` --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
* ETag Middleware * add descriptio of `options.retainedHeaders` --------- Co-authored-by: Yusuke Wada <yusuke@kamawada.com>
* feat(jsr): reduce slow types (#2369) * feat(jsr): reduce slow types * fix: use allow function * chore: format code * chore: denoify * add `deno.json` * add `jsr-dry-run` command for CI * don't put `JSX` on `global` * fix test settings for deno * don't use `dynamicClass` * don't declare `ExecutionContext` in `global` * goodbye denoify * exports `./middleware` * exports `./helper` * exports each helper and middleware * remove the `awslambda` implementation which is not enough * feat(jsr): remove helper.ts and middleware.ts (#2667) * feat(jsr): remove helper.ts and middleware.ts * fix: fix test * dont' use `SuperClass` Co-authored-by: Taku Amano <taku@taaas.jp> * feat(jsr): delete `mod.ts` (#2669) * rename `deno.json` to `jsr.json` * lint * remove slow type in lambda adapter * fixed runtime test for deno * export all utils * add a GitHub action to publish the package to JSR * fixed declaring `ContextVariableMap` * fixed the type error * include `jsr.json` in `jsr.json` * update `jsr.json` --------- Co-authored-by: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com> Co-authored-by: Taku Amano <taku@taaas.jp>
* refactor(request): show user-friendly type for `c.req.param()` * chore: denoify
* chore(lint): update eslint rules * fix formats
* feat(jsx): export version string from jsx * feat(jsx/dom): introduce react-dom/client APIs * docs(jsx/dom/client): add module description * chore: add jsx/dom/client to jsr.json * refactor(jsx/dom): declare types explicitly.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For the
v4.4.0
.