@psenger/express-auto-router
Version:
A dynamic route composition system for Express.js applications that automatically discovers and mount routes and middleware based on your file system structure. Inspired by Next.js routing conventions.
31 lines (14 loc) • 1.21 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [0.2.1](https://github.com/psenger/express-auto-router/compare/v0.2.0...v0.2.1) (2025-03-26)
## [0.2.0](https://github.com/psenger/express-auto-router/compare/v0.1.0...v0.2.0) (2025-03-26)
## [0.1.0](https://github.com/psenger/express-auto-router/compare/v0.0.3...v0.1.0) (2025-03-17)
### Features
* pass parameters to the controllers and middleware ([81994e1](https://github.com/psenger/express-auto-router/commit/81994e112152edd9687429db115373b014ff651e))
### [0.0.3](https://github.com/psenger/express-auto-router/compare/v0.0.2...v0.0.3) (2025-03-14)
### Bug Fixes
* removed the nvmrc and prettierc out of the deployment ([a9c3fe2](https://github.com/psenger/express-auto-router/commit/a9c3fe2f07f9ef89aaef765afcca2350fd7096dd))
### [0.0.2](https://github.com/psenger/express-auto-router/compare/v0.0.1...v0.0.2) (2025-03-14)
### Bug Fixes
* cursor directory removed ([0bc9613](https://github.com/psenger/express-auto-router/commit/0bc9613575de16da041c6e0a06fba9f3cd381ecc))
### 0.0.1 (2025-03-14)