Skip to content

Releases: smit-luvani/express-forster

v4.0.1

20 Dec 02:38
Compare
Choose a tag to compare
  • Fixed winston destory crashes app
  • Added terminateSession function to terminate any child instance created using __instance.

v4.0.0

16 Dec 13:03
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v4.0.0

v3.0.0

11 Aug 16:13
Compare
Choose a tag to compare

Full Changelog: v2.2.0...v3.0.0

v2.1.2

16 Jan 17:11
Compare
Choose a tag to compare
  • fix(winston): Child logger does not print Request ID from its metadata

v2.1.1

12 Jan 13:34
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.1.1

v2.1.0

12 Jan 13:26
Compare
Choose a tag to compare
  • 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

03 Jan 18:43
Compare
Choose a tag to compare
  • 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

06 May 19:59
Compare
Choose a tag to compare
  • 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

v1.8

22 Feb 13:22
Compare
Choose a tag to compare

🪲 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.

⚠️ BREAKING: removed moment library, so the timeDifference util function is also removed.

Release v1.7.1 - Critical bug fix

19 Jan 15:48
Compare
Choose a tag to compare

Fix:
🪲 Missing request and response argument in middleware