Releases: adonisjs/static
Releases · adonisjs/static
Fix `dotfiles` broken option
Tag as latest
2.0.0 (2026-02-25)
Full Changelog: v1.1.1...v2.0.0
Register middleware as singleton
2.0.0-next.1 (2025-10-25)
Features
- register middleware as a singleton (dcd95c0)
Full Changelog: v2.0.0-next.0...v2.0.0-next.1
Target v7
2.0.0-next.0 (2025-09-10)
Full Changelog: v1.1.1...v2.0.0-next.0
Rename config stub to match the convention of other packages
- refactor: rename config stub path to match the convention of other packages 23de8f8
Full Changelog: v1.1.0...v1.1.1
Small improvements
- refactor: compute middleware default config from defineConfig helper c02a641
- chore: bundle types.ts file via tsup as well 88ece42
- chore: update dependencies d766fd9
Full Changelog: v1.0.4...v1.1.0
Update configure hook
- docs: update link to docs 89c5b58
- refactor: configure hook 8bb458a
- refactor: assign exported config to a variable 124ae2c
- refactor: codemods to update metaFiles 927e67e
Full Changelog: v1.0.3...v1.0.4
Generate bundled types using TSC
- chore: publish source maps and use tsc for generating types 182930d
- chore: update dependencies cfca5f5
- chore: update peer dependencies range c208d39
Full Changelog: v1.0.2...v1.0.3
Bundle using tsup
Full Changelog: v1.0.3-1...v1.0.3-2
Register middleware on configure
- feat: register middleware via codemods be1b7fb