Releases: scimmyjs/scimmy-routers
Releases · scimmyjs/scimmy-routers
v1.2.2
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
v1.2.1
What's Changed
- Enable absolute URLs in location properties by @christiaangoossens in #19
- Fix class name in constructor TypeErrors
- Update Express dependency to v4.19.2
New Contributors
- @christiaangoossens made their first contribution in #19
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Add support for passing arbitrary context to incoming requests
- Depends on v1.2.0 of SCIMMY package
Full Changelog: v1.0.1...v1.2.0
v1.0.1
What's Changed
- Add casting of pagination query parameters from strings to numbers
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Add Router for /Me Endpoint
- Implement Support for /Bulk Endpoint
- Implement Support for /.search Endpoints
- Depends on v1.0.0 of SCIMMY package
Full Changelog: v0.10.0...v1.0.0
v0.10.0
Depend on latest version of SCIMMYjs (v0.10.0)
Full Changelog: v0.9.10...v0.10.0