Skip to content
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

v4 release #49

Merged
merged 13 commits into from
Feb 5, 2024
Merged

v4 release #49

merged 13 commits into from
Feb 5, 2024

Conversation

imjuni
Copy link
Owner

@imjuni imjuni commented Feb 5, 2024

No description provided.

* change bundler: swc > esbuild
* dependency upgrade
  * dev
    * add @tsconfig/node18: 18.2.2
    * add @vitest/coverage-v8: 1.1.0
    * add esbuild: 0.19.10
    * add npm-run-all: 4.1.5
    * add prettier: 3.1.1
    * add typescript: 5.3.3
    * add vite-tsconfig-paths: 4.2.2
    * add vitest: 1.1.0
    * change @types/node: 14.18.36 > 18.15.3
    * change @typescript-eslint/eslint-plugin: 5.56.0 > 6.16.0
    * change @typescript-eslint/parser: 5.56.0 > 6.16.0
    * change concurrently: 7.6.0 > 8.2.2
    * change ctix: 1.8.2 > 2.3.0
    * change eslint-config-prettier: 8.8.0 > 9.1.0
    * change eslint-plugin-jsdoc: 40.1.0 > 46.9.1
    * change eslint-plugin-prettier: 4.2.1 > 5.1.2
    * change lint-staged: 13.2.0 > 15.2.0
    * change prettier-eslint: 15.0.1 > 16.2.0
    * change rimraf: 4.4.1 > 5.0.5
    * change rollup: 3.20.2 > 4.9.1
    * change rollup-plugin-dts: 5.3.0 > 6.1.0
    * remove @maeum/test-utility: 0.2.0
    * remove @rollup/plugin-terser: 0.4.0
    * remove @rollup/plugin-typescript: 11.0.0
    * remove @swc/core: 1.3.42
    * remove @swc/helpers: 0.4.14
    * remove @swc/jest: 0.2.24
    * remove @tsconfig/node14: 1.0.3
    * remove execa: 5.1.1
    * remove jest: 29.5.0
    * remove jest_workaround: 0.69.0
    * remove rollup-plugin-swc3: 0.8.1
    * remove ts-jest: 29.0.5
  * prod
    * add consola: 3.2.3
    * change @maeum/cli-logo: 0.2.0 > 1.0.0
    * change fast-copy: 2.1.4 > 3.0.1
    * change fuse.js: 6.6.2 > 7.0.0
    * change mathjs: 11.7.0 > 12.2.1
    * change my-easy-fp: 0.20.3 > 0.21.0
    * change my-node-fp: 0.8.1 > 0.9.0
    * change ts-morph: 17.0.1 > 21.0.1
    * change type-fest: 3.7.0 > 4.9.0
    * change xstate: 4.37.1 > 5.4.1
    * remove pino: 8.11.0
    * remove pino-pretty: 10.0.0
    * remove prettier: 2.8.7
    * remove typescript: 5.0.2
- method, route paths, count display
- changed: option type changed
  - Pass an `fastify` instance to set `fastify.auth` or hooks, etc
- add route-map code generator by `eta`
- apply eslint airbnb rule (partial applied)
- fix invalid code in generated route file
- remove unused file
- enhance resolved module extractor function
- fix import code generator
  - fix invalid path that using external module, native module
  - fix duplicate import statement
- remove unused file, module
…ature

- add validation on invalid property signature
- remove unused types, files
- fix broken testcase
…ute path

- fix the problem that doesn't works replace map in route path
- enhance error, warn display, now ordered display using type
- enhance: `RouteShorthandOptions` generator now supports function, arrow function, and variable
@imjuni imjuni merged commit 0291095 into master Feb 5, 2024
0 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant