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

Enhance route variable parsing #24

Merged
merged 1 commit into from
Feb 23, 2023
Merged

Enhance route variable parsing #24

merged 1 commit into from
Feb 23, 2023

Conversation

imjuni
Copy link
Owner

@imjuni imjuni commented Feb 23, 2023

  • enhace route variable parsing
    • support mixed route parameters
      • [kind]-[id] > :kind-:id
  • add mixed route parameter example
  • refind tsconfig.json and eslintrc
  • deps
    • dev
      • change @rollup/plugin-terser: 0.3.0 > 0.4.0
      • change @typescript-eslint/eslint-plugin: 5.48.1 > 5.53.0
      • change @typescript-eslint/parser: 5.48.1 > 5.53.0
      • change ctix: 1.8.1 > 1.8.2
      • change deps-diff: 1.0.1 > 1.0.2
      • change eslint: 8.31.0 > 8.34.0
      • change eslint-plugin-import: 2.27.2 > 2.27.5
      • change eslint-plugin-jsdoc: 39.6.4 > 40.0.0
      • change jest: 29.3.1 > 29.4.3
      • change lint-staged: 13.1.0 > 13.1.2
      • change prettier-plugin-organize-imports: 3.2.1 > 3.2.2
      • change rimraf: 3.0.2 > 4.1.2
      • change tslib: 2.4.1 > 2.5.0
    • prod
      • change cli-progress: 3.11.2 > 3.12.0
      • change deepmerge: 4.2.2 > 4.3.0
      • change fastify: 4.11.0 > 4.13.0
      • change mathjs: 11.5.0 > 11.5.1
      • change minimist: 1.2.7 > 1.2.8
      • change my-easy-fp: 0.18.2 > 0.19.3
      • change pino: 8.8.0 > 8.11.0
      • change pino-pretty: 9.1.1 > 9.3.0
      • change prettier: 2.8.3 > 2.8.4
      • change type-fest: 3.5.1 > 3.6.0
      • change typescript: 4.9.4 > 4.9.5

* enhace route variable parsing
  * support mixed route parameters
    * `[kind]-[id]` > `:kind-:id`
* add mixed route parameter example
* refind tsconfig.json and eslintrc
* deps
  * dev
    * change @rollup/plugin-terser: 0.3.0 > 0.4.0
    * change @typescript-eslint/eslint-plugin: 5.48.1 > 5.53.0
    * change @typescript-eslint/parser: 5.48.1 > 5.53.0
    * change ctix: 1.8.1 > 1.8.2
    * change deps-diff: 1.0.1 > 1.0.2
    * change eslint: 8.31.0 > 8.34.0
    * change eslint-plugin-import: 2.27.2 > 2.27.5
    * change eslint-plugin-jsdoc: 39.6.4 > 40.0.0
    * change jest: 29.3.1 > 29.4.3
    * change lint-staged: 13.1.0 > 13.1.2
    * change prettier-plugin-organize-imports: 3.2.1 > 3.2.2
    * change rimraf: 3.0.2 > 4.1.2
    * change tslib: 2.4.1 > 2.5.0
  * prod
    * change cli-progress: 3.11.2 > 3.12.0
    * change deepmerge: 4.2.2 > 4.3.0
    * change fastify: 4.11.0 > 4.13.0
    * change mathjs: 11.5.0 > 11.5.1
    * change minimist: 1.2.7 > 1.2.8
    * change my-easy-fp: 0.18.2 > 0.19.3
    * change pino: 8.8.0 > 8.11.0
    * change pino-pretty: 9.1.1 > 9.3.0
    * change prettier: 2.8.3 > 2.8.4
    * change type-fest: 3.5.1 > 3.6.0
    * change typescript: 4.9.4 > 4.9.5
@imjuni imjuni merged commit f17b678 into master Feb 23, 2023
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