Skip to content

Releases: loadingio/lderror

v2.4.6

05 Oct 07:42

Choose a tag to compare

  • fix bug: in handler, we didn't check return value of user function, which causes unexpected exceptions.

2.4.5

18 Jun 11:02

Choose a tag to compare

  • 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

16 May 06:42

Choose a tag to compare

  • fix bug: lderror.id didn't check argument for existence before accessing its property

2.4.3

05 Feb 02:39

Choose a tag to compare

  • 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

07 Jan 13:53

Choose a tag to compare

  • update payload only if given parameter is an object

2.4.1

07 Jan 10:36

Choose a tag to compare

  • remove unused log

2.4.0

07 Jan 10:25

Choose a tag to compare

  • add 1034 user not found
  • add 1035 payment rejected
  • support payload as parameter, passed along with error object

2.3.3

10 Nov 16:40

Choose a tag to compare

  • 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

03 Oct 16:29

Choose a tag to compare

  • 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

05 Aug 03:27

Choose a tag to compare

  • add 1029 session data corrupted