Releases: smit-luvani/express-forster
Releases · smit-luvani/express-forster
v4.0.1
v4.0.0
Full Changelog: v3.0.0...v4.0.0
v3.0.0
Full Changelog: v2.2.0...v3.0.0
v2.1.2
- fix(winston): Child logger does not print Request ID from its metadata
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
- Refactor hide sensitive value function. It will handle RangeError for the max stack call
- It will support the option to pass custom keys
v2.0.0
- Added new services
- Updated service modules to the latest version
- Added new utility functions and helpers
- Fix: Unique request ID does not work for concurrent request
v1.9
- Hide sensitive value function now supports a nested array of objects or json objects.
- Added a new utility to sort JSON objects alphabetically.
- Default JSON sorting added in response helper. You can disable it by setting the value to false
const sortOption = { data: true, metadata: false }
in /src/helpers/response.helpers.js
- Default JSON sorting added in response helper. You can disable it by setting the value to false
v1.8
🪲 Minor fixes
✅ Nodemailer service modified
🆕 CORS middleware added
🆕 added error case in MongoDB error parser
🆕 Added file-upload controller that works well with Multer-S3. Please fill up the S3 environment variables and remove a comment in /src/services/index.js for multerS3 export.
Release v1.7.1 - Critical bug fix
Fix:
🪲 Missing request and response argument in middleware