fastify-print-routes
Version:
A simple plugin for Fastify prints all available routes.
161 lines (91 loc) • 2.76 kB
Markdown
### 2025-11-27 / 5.0.1
- fix: Correctly sort type only imports.
### 2025-11-24 / 5.0.0
- chore: Updated dependencies.
- feat!: Dropped support for Node 20.
### 2025-03-09 / 4.1.0
- feat: Added decorator.
### 2024-12-28 / 4.0.1
- chore: Updated dependencies.
### 2024-10-21 / 4.0.0
- feat: Support zod schemas.
- feat!: Dropped support for Node 18 and updated dependencies.
### 2024-04-12 / 3.2.0
- chore: Updated dependencies.
- feat: Add querystring option.
- chore: Added missing dependency.
### 2024-02-07 / 3.1.1
- chore: Updated dependencies.
- chore: Improved tests.
### 2024-02-06 / 3.1.0
- chore: Replace tap with Node test runner.
- feat: Added filter option.
- feat: Include querystring in the URL.
### 2024-01-27 / 3.0.2
- chore: Updated dependencies.
### 2024-01-24 / 3.0.1
- chore: Updated TypeScript configuration.
### 2023-12-20 / 3.0.0
- chore: Updated dependencies.
- chore: Changed TypeScript version.
### 2023-10-23 / 2.2.0
- chore: Updated dependencies and toolchain.
- chore: Fixed compilation.
### 2023-02-22 / 2.1.0
- feat: Added compact option.
- chore: CI improvement
### 2022-11-23 / 2.0.7
- chore: Updated dependencies.
- chore: Update package.json
- fix: Fixed build script.
### 2022-10-12 / 2.0.6
- chore: Updated dependencies.
### 2022-10-12 / 2.0.5
- fix: Updated types layout.
- chore: Updated compilation configuration.
### 2022-08-30 / 2.0.4
- chore: Updated dependencies.
### 2022-08-30 / 2.0.3
- fix: Improved README.
### 2022-08-30 / 2.0.2
- fix: Fixed README.
### 2022-08-30 / 2.0.1
- fix: Require fastify version.
### 2022-08-30 / 2.0.0
- feat: Updated to fastify 4.
- chore: Use sourcemaps with swc
### 2022-03-07 / 1.0.5
- chore: Updated dependencies.
### 2022-03-07 / 1.0.4
- chore: Updated build system.
### 2022-01-26 / 1.0.3
- chore: Updated dependencies and linted code.
- chore: Updated dependencies.
- chore: Removed useless file.
### 2021-11-17 / 1.0.2
### 2021-11-16 / 1.0.1
- fix: Added ESM note in the README.md
- chore: Allow manual CI triggering.
- chore: Updated badges.
- fix: Fixed Typescript configuration.
### 2021-08-16 / 1.0.0
### 2021-08-16 / 1.0.0-beta.0
- chore: Added missing file.
- feat: Only export as ESM.
### 2021-01-19 / 0.4.1
- chore: Added PNPM configuration.
- chore: Use a onReady hook rather than .ready.
- chore: Fine tuned build script.
### 2021-01-04 / 0.4.0
- feat: Export as ESM.
### 2021-01-03 / 0.3.1
- chore: Updated linter config.
### 2021-01-02 / 0.3.0
- chore: Updated dependencies, code and tools.
### 2021-01-01 / 0.2.1
- fix: Removed useless comparison.
### 2020-12-31 / 0.2.0
- chore: Fix dependencies list.
- feat: Omit description column if not needed.
### 2020-12-31 / 0.1.0
- Initial version.