Releases: SaphirDeFeu/TSMServerShell-Deno
Releases · SaphirDeFeu/TSMServerShell-Deno
v1.3.1
Full Changelog: v1.2.2...v1.3.1
- Added
useDynamicfunction (semi-HMR equivalent touseStatic)
v1.2.2
Full Changelog: v1.2.1...v1.2.2
- Added OPTIONS method
v1.2.1
Full Changelog: v1.1.0...v1.2.1
- Routes can now share pathnames if they don't share methods
- Files can now use multiple dots for their names, instead of being bound to one dot for their extension.
v1.1.0
Full Changelog: 1.0.1...1.1.0
- Added ANY, PUT, DELETE request methods.
- Added implementation for additional MIME types, including
pdf,mp3,mp4, ...
1.0.1
- Removed Deno configuration
- Modified import URL from path/mod.ts to path/join.ts
TSMServerShell 1.0.0
- Basis of module
- Constructor
- Listener
- Route binding
- Middleware & QoL