Skip to content

Releases: scimmyjs/scimmy-routers

v1.2.2

14 Sep 06:47
6fb4cbe
Compare
Choose a tag to compare

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 extend express.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

30 Aug 01:30
535851e
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.2.1

v1.2.0

21 Apr 08:43
f0a9391
Compare
Choose a tag to compare

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

28 Feb 02:33
f982a12
Compare
Choose a tag to compare

What's Changed

  • Add casting of pagination query parameters from strings to numbers

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Nov 07:35
ef68965
Compare
Choose a tag to compare

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

15 Nov 07:41
4e37ea7
Compare
Choose a tag to compare

Depend on latest version of SCIMMYjs (v0.10.0)

Full Changelog: v0.9.10...v0.10.0

v0.9.10

25 Oct 14:49
Compare
Choose a tag to compare

Initial release.