What's Changed
- Support "application/json" content-type by @fflorent in #22
- Send JSON content with 404 and 501 status codes by @fflorent in #21
- Move express and scimmy to peerDependencies
- Make
SCIMMYRouters
class extendexpress.Router
in bundled TypeScript declaration files - Allow HTTP and catch exceptions in baseUri method handling
- Forward all exceptions to express exception handling middleware
New Contributors
Full Changelog: v1.2.1...v1.2.2