routing-controllers icon indicating copy to clipboard operation
routing-controllers copied to clipboard

Create structured, declarative and beautifully organized class-based controllers with heavy decorators usage in Express / Koa using TypeScript and Routing Controllers Framework.

Results 145 routing-controllers issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.3.0. Release notes Sourced from eslint's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...

dependencies

Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest) from 27.9.0 to 28.6.0. Release notes Sourced from eslint-plugin-jest's releases. v28.6.0 28.6.0 (2024-06-06) Features prefer-jest-mocked: add new rule (#1599) (4b6a4f2) valid-expect: supporting automatically fixing adding async in some...

dependencies

Bumps [eslint](https://github.com/eslint/eslint) from 8.57.0 to 9.5.0. Release notes Sourced from eslint's releases. v9.5.0 Features b2d256c feat: no-sparse-arrays report on "comma" instead of the whole array (#18579) (fisker Cheung) Bug Fixes...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.8.8 to 3.3.2. Release notes Sourced from prettier's releases. 3.3.2 🔗 Changelog 3.3.1 🔗 Changelog 3.3.0 diff 🔗 Release note 3.2.5 🔗 Changelog 3.2.4 Fix .eslintrc.json format...

dependencies

**I'd like to execute some logic after my controller returns a response. Since this logic does not impact the result, I'd like to return first, so the client can receive...

type: question