Skip to content

Releases: wassy92x/grexcept

v2.1.0

11 Sep 07:16
Compare
Choose a tag to compare
  • Added possibility to addData during exception creation withData()

v2.0.8

09 Dec 12:50
Compare
Choose a tag to compare
  • Removed ExceptionLike again, because it complicated many things. We have to rethink how to handle ExceptionLike - Objects.
  • toString has now a json-Flag. If flag is true, ExceptionData will be converted to json

v2.0.6

02 Dec 19:36
Compare
Choose a tag to compare
  • Corretly serialize data object to json. Data-Value can now be any valid json type.

v2.0.5

02 Dec 18:56
Compare
Choose a tag to compare
  • Use toJSON-Method during serialization of data
  • include innerExceptions in case of AggregateException

v2.0.4

18 Nov 09:29
Compare
Choose a tag to compare
  • Inherit from Error again so instanceof Error will work again
  • Hide all properties on enumeration of properties of exception object
  • Fixed stacktrace of AggregateException

v1.3.1

23 May 11:45
Compare
Choose a tag to compare
  • Include innerMessages in AggregateException-Message.

v1.3.0

04 Mar 08:58
Compare
Choose a tag to compare
  • Fixed README
  • Added ObjectDisposedException

v1.2.2

03 Mar 09:31
Compare
Choose a tag to compare
  • Fixed innerExceptions in AggregateException

v1.2.1

03 Mar 08:44
Compare
Choose a tag to compare
  • Extend Error instead of implement (and thereby improved output in case of printing to console)
  • Renamed innerException to cause. Property innerException is now deprecated and will be removed in next major update

v1.2.0

17 Feb 17:10
Compare
Choose a tag to compare
  • Added possiblity to add additional data to exceptions
  • Data won't show up in message. Message includes just the passed message