Skip to content

Releases: loadingio/lderror

v2.4.6

Choose a tag to compare

@zbryikt zbryikt released this 05 Oct 07:42
  • fix bug: in handler, we didn't check return value of user function, which causes unexpected exceptions.

2.4.5

Choose a tag to compare

@zbryikt zbryikt released this 18 Jun 11:02
  • add 1043 additional token required
  • add 1044 unsupported encoding
  • add 1045 invalid token / code
  • add 1046 network or cors issue
  • add 1047 abort

2.4.4

Choose a tag to compare

@zbryikt zbryikt released this 16 May 06:42
  • fix bug: lderror.id didn't check argument for existence before accessing its property

2.4.3

Choose a tag to compare

@zbryikt zbryikt released this 05 Feb 02:39
  • add 1036 reused passwords not allowed
  • add 1037 offline
  • add 1038 file too large
  • add 1039 payment rejected for suspicious user
  • add 1040 registration closed

2.4.2

Choose a tag to compare

@zbryikt zbryikt released this 07 Jan 13:53
  • update payload only if given parameter is an object

2.4.1

Choose a tag to compare

@zbryikt zbryikt released this 07 Jan 10:36
  • remove unused log

2.4.0

Choose a tag to compare

@zbryikt zbryikt released this 07 Jan 10:25
  • add 1034 user not found
  • add 1035 payment rejected
  • support payload as parameter, passed along with error object

2.3.3

Choose a tag to compare

@zbryikt zbryikt released this 10 Nov 16:40
  • add 1033 view failed to render
  • fix bug: exception in unhandled rejection handler should be thrown within setTimeout for error to be triggered.

2.3.2

Choose a tag to compare

@zbryikt zbryikt released this 03 Oct 16:29
  • add 1030 password mismatched, 1031 weak password.
  • add 1032 credential scheme mismatched
  • for better exception logging, still throw error in error handler if no id for the given error

2.3.1

Choose a tag to compare

@zbryikt zbryikt released this 05 Aug 03:27
  • add 1029 session data corrupted