Skip to content

Releases: Moesif/moesif-nodejs

v2.6.4

23 Oct 00:49
Compare
Choose a tag to compare

Fixes:

  • Missing content-type dependency which may cause a failure if not already present in app (usually it is)

v2.6.3

03 Oct 19:35
2407820
Compare
Choose a tag to compare

Fixes:

  • wrong error notice for getApiVersion
  • add documentation for option functions

v2.6.2

25 Sep 04:05
Compare
Choose a tag to compare

Fixes:

  • Typo in outgoing.js

v2.6.1

18 Sep 19:41
Compare
Choose a tag to compare

Add:

  • Added support for automatically capturing outgoing API calls to 3rd parties like Stripe or your own dependencies. Just call startCaptureOutgoing()

v2.5.0

23 Jul 01:55
Compare
Choose a tag to compare

Update:

  • Dependencies for debug, request-ip, raw-body, and card-validator

v2.4.3

05 Apr 01:15
Compare
Choose a tag to compare

Fixes:

  • updateUser not working due to userId not snakecase

Add:

  • Automatic removal of credit card numbers and other sensitive information

v2.4.2

15 Feb 01:36
Compare
Choose a tag to compare

Add:

  • Ability to change BaseUri

Update:

  • request-ip to 2.0.2

v2.4.0

11 Oct 08:25
Compare
Choose a tag to compare

Add:

  • ability to add custom metadata to a request

v2.3.16

14 Jul 22:48
Compare
Choose a tag to compare

Fixes:
response TypeError: Cannot convert object to primitive value

v2.3.15

12 Jul 04:10
Compare
Choose a tag to compare

Fixes:
Use variables rather than constants if shadowing.

New:
debug option for debug messages.