- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 10
Comparing changes
Open a pull request
base repository: ryoppippi/unplugin-typia
base: v1.0.7
head repository: ryoppippi/unplugin-typia
compare: main
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6ce8539 - Browse repository at this point
Copy the full SHA 6ce8539View commit details -
Configuration menu - View commit details
-
Copy full SHA for efe050d - Browse repository at this point
Copy the full SHA efe050dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 13a36da - Browse repository at this point
Copy the full SHA 13a36daView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2f383d - Browse repository at this point
Copy the full SHA f2f383dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 79a4c8f - Browse repository at this point
Copy the full SHA 79a4c8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 073d86b - Browse repository at this point
Copy the full SHA 073d86bView commit details -
Merge pull request #346 from ryoppippi/feature/v07
check compatibility to typia v0.7
Configuration menu - View commit details
-
Copy full SHA for b35f970 - Browse repository at this point
Copy the full SHA b35f970View commit details -
Configuration menu - View commit details
-
Copy full SHA for 04fac5c - Browse repository at this point
Copy the full SHA 04fac5cView commit details
Commits on Dec 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 98bf514 - Browse repository at this point
Copy the full SHA 98bf514View commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 79bead9 - Browse repository at this point
Copy the full SHA 79bead9View commit details -
Merge pull request #357 from ryoppippi/feature/update-nextjs
feat(examples/nextjs): update to react19/next.js15
Configuration menu - View commit details
-
Copy full SHA for 66c0474 - Browse repository at this point
Copy the full SHA 66c0474View commit details
Commits on Jan 16, 2025
-
Merge pull request #354 from acomagu/main
Add newline after hash comment in cache
Configuration menu - View commit details
-
Copy full SHA for 3b05d96 - Browse repository at this point
Copy the full SHA 3b05d96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 193ef74 - Browse repository at this point
Copy the full SHA 193ef74View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1de0fae - Browse repository at this point
Copy the full SHA 1de0faeView commit details
Commits on Jan 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a342ba1 - Browse repository at this point
Copy the full SHA a342ba1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b8c838a - Browse repository at this point
Copy the full SHA b8c838aView commit details -
Merge pull request #349 from ryoppippi/renovate/typia-7.x
chore(deps): update dependency typia to ^7.6.0
Configuration menu - View commit details
-
Copy full SHA for ad26fb0 - Browse repository at this point
Copy the full SHA ad26fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a4a6f4 - Browse repository at this point
Copy the full SHA 6a4a6f4View commit details -
Merge pull request #359 from ryoppippi/feature/use-text-based-bun-file
chore: migrate to text-based bun lockfile
Configuration menu - View commit details
-
Copy full SHA for 63bc889 - Browse repository at this point
Copy the full SHA 63bc889View commit details
Commits on Jan 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 478b4b5 - Browse repository at this point
Copy the full SHA 478b4b5View commit details
Commits on Jan 27, 2025
-
feat(workflow): add notification workflow for release issues
Added a GitHub Actions workflow to create a release issue every 14 days. The workflow uses the imjohnbo/issue-bot action to create an issue with specific assignees, labels, and a predefined body. The issue will help track the release process and ensure no PRs are forgotten.
Configuration menu - View commit details
-
Copy full SHA for 1223d41 - Browse repository at this point
Copy the full SHA 1223d41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61c5481 - Browse repository at this point
Copy the full SHA 61c5481View commit details
Commits on Jan 30, 2025
-
fix: remove turbopack flag from next dev command
Removes the experimental --turbopack flag from the next dev command to ensure stable development environment and avoid potential issues with experimental features.
Configuration menu - View commit details
-
Copy full SHA for 1038628 - Browse repository at this point
Copy the full SHA 1038628View commit details
Commits on Feb 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 7cc14ba - Browse repository at this point
Copy the full SHA 7cc14baView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9b77bd - Browse repository at this point
Copy the full SHA e9b77bdView commit details -
refactor(next): improve type safety with Next.js types
Replace generic Record<string, unknown> types with proper Next.js types: - NextConfig for the config object - WebpackConfigContext for webpack options parameter
Configuration menu - View commit details
-
Copy full SHA for 9856809 - Browse repository at this point
Copy the full SHA 9856809View commit details -
fix(unplugin-typia/next): make options parameter optional in next fun…
…ction The options parameter in the next() function is now marked as optional using TypeScript's optional parameter syntax, providing better flexibility when calling the function without options.
Configuration menu - View commit details
-
Copy full SHA for 8cfb748 - Browse repository at this point
Copy the full SHA 8cfb748View commit details -
fix(examples/webpack): update webpack config to use ESM syntax
Convert CommonJS module.exports to ESM export default and add proper type imports. Also add ESM compatible __filename and __dirname constants using import.meta.
Configuration menu - View commit details
-
Copy full SHA for 7ed696c - Browse repository at this point
Copy the full SHA 7ed696cView commit details -
feat(ci): add Node.js setup to GitHub Actions workflow
Add actions/setup-node@v4 to install Node.js alongside Bun in the CI pipeline, ensuring both runtimes are available for build processes.
Configuration menu - View commit details
-
Copy full SHA for 4ec795d - Browse repository at this point
Copy the full SHA 4ec795dView commit details -
chore(deps): update dependency @rollup/pluginutils to ^5.1.4 (#363)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 42a4e5a - Browse repository at this point
Copy the full SHA 42a4e5aView commit details -
fix(examples/webpack): simplify webpack scripts in minimal example
Remove unnecessary ts-node config wrapper from most webpack commands to make the example more straightforward and easier to understand. Only keep the ts-node config for watch command where it's needed.
Configuration menu - View commit details
-
Copy full SHA for 629b5a3 - Browse repository at this point
Copy the full SHA 629b5a3View commit details -
chore(deps): update dependency @sveltejs/adapter-static to ^3.0.8 (#364)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7e5393c - Browse repository at this point
Copy the full SHA 7e5393cView commit details -
Merge pull request #375 from ryoppippi/feature/fix-webpack
update webpack config
Configuration menu - View commit details
-
Copy full SHA for 0dbc70c - Browse repository at this point
Copy the full SHA 0dbc70cView commit details -
chore(deps): update dependency @sveltejs/vite-plugin-svelte to ^5.0.3 (…
…#368) * chore: release v1.2.1 * chore(deps): update dependency @sveltejs/vite-plugin-svelte to ^5.0.3 --------- Co-authored-by: ryoppippi <1560508+ryoppippi@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 492b60b - Browse repository at this point
Copy the full SHA 492b60bView commit details -
chore(deps): update dependency @types/node to ^20.17.16 (#369)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 09a3f77 - Browse repository at this point
Copy the full SHA 09a3f77View commit details
Commits on Feb 5, 2025
-
chore(deps): update dependency @vue-macros/test-utils to ^1.7.1 (#370)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 01839e7 - Browse repository at this point
Copy the full SHA 01839e7View commit details -
chore(deps): update dependency esbuild to ^0.24.2 (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 78d717b - Browse repository at this point
Copy the full SHA 78d717bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75e35f8 - Browse repository at this point
Copy the full SHA 75e35f8View commit details -
chore(deps): update dependency hono to ^4.6.20 (#372)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 549cca4 - Browse repository at this point
Copy the full SHA 549cca4View commit details -
Merge pull request #376 from ryoppippi/update-typia
chore(deps): update typia to 7.6.3
Configuration menu - View commit details
-
Copy full SHA for be9adda - Browse repository at this point
Copy the full SHA be9addaView commit details -
chore(deps): update dependency magic-string to ^0.30.17 (#373)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4fab9ee - Browse repository at this point
Copy the full SHA 4fab9eeView commit details
Commits on Feb 10, 2025
-
chore(deps): update dependency @types/node to ^20.17.17 (#378)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ad016b - Browse repository at this point
Copy the full SHA 5ad016bView commit details -
chore(deps): update dependency svelte-check to ^4.1.4 (#380)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 39dad6e - Browse repository at this point
Copy the full SHA 39dad6eView commit details
Commits on Feb 17, 2025
-
chore(deps): update dependency vite-plugin-inspect to ^0.10.6 (#386)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e9f99e9 - Browse repository at this point
Copy the full SHA e9f99e9View commit details -
chore(deps): update dependency ts-loader to ^9.5.2 (#381)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3f67ee7 - Browse repository at this point
Copy the full SHA 3f67ee7View commit details -
chore(deps): update dependency unplugin to ^1.16.1 (#382)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 865583b - Browse repository at this point
Copy the full SHA 865583bView commit details
Commits on Feb 25, 2025
-
add tsconfig path to example for Vite plugin configuration
Updated the Vite plugin documentation to specify that `tsconfig: "./tsconfig.app.json"` must be provided to ensure TypeScript's strict mode is enabled. The latest version of Vite does not enable strict mode in `tsconfig.json` by default but instead defines it in `tsconfig.app.json`, which is required for Typia to function correctly.
Configuration menu - View commit details
-
Copy full SHA for 7cf1668 - Browse repository at this point
Copy the full SHA 7cf1668View commit details -
Merge pull request #394 from mustpax/main
add tsconfig path to example for Vite plugin configuration
Configuration menu - View commit details
-
Copy full SHA for 3a0608e - Browse repository at this point
Copy the full SHA 3a0608eView commit details
There are no files selected for viewing
This file was deleted.